summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm30
1 files changed, 1 insertions, 29 deletions
diff --git a/hram.asm b/hram.asm
index 0e26198..8e49ad5 100644
--- a/hram.asm
+++ b/hram.asm
@@ -57,9 +57,7 @@ hJoyDebounceSrc:: db ; ffa5
hJoypadState2:: db ; ffa6
- ds 6 ; TODO
-hGraphicStartTile:: db ; ffad
-hMoveMon:: db
+ ds 8 ; TODO
UNION
@@ -98,37 +96,11 @@ hSpriteOffset:: ; ffb1
db ; TODO
-UNION
-
-; ffb3
-hProduct::
-hDividend::
- ; ds 4
- db
-
-; ffb4
-hMultiplicand::
-hQuotient::
- ds 3
-
-; ffb7
-hMultiplier::
-hDivisor::
-hRemainder::
- db
-
-; ffb8
-hMathBuffer::
- ds 5
-
-NEXTU
-
hPrintNumLeadingDigit:: db ; ffb3 digit one place-value up
hPrintNumDividend:: ds 3 ; ffb4 big-endian
hPrintNumDivisor:: ds 3 ; ffb7 big-endian
hPrintNumTemp:: ds 3 ; ffba big-endian
-ENDU
ds 19 ; TODO