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 /entity/init.gbasm | |
parent | 4b02238d88af30c98b2f8d44e5200fb80b04bcad (diff) |
Refactor viewport to not need Fix_Bunny_Screen anymore and "fix" it before every frame
Diffstat (limited to 'entity/init.gbasm')
-rw-r--r-- | entity/init.gbasm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/entity/init.gbasm b/entity/init.gbasm index 1e39456..80e3848 100644 --- a/entity/init.gbasm +++ b/entity/init.gbasm @@ -108,7 +108,6 @@ Initialize_Entities: CALL =Reset_Entities_Collision_Map -Fix_Bunny_screen: LD A, $mem_bunny_x SUB $05 LD $mem_viewport_x, A |