diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-09 15:14:51 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-09 15:14:51 -0500 |
commit | e3c686f6df866d1b393d9cc9e61a750a454b5270 (patch) | |
tree | d855c94d4987da661152afaf9bbff8b4e0d7f77f /misc | |
parent | 5a5df2ab87268c0ec8851a8a71ed088c2a04fe14 (diff) |
Further WRAM organization
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mobile_40.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mobile_40.asm b/misc/mobile_40.asm index 8cd0311f0..8aee09a92 100644 --- a/misc/mobile_40.asm +++ b/misc/mobile_40.asm @@ -5410,7 +5410,7 @@ Function1023c6: ; 1023c6 dec a ld [CurPartyMon], a xor a - ld [wd10b], a + ld [wPokemonWithdrawDepositParameter], a callba RemoveMonFromPartyOrBox ld hl, PartyCount inc [hl] |