diff options
author | Astatin <[email protected]> | 2025-02-14 19:16:40 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2025-02-14 19:16:40 +0900 |
commit | c1ac8f71285f25c2b3baad3f65f91942867076c7 (patch) | |
tree | 6b6c1b6092fbe2fdd9a47825712fb70bf899a3aa /definitions.gbasm | |
parent | cce14a83a5ef7b8bd3e8affa1cf5d52b00329b0a (diff) |
Fix bunny position predictions + add a bunch of ToDo
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 9cec50c..baa72a4 100644 --- a/definitions.gbasm +++ b/definitions.gbasm @@ -114,6 +114,8 @@ .DEFINE mem_bunny_attacks $c030 ; Takes the memory from c030 to c033 .DEFINE mem_current_focused_attack_ep_cost ($c034) +.DEFINE mem_bunny_next_mana_regen ($c035) + .DEFINE mem_next_free_head_lower_bytes ($c6ff) .DEFINE mem_dungeon_generation_heads $c700 ; Takes the memory from c700 to c717 |