diff options
author | mid-kid <esteve.varela@gmail.com> | 2019-06-04 13:31:22 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2019-06-04 13:31:22 +0200 |
commit | b6277408a09b24cecd9d982cce8ff98251752f93 (patch) | |
tree | 1f2215f57078ac9f1ab72c87143d216046e6b4b5 /engine | |
parent | 309079524bd5d28883ad7aa707007673180103ae (diff) |
Misc fixes
Diffstat (limited to 'engine')
-rw-r--r-- | engine/pokemon/bills_pc.asm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/engine/pokemon/bills_pc.asm b/engine/pokemon/bills_pc.asm index b63e481f6..8dcde72fc 100644 --- a/engine/pokemon/bills_pc.asm +++ b/engine/pokemon/bills_pc.asm @@ -241,16 +241,16 @@ BillsPCDepositMenuHeader: Unreferenced_BillsPCClearThreeBoxes: hlcoord 0, 0 - ld b, 4 - ld c, 8 + ld b, 4 + ld c, 8 call ClearBox hlcoord 0, 4 ld b, 10 - ld c, 9 + ld c, 9 call ClearBox hlcoord 0, 14 - ld b, 2 - ld c, 8 + ld b, 2 + ld c, 8 call ClearBox ret @@ -1854,7 +1854,7 @@ TryWithdrawPokemon: ld h, b ld de, wStringBuffer1 call PlaceString - ld a, $e7 + ld a, "!" ld [bc], a ld c, 50 call DelayFrames @@ -1913,7 +1913,7 @@ ReleasePKMN_ByePKMN: call PlaceString ld l, c ld h, b - ld [hl], $e7 + ld [hl], "!" ld c, 50 call DelayFrames ret |