From 507a9876b85f47ff81cc9150bea858eec064ba05 Mon Sep 17 00:00:00 2001 From: Astatin Date: Fri, 9 May 2025 10:28:14 +0200 Subject: Refactor viewport to not need Fix_Bunny_Screen anymore and "fix" it before every frame --- entity/display.gbasm | 9 --------- 1 file changed, 9 deletions(-) (limited to 'entity/display.gbasm') 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 -- cgit v1.2.3-70-g09d2