summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'hram.asm')
-rwxr-xr-xhram.asm7
1 files changed, 7 insertions, 0 deletions
diff --git a/hram.asm b/hram.asm
index 36e2800..0bebc0a 100755
--- a/hram.asm
+++ b/hram.asm
@@ -36,6 +36,13 @@ hNumFramesSinceLastVBlank EQU $FFB2
hNumFramesDropped EQU $FFB3
hVBlankCount EQU $FFB4
+hSignedMathSignBuffer EQU $FFB6
+hSignedMathSignBuffer2 EQU $FFB7
+
+hSineOrCosineArgumentBuffer EQU $FF8C
+hCosineResultBuffer EQU $FF8D
+hSineResultBuffer EQU $FF8F
+
hFlipperYCollisionAttribute EQU $FFBF ; Vertical collision attribute for when ball collides with a flipper.
hFFC4 = $FFC4