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 --- enemiesattacks/laser.gbasm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'enemiesattacks/laser.gbasm') diff --git a/enemiesattacks/laser.gbasm b/enemiesattacks/laser.gbasm index b351141..4a0d029 100644 --- a/enemiesattacks/laser.gbasm +++ b/enemiesattacks/laser.gbasm @@ -48,7 +48,7 @@ Laser_sight_check: ; BC = XY of the enemy. D is unchanged. Direction to face in LD E, $enum_direction_up RET -Laser_Attack: ; Direction to face in E. Result in BC (XY), Direction in D +Laser_Enemy_Attack: ; Direction to face in E. Result in BC (XY), Direction in D PUSH DE PUSH BC -- cgit v1.2.3-70-g09d2