diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-09-11 19:44:01 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-09-11 19:44:01 -0700 |
commit | f2d839a1f498ff22ecb239bfc4d7c2752a652afd (patch) | |
tree | 093ab4657f757a02a47f267dca8474d53c658be2 /wram.asm | |
parent | 5c228e8cb1a2df95d019b049bd2b3e3633bc4161 (diff) |
Label wCollidedPoint
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |