diff options
author | YamaArashi <shadow962@live.com> | 2017-05-07 21:10:44 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-05-07 21:10:44 -0700 |
commit | 9c75355d718ab63bbe53fbdf3ab0eb414982a77e (patch) | |
tree | 784bdcb70d75559fd424573d2a7cbb7b651ab09b /asm/egg_hatch.s | |
parent | 02c44d7f38cb37968de9118e184825083d02c231 (diff) |
decompile more pokemon functions
Diffstat (limited to 'asm/egg_hatch.s')
-rw-r--r-- | asm/egg_hatch.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/egg_hatch.s b/asm/egg_hatch.s index 83ba28eaa..90ae6aaf7 100644 --- a/asm/egg_hatch.s +++ b/asm/egg_hatch.s @@ -73,7 +73,7 @@ AddHatchedMonToParty: @ 80429EC movs r1, 0x23 bl SetMonData adds r0, r5, 0 - bl sub_8040B1C + bl MonRestorePP adds r0, r5, 0 bl CalculateMonStats add sp, 0x14 |