summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-04-01 14:46:27 -0700
committerMarcus Huderle <huderlem@gmail.com>2017-04-01 14:46:27 -0700
commitba783b6ba4aa6b06ae4e8698c531b29329090677 (patch)
tree40ae511a4ef8800af6f5ca6c09d76adb3720ac0c
parent0ee5b88e166a1821580c54998b0461e74b91f312 (diff)
Fix small typo in label
-rwxr-xr-xmain.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index 2f268c9..d1e31be 100755
--- a/main.asm
+++ b/main.asm
@@ -15049,7 +15049,7 @@ Data_14c8d:
ResolveVoltorbCollision: ; 0x14d85
ld a, [wWhichVoltorb]
and a
- jr z, .noVolorbCollision
+ jr z, .noVoltorbCollision
xor a
ld [wWhichVoltorb], a
call Func_14dc9
@@ -15064,7 +15064,7 @@ ResolveVoltorbCollision: ; 0x14d85
callba AddBigBCD6FromQueueWithBallMultiplier
ret
-.noVolorbCollision
+.noVoltorbCollision
ld a, [wd4d6]
and a
ret z