summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreinstein95 <einstein95@users.noreply.github.com>2016-12-13 09:27:58 +1300
committereinstein95 <einstein95@users.noreply.github.com>2016-12-13 09:29:40 +1300
commitfde4f79b3ba6a6653b91801e26865155b89a6be0 (patch)
treeb729dddd5ed44846b56ff06fa604f652edf55232
parent5731abc0c17ee3b3c58d7c34320c5a0e7b2dc77a (diff)
Un-hardcoding some stuff
-rwxr-xr-xmain.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.asm b/main.asm
index 631b5f3d..6718245c 100755
--- a/main.asm
+++ b/main.asm
@@ -1415,11 +1415,11 @@ DisplayMoneyBox:
ld c, 6
call ClearScreenArea
coord hl, 12, 1
- ld de, $754a
+ ld de, CurrencyString
call PlaceString
- ld hl, $c3c0
+ coord hl, 12, 1
ld de, wPlayerMoney
- ld c, $83
+ ld c, "D"
call PrintBCDNumber
ld hl, wd730
res 6, [hl]