diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-01 09:44:32 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-01 09:44:32 -0400 |
commit | 4b91cc770e8fc83353f962a4a6f9ebef6eb952c8 (patch) | |
tree | 817ba66931e06ebc5ba45103e5055a574d327a2f /scripts/celadongamecorner.asm | |
parent | bd7620b8519bab0a2b827a4244a696207a111990 (diff) |
Text macros; Prize Room
Diffstat (limited to 'scripts/celadongamecorner.asm')
-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 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 |