aboutsummaryrefslogtreecommitdiff
path: root/entity
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-03-13 21:21:09 +0900
committerAstatin <[email protected]>2025-03-13 21:21:09 +0900
commita29c10798a8064542ac04a5160baaa9b406ef239 (patch)
tree4fbe75222ca9039efcf1263e3fde3c742a8067ec /entity
parente67ddaf2d8aad828de2a993385071aebfb183340 (diff)
Don't switch to dead mode until end of turn
Diffstat (limited to 'entity')
-rw-r--r--entity/actions.gbasm7
1 files changed, 4 insertions, 3 deletions
diff --git a/entity/actions.gbasm b/entity/actions.gbasm
index 5168d42..8b9e3a6 100644
--- a/entity/actions.gbasm
+++ b/entity/actions.gbasm
@@ -97,9 +97,10 @@ Update_Animation_Steps:
.end:
LD A, $mem_bunny_health
CP $00
- JR Z =.Dead_mode
-
- RET
+ RET NZ
+ LD A, $mem_moving_animation_step
+ CP $00
+ RET NZ
.Dead_mode: