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 --- dialogues.gbasm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dialogues.gbasm') 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 -- cgit v1.2.3-70-g09d2