diff options
author | Astatin <[email protected]> | 2025-05-09 10:28:14 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-05-09 10:28:14 +0200 |
commit | 507a9876b85f47ff81cc9150bea858eec064ba05 (patch) | |
tree | 5b24e7836ce07ad8768d9c7ad7a1c6a2b3e92106 /playerattacks | |
parent | 4b02238d88af30c98b2f8d44e5200fb80b04bcad (diff) |
Refactor viewport to not need Fix_Bunny_Screen anymore and "fix" it before every frame
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 ac89acd..111fb72 100644 --- a/playerattacks/hop.gbasm +++ b/playerattacks/hop.gbasm @@ -99,7 +99,6 @@ Hop_Attack_Loading_Regular: LD $mem_current_mode, A LD $mem_requested_mode, A CALL =Update_VBlank_Handler - CALL =Fix_Bunny_screen LD A, $mem_bunny_direction OR $38 LD $mem_bunny_direction, A |