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/display.gbasm | |
parent | 4b02238d88af30c98b2f8d44e5200fb80b04bcad (diff) |
Refactor viewport to not need Fix_Bunny_Screen anymore and "fix" it before every frame
Diffstat (limited to 'entity/display.gbasm')
-rw-r--r-- | entity/display.gbasm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/entity/display.gbasm b/entity/display.gbasm index 0a38755..42f4740 100644 --- a/entity/display.gbasm +++ b/entity/display.gbasm @@ -152,16 +152,7 @@ Display_Entity: CP $30 JR NZ, =.SuperJump_Animation.end - PUSH BC - LD A, $mem_moving_animation_step - CPL - INC A - LD B, A LD A, $mem_moving_animation_step - SLA A - AND $0f - ADD B - POP BC CP $00 JR Z, =.SuperJump_Animation.end .ADD_A_TO_DIRECTION_BC |