diff options
Diffstat (limited to 'playerattacks.gbasm')
-rw-r--r-- | playerattacks.gbasm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/playerattacks.gbasm b/playerattacks.gbasm index b9b108b..d87368e 100644 --- a/playerattacks.gbasm +++ b/playerattacks.gbasm @@ -83,7 +83,23 @@ Canceled_Attack: LD $mem_bunny_mana, A RET +Empty_Attack: + RET + Attack_List: + .Empty: + ; Attack menu name string + .DB =Empty + + ; Attack function + .DB =Empty_Attack + + ; Energy point cost + .DB $00 + + .PADTO =.Empty+8 + + .Hop: ; Attack menu name string .DB =Hop_Attack_Menu_Txt |