From 4b91cc770e8fc83353f962a4a6f9ebef6eb952c8 Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Wed, 1 Jun 2016 09:44:32 -0400 Subject: Text macros; Prize Room --- scripts/celadongamecorner.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/celadongamecorner.asm') diff --git a/scripts/celadongamecorner.asm b/scripts/celadongamecorner.asm index 9af229c6..0013be1b 100755 --- a/scripts/celadongamecorner.asm +++ b/scripts/celadongamecorner.asm @@ -491,7 +491,7 @@ CeladonGameCornerScript_48f1e: ; 48f1e (12:4f1e) call PlaceString coord hl, 12, 3 ld de, wPlayerMoney - ld c, 3 | MONEY_SIGH | LEADING_ZEROES + ld c, 3 | MONEY_SIGN | LEADING_ZEROES call PrintBCDNumber coord hl, 12, 4 ld de, GameCornerCoinText -- cgit v1.3.1-sl0p