You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
jumptable macro repurposed
This commit is contained in:
@@ -1614,11 +1614,11 @@ GetItemHealingAction: ; f058 (3:7058)
|
||||
; f09e
|
||||
|
||||
StatusHealer_Jumptable: ; f09e (3:709e)
|
||||
ld hl, .jumptable
|
||||
ld hl, .dw
|
||||
rst JumpTable
|
||||
ret
|
||||
|
||||
.jumptable: ; f0a3 (3:70a3)
|
||||
.dw: ; f0a3 (3:70a3)
|
||||
dw StatusHealer_ClearPalettes
|
||||
dw StatusHealer_NoEffect
|
||||
dw StatusHealer_ExitMenu
|
||||
|
||||
Reference in New Issue
Block a user