diff options
author | Astatin <[email protected]> | 2025-02-11 18:52:46 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2025-02-11 18:52:46 +0900 |
commit | ecd565bc8625f7b80ebe197554ab01e1ef9a604b (patch) | |
tree | 5988b36cf2bcd1271c61421cd94ba46db95ba524 /definitions.gbasm | |
parent | 674d876aeff3eaaec1cf0226e45a6f649baca471 (diff) |
Updating current focused attack cost + changing the cursor when not enough points
Diffstat (limited to 'definitions.gbasm')
-rw-r--r-- | definitions.gbasm | 5 |
1 files changed, 4 insertions, 1 deletions
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 |