summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
authorSanqui <gsanky@gmail.com>2017-03-21 16:35:36 +0100
committerSanqui <gsanky@gmail.com>2017-03-21 16:35:36 +0100
commita30bbae4b5b6433941b7011b82e4aee1ae6916e1 (patch)
treed870547210a635aa199420b31c22207153d2cca3 /hram.asm
parent274809b723ba6ec1645c972233aaeb3deb30ed62 (diff)
parent2eabbc26a905aec8a1794140fdf72e692749aa43 (diff)
Merge branch 'joefarebrother-label-naming'
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/hram.asm b/hram.asm
index f5817fa4..9c13e5a1 100644
--- a/hram.asm
+++ b/hram.asm
@@ -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