From e67ddaf2d8aad828de2a993385071aebfb183340 Mon Sep 17 00:00:00 2001 From: Astatin Date: Thu, 13 Mar 2025 19:51:48 +0900 Subject: Change the collision update from frame 5 to 9 for it to happen after basic attack execution --- entity/actions.gbasm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'entity') diff --git a/entity/actions.gbasm b/entity/actions.gbasm index ebbfb18..5168d42 100644 --- a/entity/actions.gbasm +++ b/entity/actions.gbasm @@ -1,6 +1,6 @@ Entities_Actions: LD A, $mem_moving_animation_step - CP $05 + CP $09 JR NZ, =.Action_Functions CALL =Reset_Entities_Collision_Map -- cgit v1.2.3-70-g09d2