diff options
Diffstat (limited to 'scripts/celadongamecorner.asm')
-rwxr-xr-x | scripts/celadongamecorner.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/celadongamecorner.asm b/scripts/celadongamecorner.asm index 89aa3b03..00acd169 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, $83 + ld c, "d" call PrintBCDNumber coord hl, 12, 4 ld de, GameCornerCoinText @@ -501,20 +501,20 @@ CeladonGameCornerScript_48f1e: call PlaceString coord hl, 15, 5 ld de, wPlayerCoins - ld c, $82 + ld c, "C" call PrintBCDNumber ld hl, wd730 res 6, [hl] ret GameCornerMoneyText: - db "ARG.@" + db "GELD@" GameCornerCoinText: - db "JETONS@" + db "MÜNZEN@" GameCornerBlankText1: - db " ¥@" + db " @" GameCornerBlankText2: db " @" |