jumptable macro repurposed

This commit is contained in:
PikalaxALT
2015-12-26 21:59:03 -05:00
parent 2bd45ca574
commit f030315b1f
66 changed files with 1241 additions and 1759 deletions

View File

@@ -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