summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-10-10 17:03:04 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-10-10 18:00:12 -0400
commitd42330ed8b591db79c43ef680edc5965d6a7b14b (patch)
treeaa02be28fbeef1e8d7e35c622b2163a3739886db /hram.asm
parentb68913a782baee1334e9614661c712ff27895e8e (diff)
Annotation of PrintNum arguments in bc, and radio functions
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm7
1 files changed, 7 insertions, 0 deletions
diff --git a/hram.asm b/hram.asm
index 6d87614f6..10a96f4b8 100644
--- a/hram.asm
+++ b/hram.asm
@@ -44,6 +44,13 @@ hMultiplicand EQU $ffb4 ; 3 bytes long
hMultiplier EQU $ffb7 ; 1 byte long
hProduct EQU $ffb3 ; result (4 bytes long)
+hPrintNum1 EQU $ffb3
+hPrintNum2 EQU $ffb4
+hPrintNum3 EQU $ffb5
+hPrintNum4 EQU $ffb6
+hPrintNum5 EQU $ffb7
+hPrintNum6 EQU $ffb8
+hPrintNum7 EQU $ffb9
hMathBuffer EQU $ffb8
hMoneyTemp EQU $ffc3