summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-09-11 19:44:01 -0700
committerMarcus Huderle <huderlem@gmail.com>2017-09-11 19:44:01 -0700
commitf2d839a1f498ff22ecb239bfc4d7c2752a652afd (patch)
tree093ab4657f757a02a47f267dca8474d53c658be2 /wram.asm
parent5c228e8cb1a2df95d019b049bd2b3e3633bc4161 (diff)
Label wCollidedPoint
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