aboutsummaryrefslogtreecommitdiffstats
path: root/hram.asm
diff options
context:
space:
mode:
authorJoe Farebrother <nintendo.joe.farebrother@gmail.com>2017-03-19 21:09:24 +0000
committerJoe Farebrother <nintendo.joe.farebrother@gmail.com>2017-03-19 21:09:24 +0000
commit39d31cecb263498e286c1fba3b8e0c6d439244b9 (patch)
treebda229723204144e7837e2a3f967051c1bfd2f47 /hram.asm
parentGave the labels in _MoveMon more descriptive names and added a few comments (diff)
downloadpokeyellow-39d31cecb263498e286c1fba3b8e0c6d439244b9.tar.gz
pokeyellow-39d31cecb263498e286c1fba3b8e0c6d439244b9.tar.xz
pokeyellow-39d31cecb263498e286c1fba3b8e0c6d439244b9.zip
Gave names to the functions and labels and adresses used in DivideBCD
and added a few comments
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