diff options
author | Astatin <[email protected]> | 2025-05-02 15:30:42 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-05-02 15:30:42 +0200 |
commit | 2fcb846cefd480f4c3b2aebd2934ae157d245566 (patch) | |
tree | 92e65a07effdc7dfbbef3cf307af76bd89c276a8 /playerattacks | |
parent | 4e618ff322cc0a6b1b7b8947983e4055b96e43d2 (diff) |
Remove debug stairs action from hop attack
Diffstat (limited to 'playerattacks')
-rw-r--r-- | playerattacks/hop.gbasm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/playerattacks/hop.gbasm b/playerattacks/hop.gbasm index 6f51382..ac89acd 100644 --- a/playerattacks/hop.gbasm +++ b/playerattacks/hop.gbasm @@ -158,7 +158,6 @@ Hop_Attack_Loading_Regular: RET Hop_Attack: - CALL =Stairs_Action LD A, $mem_bunny_direction AND $07 LD D, A |