aboutsummaryrefslogtreecommitdiff
path: root/entity/actions.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/actions.gbasm
parentaa7b1f0505f8b0e9cebe7d1444075abb8d756d9e (diff)
Add penguins that can freeze the bunny and run away when it's already frozen
Diffstat (limited to 'entity/actions.gbasm')
-rw-r--r--entity/actions.gbasm4
1 files changed, 4 insertions, 0 deletions
diff --git a/entity/actions.gbasm b/entity/actions.gbasm
index 4de9f21..d6977e9 100644
--- a/entity/actions.gbasm
+++ b/entity/actions.gbasm
@@ -115,6 +115,10 @@ Turn_Jump_table:
JP =Frog_Turn
NOP
+ ; 04
+ JP =Penguin_Turn
+ NOP
+
Interaction_Jump_table:
; 00
RET