Crystal-only jumptable exit bits

This commit is contained in:
Rangi42
2024-12-02 12:00:36 -05:00
committed by Sylvie
parent e1e7cbd838
commit 41045d0266
5 changed files with 16 additions and 16 deletions

View File

@@ -605,7 +605,7 @@ Function1704e1:
.loop
call JoyTextDelay
ld a, [wJumptableIndex]
bit 7, a
bit JUMPTABLE_EXIT_F, a
jr nz, .done
call .DoJumptable
farcall HDMATransferTilemapAndAttrmap_Overworld
@@ -693,7 +693,7 @@ Function1704e1:
.pressed_a_or_b
ld hl, wJumptableIndex
set 7, [hl]
set JUMPTABLE_EXIT_F, [hl]
ret
.NextJumptableFunction: