aboutsummaryrefslogtreecommitdiff
path: root/entity/mouse.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'entity/mouse.gbasm')
-rw-r--r--entity/mouse.gbasm4
1 files changed, 2 insertions, 2 deletions
diff --git a/entity/mouse.gbasm b/entity/mouse.gbasm
index f87bb88..6ea8b1d 100644
--- a/entity/mouse.gbasm
+++ b/entity/mouse.gbasm
@@ -25,12 +25,12 @@ Mouse_Turn:
LD A, (HL+)
LD D, A
+ .RESET_BLINKING_MODE
+
.ENTITY_HEALTH_CHECK =.Skip_turn =Mouse_Drop
.ENTITY_FREEZE_SHIVER =.Skip_turn
.ENTITY_STATUS_SKIP_TURN =.Skip_turn
- .RESET_BLINKING_MODE
-
.ENTITY_TRY_ATTACK =Check_player_next_to =Basic_Enemy_Attack =.attack_end
CALL =Walking
BIT 3, D