aboutsummaryrefslogtreecommitdiff
path: root/entity/bunny.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-01-24 18:49:12 +0900
committerAstatin <[email protected]>2025-01-24 18:49:12 +0900
commitcf80989154bbb8985bec1d2e089c680714b9b804 (patch)
tree4dd903e51d5a8f997ae84ce5dd4bd78bec8c30bf /entity/bunny.gbasm
parent1a6621e5b1da42ee4b6b9132790ec744efc009c2 (diff)
Fix XY/YX/BC/CB issue thingy
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