summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-07-19 14:01:08 -0700
committerYamaArashi <shadow962@live.com>2015-07-19 14:01:08 -0700
commite607199397cb36565f61703a58d99efdc21891c5 (patch)
treead2f4b8ddfb9a97a71d83721cf111f598394b0f2 /hram.asm
parent02bd91b7076165653a900a8e39c12a92a9bd2976 (diff)
replace uses of minus one
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/hram.asm b/hram.asm
index 8bbf7150..d156ca64 100644
--- a/hram.asm
+++ b/hram.asm
@@ -137,6 +137,9 @@ hNPCPlayerRelativePosPerspective EQU $FF9B
; 1 = target is to the west
hNPCPlayerRelativePosFlags EQU $FF9D
+; some code zeroes this for no reason when writing a coin amount
+hUnusedCoinsByte EQU $FF9F
+
hMoney EQU $FF9F ; 3-byte BCD number
hCoins EQU $FFA0 ; 2-byte BCD number