diff options
author | Astatin <[email protected]> | 2025-02-04 16:11:08 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2025-02-04 16:11:08 +0900 |
commit | 3b67c86b61b5d8640860dd5e8b016790ee4814c3 (patch) | |
tree | ff32913f93af19bd3a86e0ec2f129a2f3de065ad /definitions.gbasm | |
parent | aa7b1f0505f8b0e9cebe7d1444075abb8d756d9e (diff) |
Add penguins that can freeze the bunny and run away when it's already frozen
Diffstat (limited to 'definitions.gbasm')
-rw-r--r-- | definitions.gbasm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/definitions.gbasm b/definitions.gbasm index 90f6ed9..045a01b 100644 --- a/definitions.gbasm +++ b/definitions.gbasm @@ -104,6 +104,8 @@ .DEFINE mem_animation_wait_frames ($c02e) +.DEFINE mem_bunny_status_clear_turn_counter ($c02f) + .DEFINE mem_next_free_head_lower_bytes ($c6ff) .DEFINE mem_dungeon_generation_heads $c700 ; Takes the memory from c700 to c717 |