From c1ac8f71285f25c2b3baad3f65f91942867076c7 Mon Sep 17 00:00:00 2001 From: Astatin Date: Fri, 14 Feb 2025 19:16:40 +0900 Subject: Fix bunny position predictions + add a bunch of ToDo --- definitions.gbasm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'definitions.gbasm') 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 -- cgit v1.2.3-70-g09d2