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 | Merge pull request #148 from Sanqui/ci (diff) | |
| parent | Gave names to the functions and labels and adresses used in DivideBCD (diff) | |
| download | pokeyellow-2eabbc26a905aec8a1794140fdf72e692749aa43.tar.gz pokeyellow-2eabbc26a905aec8a1794140fdf72e692749aa43.tar.xz pokeyellow-2eabbc26a905aec8a1794140fdf72e692749aa43.zip | |
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 |
