From cf80989154bbb8985bec1d2e089c680714b9b804 Mon Sep 17 00:00:00 2001 From: Astatin Date: Fri, 24 Jan 2025 18:49:12 +0900 Subject: Fix XY/YX/BC/CB issue thingy --- entity/bunny.gbasm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'entity/bunny.gbasm') diff --git a/entity/bunny.gbasm b/entity/bunny.gbasm index 7e9afa5..3804b6a 100644 --- a/entity/bunny.gbasm +++ b/entity/bunny.gbasm @@ -66,7 +66,6 @@ Move_Bunny: LD A, D CALL =Get_Position_After_Move - LD A, C CALL =Is_Collisionable CALL =Carve_Entity_Collision_Map CP $00 @@ -86,13 +85,8 @@ Move_Bunny: JR Z, =.Start_action_or_movement.end PUSH BC - LD A, B - LD B, C - LD C, A LD A, $01 - DBG .ADD_A_TO_DIRECTION_BC - DBG LD A, B LD $mem_bunny_predicted_x, A LD A, C -- cgit v1.2.3-70-g09d2