diff options
Diffstat (limited to 'scripts/celadongamecorner.asm')
-rwxr-xr-x | scripts/celadongamecorner.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/celadongamecorner.asm b/scripts/celadongamecorner.asm index 09d2df37..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 @@ -508,13 +508,13 @@ CeladonGameCornerScript_48f1e: ret GameCornerMoneyText: - db "MONEY@" + db "ARG.@" GameCornerCoinText: - db "COIN@" + db "JETONS@" GameCornerBlankText1: - db " @" + db " ¥@" GameCornerBlankText2: db " @" |