summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm4
1 files changed, 3 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 93c69cb..4263a3f 100644
--- a/wram.asm
+++ b/wram.asm
@@ -677,7 +677,9 @@ wd566:: ; 0xd566
wd572:: ; 0xd572
ds $6
-wd578:: ; 0xd578
+wCollidedPointIndex:: ; 0xd578
+; Stores the result of the PinballCollidesWithPoints function.
+; This index is 1-based, meaning 1 corresponds to the first item in the points array
ds $1
wCurrentCatchEmMon:: ; 0xd579