diff options
author | Astatin <[email protected]> | 2024-10-01 17:17:13 +0900 |
---|---|---|
committer | Astatin <astatin@redacted> | 2024-10-01 17:17:13 +0900 |
commit | 9eab2451e369e56508d1a6b8380e772d74ce7c40 (patch) | |
tree | cb886283ddac73cec34d69075125338a93d4955c /entity/actions.gbasm | |
parent | 6f0a76fccce2bd8cbe74975623b28f0201b2610a (diff) |
Fix bunny display and add attack animation
Diffstat (limited to 'entity/actions.gbasm')
-rw-r--r-- | entity/actions.gbasm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |