summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm6
1 files changed, 1 insertions, 5 deletions
diff --git a/hram.asm b/hram.asm
index e866d77..bf4e34a 100644
--- a/hram.asm
+++ b/hram.asm
@@ -67,7 +67,7 @@ hTextBoxCursorBlinkInterval:: ds 2
NEXTU
hEventCollisionException:: db
-hEventID:: db ;; ffb0
+hEventID:: db
NEXTU
@@ -96,24 +96,20 @@ hSpriteOffset::
UNION
-; ffb3
hProduct::
hDividend::
; ds 4
db
-; ffb4
hMultiplicand::
hQuotient::
ds 3
-; ffb7
hMultiplier::
hDivisor::
hRemainder::
db
-; ffb8
hMathBuffer::
ds 5