From ecd565bc8625f7b80ebe197554ab01e1ef9a604b Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 11 Feb 2025 18:52:46 +0900 Subject: Updating current focused attack cost + changing the cursor when not enough points --- definitions.gbasm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'definitions.gbasm') diff --git a/definitions.gbasm b/definitions.gbasm index 832377d..054ea4e 100644 --- a/definitions.gbasm +++ b/definitions.gbasm @@ -85,7 +85,7 @@ .DEFINE dialogue_menu_choice1_routine $c018 ; Takes also $c019 .DEFINE dialogue_menu_choice2_routine $c01a ; Takes also $c01b .DEFINE dialogue_menu_choice3_routine $c01c ; Takes also $c01d -.DEFINE dialogue_menu_choice3_routine $c01e ; Takes also $c01f +.DEFINE dialogue_menu_choice4_routine $c01e ; Takes also $c01f .DEFINE mem_last_button_action ($c020) .DEFINE mem_loading_step ($c021) @@ -111,6 +111,9 @@ .DEFINE mem_bunny_status_clear_turn_counter ($c02f) +.DEFINE mem_bunny_attacks $c030 ; Takes the memory from c030 to c033 +.DEFINE mem_current_focused_attack_ep_cost ($c034) + .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