diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-16 23:47:45 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-16 23:47:45 -0500 |
commit | 6d20cf3e80780af15ed15acea2f7feac1ffd9705 (patch) | |
tree | 68890374634d2a62c0256e208e8ceff33c73ffc1 /engine/billspc.asm | |
parent | bf074f359886707d2ffb2e0b525b03dc7af0fe29 (diff) |
"CryHeader" → "Cry"; "Cry" → "MonCry"
Diffstat (limited to 'engine/billspc.asm')
-rwxr-xr-x | engine/billspc.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/billspc.asm b/engine/billspc.asm index baf0ee643..458192c3c 100755 --- a/engine/billspc.asm +++ b/engine/billspc.asm @@ -1825,7 +1825,7 @@ DepositPokemon: ; e307c (38:707c) ld [wPokemonWithdrawDepositParameter], a farcall RemoveMonFromPartyOrBox ld a, [CurPartySpecies] - call PlayCry + call PlayMonCry hlcoord 0, 0 lb bc, 15, 8 call ClearBox @@ -1880,7 +1880,7 @@ TryWithdrawPokemon: ; e30fa (38:70fa) ld [wPokemonWithdrawDepositParameter], a farcall RemoveMonFromPartyOrBox ld a, [CurPartySpecies] - call PlayCry + call PlayMonCry hlcoord 0, 0 lb bc, 15, 8 call ClearBox @@ -1934,7 +1934,7 @@ ReleasePKMN_ByePKMN: ; e3180 (38:7180) jr c, .skip_cry ld e, c ld d, b - call PlayCryHeader + call PlayCry .skip_cry ld a, [CurPartySpecies] |