From 39d31cecb263498e286c1fba3b8e0c6d439244b9 Mon Sep 17 00:00:00 2001 From: Joe Farebrother Date: Sun, 19 Mar 2017 21:09:24 +0000 Subject: Gave names to the functions and labels and adresses used in DivideBCD and added a few comments --- hram.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'hram.asm') 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 -- cgit v1.3.1-sl0p