summaryrefslogtreecommitdiff
path: root/scripts/celadongamecorner.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/celadongamecorner.asm')
-rwxr-xr-xscripts/celadongamecorner.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/celadongamecorner.asm b/scripts/celadongamecorner.asm
index 09d2df37..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, $a3
+ ld c, "d"
call PrintBCDNumber
coord hl, 12, 4
ld de, GameCornerCoinText
@@ -501,17 +501,17 @@ 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 "MONEY@"
+ db "GELD@"
GameCornerCoinText:
- db "COIN@"
+ db "MÜNZEN@"
GameCornerBlankText1:
db " @"