diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-03 22:10:30 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-03 22:10:30 -0400 |
commit | 19c517bca455c10e7cba6699084b8cbeb8cc8137 (patch) | |
tree | 7e9d6d44fc91e6b655c8e63e02880f30ab37260a /hram.asm | |
parent | 2187d8d8af1ff2372610806539c245657639cf85 (diff) |
Attempt to make yellow buildable, part 7.
Builds but not to baserom.gbc.
Diffstat (limited to 'hram.asm')
-rw-r--r-- | hram.asm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |