From 03c359596bdacbf39cdc244d2f164d0ec94d5505 Mon Sep 17 00:00:00 2001 From: Astatin Date: Fri, 5 Sep 2025 15:29:27 +0200 Subject: Add static human at campsite --- dialogues/demo_quest.gbasm | 2 +- dialogues/text.gbasm | 4 ++-- dialogues/text.gbtxt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'dialogues') diff --git a/dialogues/demo_quest.gbasm b/dialogues/demo_quest.gbasm index f9414e9..0547729 100644 --- a/dialogues/demo_quest.gbasm +++ b/dialogues/demo_quest.gbasm @@ -1,5 +1,5 @@ Demo_quest_bunny: -.TEXTB =Bunny_Header_Text =Dialogue_1_1b +.TEXTB =Human_Header_Text =Dialogue_1_1b .TEXT =Dialogue_1_2t =Empty .TEXT =Dialogue_1_3t =Dialogue_1_3b .TEXT =Dialogue_1_4t =Empty diff --git a/dialogues/text.gbasm b/dialogues/text.gbasm index c952b74..ea176b4 100644 --- a/dialogues/text.gbasm +++ b/dialogues/text.gbasm @@ -1,8 +1,8 @@ ; THIS FILE IS GENERATED AUTOMATICALLY, DO NOT CHANGE Empty: .DB , 0xff -Bunny_Header_Text: -.DB 0x8b, 0x9e, 0x97, 0x97, 0xa2, 0xaa, 0xff +Human_Header_Text: +.DB 0x9d, 0x92, 0x97, 0xaa, 0xff Unknown_Header_Text: .DB 0xa6, 0xa6, 0xa6, 0xaa, 0xff Double_Exclamation: diff --git a/dialogues/text.gbtxt b/dialogues/text.gbtxt index 0101507..51a18e2 100644 --- a/dialogues/text.gbtxt +++ b/dialogues/text.gbtxt @@ -1,5 +1,5 @@ Empty: -Bunny_Header_Text: Bunny: +Human_Header_Text: Tin: Unknown_Header_Text: ???: Double_Exclamation: !! -- cgit v1.2.3-70-g09d2