From 3b67c86b61b5d8640860dd5e8b016790ee4814c3 Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 4 Feb 2025 16:11:08 +0900 Subject: Add penguins that can freeze the bunny and run away when it's already frozen --- entity/fox.gbasm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'entity/fox.gbasm') diff --git a/entity/fox.gbasm b/entity/fox.gbasm index 67723f8..d82cc66 100644 --- a/entity/fox.gbasm +++ b/entity/fox.gbasm @@ -110,7 +110,7 @@ Fox_Turn: CP $00 JR Z, =.Try_Walking - CALL =Basic_Attack + CALL =Basic_Enemy_Attack JR =.Start_action_or_movement.end @@ -147,7 +147,7 @@ Fox_Turn: CP $00 JR Z, =.laser_sight_check_fail - CALL =Laser_Attack + CALL =Laser_Enemy_Attack LD A, L AND $f0 -- cgit v1.2.3-70-g09d2