diff options
author | Astatin <[email protected]> | 2025-05-02 15:28:14 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-05-02 15:28:14 +0200 |
commit | 4e618ff322cc0a6b1b7b8947983e4055b96e43d2 (patch) | |
tree | d28235e111fb147bfe3488a33a15dcd0d8012295 /playerattacks | |
parent | f137ecaba8297bb99b33559832e3131fda3646c2 (diff) |
Make stairs avoid bunny room
Diffstat (limited to 'playerattacks')
-rw-r--r-- | playerattacks/hop.gbasm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playerattacks/hop.gbasm b/playerattacks/hop.gbasm index ac89acd..6f51382 100644 --- a/playerattacks/hop.gbasm +++ b/playerattacks/hop.gbasm @@ -158,6 +158,7 @@ Hop_Attack_Loading_Regular: RET Hop_Attack: + CALL =Stairs_Action LD A, $mem_bunny_direction AND $07 LD D, A |