summaryrefslogtreecommitdiff
path: root/scripts/GameCorner.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-11-06 10:33:58 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-11-06 10:33:58 -0500
commit13d4d533f7c5904391309e72f4b7937210b1c476 (patch)
tree12af6219abc245f24a8931684c3240c95970b21d /scripts/GameCorner.asm
parentd3f13528754b985e892385dbd88c3c9a95681f1b (diff)
Sync more with pokeyellow
Diffstat (limited to 'scripts/GameCorner.asm')
-rwxr-xr-xscripts/GameCorner.asm6
1 files changed, 3 insertions, 3 deletions
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