aboutsummaryrefslogtreecommitdiff
path: root/entity/frog.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-02-04 16:11:08 +0900
committerAstatin <[email protected]>2025-02-04 16:11:08 +0900
commit3b67c86b61b5d8640860dd5e8b016790ee4814c3 (patch)
treeff32913f93af19bd3a86e0ec2f129a2f3de065ad /entity/frog.gbasm
parentaa7b1f0505f8b0e9cebe7d1444075abb8d756d9e (diff)
Add penguins that can freeze the bunny and run away when it's already frozen
Diffstat (limited to 'entity/frog.gbasm')
-rw-r--r--entity/frog.gbasm2
1 files changed, 1 insertions, 1 deletions
diff --git a/entity/frog.gbasm b/entity/frog.gbasm
index b7d6511..428e88a 100644
--- a/entity/frog.gbasm
+++ b/entity/frog.gbasm
@@ -85,7 +85,7 @@ Frog_Turn:
LD A, E
CP $00
JR Z, =.Try_Walking
- CALL =Basic_Attack
+ CALL =Basic_Enemy_Attack
JR =.Start_action_or_movement.end