diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2019-03-03 14:27:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-03 14:27:39 -0500 |
commit | e96330e66a6017f558d83004a15906edf70b2da9 (patch) | |
tree | eb94f2465355e1ea7988e7d6bc77baf0140e3dbb /home/stone_queue.asm | |
parent | e671636bba211b30a15b86bf748989b6e61dcf0a (diff) | |
parent | 79dc22c769a5a84b561884508e2643747cf9ec08 (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.asm | 2 |
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 |