diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/celadongamecorner.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/celadongamecorner.asm b/scripts/celadongamecorner.asm index bdf76540..89aa3b03 100755 --- a/scripts/celadongamecorner.asm +++ b/scripts/celadongamecorner.asm @@ -491,7 +491,7 @@ CeladonGameCornerScript_48f1e: call PlaceString coord hl, 12, 3 ld de, wPlayerMoney - ld c, $a3 + ld c, $83 call PrintBCDNumber coord hl, 12, 4 ld de, GameCornerCoinText |