summaryrefslogtreecommitdiff
path: root/home/stone_queue.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2019-03-03 14:27:39 -0500
committerGitHub <noreply@github.com>2019-03-03 14:27:39 -0500
commite96330e66a6017f558d83004a15906edf70b2da9 (patch)
treeeb94f2465355e1ea7988e7d6bc77baf0140e3dbb /home/stone_queue.asm
parente671636bba211b30a15b86bf748989b6e61dcf0a (diff)
parent79dc22c769a5a84b561884508e2643747cf9ec08 (diff)
Merge pull request #608 from Rangi42/master
Identify more collision-related constants and data
Diffstat (limited to 'home/stone_queue.asm')
-rw-r--r--home/stone_queue.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/stone_queue.asm b/home/stone_queue.asm
index b32fc10bd..482299d9c 100644
--- a/home/stone_queue.asm
+++ b/home/stone_queue.asm
@@ -76,7 +76,7 @@ HandleStoneQueue::
jr .found_warp
.not_on_warp
- ld a, 5
+ ld a, WARP_EVENT_SIZE
add l
ld l, a
jr nc, .no_carry