diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-09-09 15:09:51 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-09-09 15:09:51 -0400 |
commit | ae022e1420ee16032cb7afb1a365bc32fc2a2c9b (patch) | |
tree | 871e3f210173548fc3b87325b47535efe13b54c0 /home/stone_queue.asm | |
parent | 84cfbc70fac02032d1608f89e9f551ab3d987315 (diff) |
Curr -> Cur
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 |