diff options
Diffstat (limited to 'home/stone_queue.asm')
-rw-r--r-- | home/stone_queue.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home/stone_queue.asm b/home/stone_queue.asm index ac920b4b3..b32fc10bd 100644 --- a/home/stone_queue.asm +++ b/home/stone_queue.asm @@ -56,11 +56,11 @@ HandleStoneQueue:: ret .check_on_warp - ld hl, wCurrMapWarpsPointer + ld hl, wCurMapWarpsPointer ld a, [hli] ld h, [hl] ld l, a - ld a, [wCurrMapWarpCount] + ld a, [wCurMapWarpCount] and a jr z, .nope2 @@ -94,7 +94,7 @@ HandleStoneQueue:: .found_warp pop af ld d, a - ld a, [wCurrMapWarpCount] + ld a, [wCurMapWarpCount] sub d inc a scf |