summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2021-05-15 11:00:06 -0500
committerMarcus Huderle <huderlem@gmail.com>2021-05-15 11:00:06 -0500
commitf565e31d51a241e4b98eb566d4ce6459f56e673c (patch)
tree5b909c07c10065de755d04df4594ad0c01382740 /hram.asm
parent22964879cfadf73916e27c219fc52001f773c144 (diff)
Fully document flipper collision system
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm9
1 files changed, 8 insertions, 1 deletions
diff --git a/hram.asm b/hram.asm
index fa4defc..c0c0e5d 100644
--- a/hram.asm
+++ b/hram.asm
@@ -39,11 +39,18 @@ hStatIntrFired EQU $FFB5
hSignedMathSignBuffer EQU $FFB6
hSignedMathSignBuffer2 EQU $FFB7
+hBallXPos EQU $FFBA
+hBallYPos EQU $FFBC
+
+hFlipperStateChange EQU $FFC0
+hPreviousFlipperState EQU $FFC2
+hFlipperState EQU $FFC3
+
hRotationAngleBuffer EQU $FF8C
hCosineResultBuffer EQU $FF8D
hSineResultBuffer EQU $FF8F
-hFlipperYCollisionAttribute EQU $FFBF ; Vertical collision attribute for when ball collides with a flipper.
+hFlipperCollisionRadius EQU $FFBF
hFFC4 = $FFC4