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 | Attempt to make Yellow buildable, part 6. (diff) | |
| download | pokeyellow-19c517bca455c10e7cba6699084b8cbeb8cc8137.tar.gz pokeyellow-19c517bca455c10e7cba6699084b8cbeb8cc8137.tar.xz pokeyellow-19c517bca455c10e7cba6699084b8cbeb8cc8137.zip | |
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 |
