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 /dialogues.gbasm | |
parent | 674d876aeff3eaaec1cf0226e45a6f649baca471 (diff) |
Updating current focused attack cost + changing the cursor when not enough points
Diffstat (limited to 'dialogues.gbasm')
-rw-r--r-- | dialogues.gbasm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dialogues.gbasm b/dialogues.gbasm index 7ec280e..0deea6d 100644 --- a/dialogues.gbasm +++ b/dialogues.gbasm @@ -4,11 +4,11 @@ Text_1: .DB 0x91, 0x8e, 0x95, 0x95, 0x98, 0x0, 0xa5, 0xff Debug_Text: .DB 0x8d, 0x8b, 0x90, 0xff -Menu_Choice_1: +Hop_Attack_Menu_Txt: .DB 0x91, 0x98, 0x99, 0xff -Menu_Choice_2: +Heal_Attack_Menu_Txt: .DB 0x91, 0x8e, 0x8a, 0x95, 0xff -Menu_Choice_3: +Freeze_Attack_Menu_Txt: .DB 0x8f, 0x9b, 0x8e, 0x8e, 0xa3, 0x8e, 0xff -Menu_Choice_4: +Earcoptr_Attack_Menu_Txt: .DB 0x8e, 0x8a, 0x9b, 0x8c, 0x98, 0x99, 0x9d, 0x9b, 0xff |