From 9eab2451e369e56508d1a6b8380e772d74ce7c40 Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 1 Oct 2024 17:17:13 +0900 Subject: Fix bunny display and add attack animation --- entity/actions.gbasm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'entity/actions.gbasm') diff --git a/entity/actions.gbasm b/entity/actions.gbasm index 4dafb04..1380c49 100644 --- a/entity/actions.gbasm +++ b/entity/actions.gbasm @@ -59,7 +59,7 @@ Entity_Action: Update_Animation_Steps: LD A, $mem_map_loading_flags BIT 3, A - JR Z, =Update_Animation_Steps.end: + JR Z, =Update_Animation_Steps.end LD A, $mem_moving_animation_step INC A -- cgit v1.2.3-70-g09d2