summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-08-03 22:10:30 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-08-03 22:10:30 -0400
commit19c517bca455c10e7cba6699084b8cbeb8cc8137 (patch)
tree7e9d6d44fc91e6b655c8e63e02880f30ab37260a /hram.asm
parent2187d8d8af1ff2372610806539c245657639cf85 (diff)
Attempt to make yellow buildable, part 7.
Builds but not to baserom.gbc.
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/hram.asm b/hram.asm
index be9b9023..f1802f08 100644
--- a/hram.asm
+++ b/hram.asm
@@ -48,6 +48,8 @@ H_NUMTOPRINT EQU $FF96 ; 3 bytes
H_POWEROFTEN EQU $FF99 ; 3 bytes
H_SAVEDNUMTOPRINT EQU $FF9C ; 3 bytes
+hMoney EQU $FF9F ; 3-byte BCD number
+hCoins EQU $FFA0 ; 2-byte BCD number
hSerialReceivedNewData EQU $FFA9