From 13d4d533f7c5904391309e72f4b7937210b1c476 Mon Sep 17 00:00:00 2001 From: Rangi Date: Fri, 6 Nov 2020 10:33:58 -0500 Subject: Sync more with pokeyellow --- scripts/GameCorner.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/GameCorner.asm') diff --git a/scripts/GameCorner.asm b/scripts/GameCorner.asm index 94c35883..04c8504e 100755 --- a/scripts/GameCorner.asm +++ b/scripts/GameCorner.asm @@ -475,8 +475,8 @@ CeladonGameCornerScript_48f1e: ld hl, wd730 set 6, [hl] hlcoord 11, 0 - ld b, $5 - ld c, $7 + ld b, 5 + ld c, 7 call TextBoxBorder call UpdateSprites hlcoord 12, 1 @@ -491,7 +491,7 @@ CeladonGameCornerScript_48f1e: call PlaceString hlcoord 12, 3 ld de, wPlayerMoney - ld c, $a3 + ld c, 3 | MONEY_SIGN | LEADING_ZEROES call PrintBCDNumber hlcoord 12, 4 ld de, GameCornerCoinText -- cgit v1.3.1-sl0p