diff options
author | yenatch <yenatch@gmail.com> | 2017-06-14 22:01:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-14 22:01:02 -0400 |
commit | 817f20d2275d29a2d1976fa2e1281a15b0c45630 (patch) | |
tree | 91ee5276494ed423b3c3cd1344a9d0444a418dee /asm/egg_hatch.s | |
parent | daf3212ee1f2e790441c6c4651559c8aee5472b2 (diff) | |
parent | 07080a6e5921f7844decac66ac36e2a5296ff778 (diff) |
Merge pull request #320 from ProjectRevoTPP/master
finish decompiling player_pc.c
Diffstat (limited to 'asm/egg_hatch.s')
-rw-r--r-- | asm/egg_hatch.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/egg_hatch.s b/asm/egg_hatch.s index 2f11d4111..101f9e5c3 100644 --- a/asm/egg_hatch.s +++ b/asm/egg_hatch.s @@ -46,10 +46,10 @@ AddHatchedMonToParty: @ 80429EC lsrs r4, 16 adds r0, r4, 0 movs r1, 0x2 - bl sub_8090D90 + bl GetNationalPokedexFlag adds r0, r4, 0 movs r1, 0x3 - bl sub_8090D90 + bl GetNationalPokedexFlag ldr r1, _08042AA4 @ =gStringVar1 adds r0, r5, 0 bl GetMonNick |