diff options
author | Sanqui <gsanky@gmail.com> | 2017-03-21 16:35:19 +0100 |
---|---|---|
committer | Sanqui <gsanky@gmail.com> | 2017-03-21 16:35:19 +0100 |
commit | 2eabbc26a905aec8a1794140fdf72e692749aa43 (patch) | |
tree | d870547210a635aa199420b31c22207153d2cca3 /hram.asm | |
parent | 274809b723ba6ec1645c972233aaeb3deb30ed62 (diff) | |
parent | 39d31cecb263498e286c1fba3b8e0c6d439244b9 (diff) |
Merge branch 'label-naming' of https://github.com/joefarebrother/pokered into joefarebrother-label-naming
Diffstat (limited to 'hram.asm')
-rw-r--r-- | hram.asm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -155,6 +155,7 @@ hCoins EQU $FFA0 ; 2-byte BCD number hDivideBCDDivisor EQU $FFA2 ; 3-byte BCD number hDivideBCDQuotient EQU $FFA2 ; 3-byte BCD number +hDivideBCDBuffer EQU $FFA5 ; 3-byte BCD number hSerialReceivedNewData EQU $FFA9 |