From f565e31d51a241e4b98eb566d4ce6459f56e673c Mon Sep 17 00:00:00 2001 From: Marcus Huderle Date: Sat, 15 May 2021 11:00:06 -0500 Subject: Fully document flipper collision system --- hram.asm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'hram.asm') 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 -- cgit v1.2.3