diff options
| author | Sanqui <gsanky@gmail.com> | 2017-03-21 16:35:36 +0100 |
|---|---|---|
| committer | Sanqui <gsanky@gmail.com> | 2017-03-21 16:35:36 +0100 |
| commit | a30bbae4b5b6433941b7011b82e4aee1ae6916e1 (patch) | |
| tree | d870547210a635aa199420b31c22207153d2cca3 /hram.asm | |
| parent | Merge pull request #148 from Sanqui/ci (diff) | |
| parent | Merge branch 'label-naming' of https://github.com/joefarebrother/pokered into... (diff) | |
| download | pokeyellow-a30bbae4b5b6433941b7011b82e4aee1ae6916e1.tar.gz pokeyellow-a30bbae4b5b6433941b7011b82e4aee1ae6916e1.tar.xz pokeyellow-a30bbae4b5b6433941b7011b82e4aee1ae6916e1.zip | |
Merge branch '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 |
