diff options
author | Astatin <[email protected]> | 2025-03-07 18:08:24 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2025-03-07 18:08:24 +0900 |
commit | 0e86a8e70316f5fa9c0d0f66496740d97e312b43 (patch) | |
tree | 01d51b908dbce16108bdc39d89a5a8f8a5df2bc2 /playerattacks.gbasm | |
parent | 329953d54d3d07b517dcff391a40229acd89bd59 (diff) |
Revert hop to the actual hop attack instead of stairs action (it was debug stuff)
Diffstat (limited to 'playerattacks.gbasm')
-rw-r--r-- | playerattacks.gbasm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/playerattacks.gbasm b/playerattacks.gbasm index 4b72f88..b9b108b 100644 --- a/playerattacks.gbasm +++ b/playerattacks.gbasm @@ -89,11 +89,10 @@ Attack_List: .DB =Hop_Attack_Menu_Txt ; Attack function - .DB =Stairs_Action - ; .DB =Hop_Attack + .DB =Hop_Attack ; Energy point cost - .DB $00 + .DB $01 .PADTO =.Hop+8 |