diff options
author | JimB16 <f1@jimb.de> | 2015-10-08 20:53:39 +0200 |
---|---|---|
committer | JimB16 <f1@jimb.de> | 2015-10-08 20:53:39 +0200 |
commit | 6730600d9b960f6f5583f4430a827f318c043df9 (patch) | |
tree | cb7a5d54af3cb6faf03cad3473baed663880f7c2 /items | |
parent | 975efb28aec9faf9409cbf85fc636ac2e4219138 (diff) |
found CalcPkmnStats-function
Diffstat (limited to 'items')
-rw-r--r-- | items/item_effects.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm index 3de289101..dd8e8e787 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -1288,7 +1288,7 @@ Functionee8c: ; ee8c ld a, PartyMon1HPExp - 1 - PartyMon1 call GetPartyParamLocation ld b, $1 - predef_jump Functione167 + predef_jump CalcPkmnStats ; ee9f Functionee9f: ; ee9f @@ -1427,7 +1427,7 @@ RareCandy: ; ef14 xor a ld [MonType], a - predef Function5084a + predef CopyPkmnToTempMon hlcoord 9, 0 ld b, 10 |