diff options
author | Astatin <[email protected]> | 2025-08-28 16:46:14 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-08-28 16:46:14 +0200 |
commit | 48a1ae254129527251bed0fbf2a01bef46f5ae52 (patch) | |
tree | e46d179e55cb1c718932ab451d47283ea5828246 /entity/frog.gbasm | |
parent | 4322dd667c3e8c26daac152762fed8f25806d1ef (diff) |
Fix entities blinking not reset when frozen
Diffstat (limited to 'entity/frog.gbasm')
-rw-r--r-- | entity/frog.gbasm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/entity/frog.gbasm b/entity/frog.gbasm index 268e473..bf65150 100644 --- a/entity/frog.gbasm +++ b/entity/frog.gbasm @@ -33,12 +33,12 @@ Frog_Turn: LD A, (HL+) LD D, A + .RESET_BLINKING_MODE + .ENTITY_HEALTH_CHECK =.Skip_turn =Frog_Drops .ENTITY_FREEZE_SHIVER =.Skip_turn .ENTITY_STATUS_SKIP_TURN =.Skip_turn - .RESET_BLINKING_MODE - .ENTITY_TRY_ATTACK =Grab_sight_check =Grab_Enemy_Attack =.attack_end .ENTITY_TRY_ATTACK =Check_player_next_to =Basic_Enemy_Attack =.attack_end CALL =Walking |