diff options
author | Astatin <[email protected]> | 2025-09-05 15:29:27 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-09-05 15:29:27 +0200 |
commit | 03c359596bdacbf39cdc244d2f164d0ec94d5505 (patch) | |
tree | 7e4d8d8056b2560f550d68635caa2ae851c7b911 /dialogues | |
parent | 16c308b2567d1dddb44ca928fe376b4a6219744f (diff) |
Diffstat (limited to 'dialogues')
-rw-r--r-- | dialogues/demo_quest.gbasm | 2 | ||||
-rw-r--r-- | dialogues/text.gbasm | 4 | ||||
-rw-r--r-- | dialogues/text.gbtxt | 2 |
3 files changed, 4 insertions, 4 deletions
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: !! |