aboutsummaryrefslogtreecommitdiff
path: root/entity/penguin.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-08-28 16:46:14 +0200
committerAstatin <[email protected]>2025-08-28 16:46:14 +0200
commit48a1ae254129527251bed0fbf2a01bef46f5ae52 (patch)
treee46d179e55cb1c718932ab451d47283ea5828246 /entity/penguin.gbasm
parent4322dd667c3e8c26daac152762fed8f25806d1ef (diff)
Fix entities blinking not reset when frozen
Diffstat (limited to 'entity/penguin.gbasm')
-rw-r--r--entity/penguin.gbasm4
1 files changed, 2 insertions, 2 deletions
diff --git a/entity/penguin.gbasm b/entity/penguin.gbasm
index 3b58586..9a9ed7c 100644
--- a/entity/penguin.gbasm
+++ b/entity/penguin.gbasm
@@ -42,12 +42,12 @@ Penguin_Turn:
LD A, (HL+)
LD D, A
+ .RESET_BLINKING_MODE
+
.ENTITY_HEALTH_CHECK =.Skip_turn =Penguin_Drop
.ENTITY_FREEZE_SHIVER =.Skip_turn
.ENTITY_STATUS_SKIP_TURN =.Skip_turn
- .RESET_BLINKING_MODE
-
LD A, $mem_moving_animation_step
CP $00
JR NZ, =.attack_end