aboutsummaryrefslogtreecommitdiff
path: root/entity/bunny.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'entity/bunny.gbasm')
-rw-r--r--entity/bunny.gbasm6
1 files changed, 0 insertions, 6 deletions
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