diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-13 20:33:56 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-13 20:33:56 -0500 |
commit | 8a439dbd0509d37c8d29e340a6544b3c09be4a72 (patch) | |
tree | 95289e96786eeb76accf2f240482cd61a35dd1dc /misc | |
parent | 259c155187fc84c5d884442555e7324edde8f0be (diff) |
Miscellaneous labels
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mobile_40.asm | 2 | ||||
-rwxr-xr-x | misc/mobile_46.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/mobile_40.asm b/misc/mobile_40.asm index 1c99ceb9e..6e0988f41 100644 --- a/misc/mobile_40.asm +++ b/misc/mobile_40.asm @@ -5406,7 +5406,7 @@ Function1023c6: ; 1023c6 ld [CurPartyMon], a xor a ld [wd10b], a - callba Functione039 + callba RemoveMonFromPartyOrBox ld hl, PartyCount inc [hl] ld a, [hli] diff --git a/misc/mobile_46.asm b/misc/mobile_46.asm index 50e1437a7..8a5a79b93 100755 --- a/misc/mobile_46.asm +++ b/misc/mobile_46.asm @@ -7459,7 +7459,7 @@ Function11b5c0: ; 11b5c0 ld [CurPartyMon], a xor a ld [wPokemonWithdrawDepositParameter], a - callba Functione039 + callba RemoveMonFromPartyOrBox callba Function170807 callba Function14a58 jp Function11ad8a |