aboutsummaryrefslogtreecommitdiff
path: root/dialogues
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-05-02 14:30:59 +0200
committerAstatin <[email protected]>2025-05-02 14:30:59 +0200
commitf137ecaba8297bb99b33559832e3131fda3646c2 (patch)
treee965ead8f9ee09377cd1954af3e3ea565ae9058d /dialogues
parentf51e51ebdfc71a429fd1a4ef359f9d8ce52fb1d2 (diff)
Change the end dialogue to make it more clear it's the end
Diffstat (limited to 'dialogues')
-rw-r--r--dialogues/demo_quest.gbasm8
-rw-r--r--dialogues/text.gbasm22
-rw-r--r--dialogues/text.gbtxt18
3 files changed, 37 insertions, 11 deletions
diff --git a/dialogues/demo_quest.gbasm b/dialogues/demo_quest.gbasm
index f6c36ba..f9414e9 100644
--- a/dialogues/demo_quest.gbasm
+++ b/dialogues/demo_quest.gbasm
@@ -1,7 +1,11 @@
Demo_quest_bunny:
.TEXTB =Bunny_Header_Text =Dialogue_1_1b
-.TEXT =Dialogue_1_2t =Dialogue_1_2b
-.TEXT =Dialogue_1_3t =Empty
+.TEXT =Dialogue_1_2t =Empty
+.TEXT =Dialogue_1_3t =Dialogue_1_3b
+.TEXT =Dialogue_1_4t =Empty
+.TEXT =Dialogue_1_5t =Dialogue_1_5b
+.TEXT =Dialogue_1_6t =Dialogue_1_6b
+.TEXT =Dialogue_1_7t =Empty
.END
Demo_quest_init:
diff --git a/dialogues/text.gbasm b/dialogues/text.gbasm
index d71f756..4bb2b8e 100644
--- a/dialogues/text.gbasm
+++ b/dialogues/text.gbasm
@@ -43,13 +43,25 @@ fimsh_eegg_3b:
fimsh_eegg_4t:
.DB 0x8b, 0x9e, 0x9d, 0x0, 0x8c, 0x98, 0x97, 0x90, 0x9b, 0x8a, 0x9d, 0x9c, 0x0, 0xa5, 0xa5, 0xff
Dialogue_1_1b:
-.DB 0x91, 0x8e, 0x95, 0x95, 0x98, 0x0, 0xa5, 0xff
+.DB 0x9d, 0x91, 0x8a, 0x97, 0x94, 0x0, 0xa2, 0x98, 0x9e, 0x0, 0xa5, 0xa5, 0xa5, 0xff
Dialogue_1_2t:
-.DB 0x92, 0x0, 0x8a, 0x96, 0x0, 0x9c, 0x9d, 0x9e, 0x8c, 0x94, 0x0, 0x92, 0x97, 0x0, 0x9d, 0x91, 0x92, 0x9c, 0xff
-Dialogue_1_2b:
-.DB 0x8d, 0x9e, 0x97, 0x90, 0x8e, 0x98, 0x97, 0xa4, 0xff
+.DB 0xa2, 0x98, 0x9e, 0x0, 0x8f, 0x98, 0x9e, 0x97, 0x8d, 0x0, 0x96, 0x8e, 0x0, 0xa5, 0xa5, 0xff
Dialogue_1_3t:
-.DB 0xa0, 0x98, 0x9e, 0x95, 0x8d, 0x0, 0xa2, 0x98, 0x9e, 0x0, 0x91, 0x8e, 0x95, 0x99, 0x0, 0x96, 0x8e, 0xa6, 0xff
+.DB 0x92, 0x0, 0xa0, 0x8a, 0x9c, 0x0, 0x9c, 0x9d, 0x9e, 0x8c, 0x94, 0x0, 0x92, 0x97, 0xff
+Dialogue_1_3b:
+.DB 0x9d, 0x91, 0x92, 0x9c, 0x0, 0x8d, 0x9e, 0x97, 0x90, 0x8e, 0x98, 0x97, 0xa4, 0xff
+Dialogue_1_4t:
+.DB 0x98, 0x91, 0x0, 0xa0, 0x8a, 0x92, 0x9d, 0xa4, 0xa4, 0xa4, 0xff
+Dialogue_1_5t:
+.DB 0x8a, 0x9c, 0x9d, 0x8a, 0x9d, 0x92, 0x97, 0x0, 0x8d, 0x92, 0x8d, 0x97, 0xa8, 0x9d, 0xff
+Dialogue_1_5b:
+.DB 0xa0, 0x9b, 0x92, 0x9d, 0x8e, 0x0, 0x9d, 0x91, 0x8e, 0x0, 0x9b, 0x8e, 0x9c, 0x9d, 0x0, 0x98, 0x8f, 0xff
+Dialogue_1_6t:
+.DB 0x9d, 0x91, 0x8e, 0x0, 0x9c, 0x9d, 0x98, 0x9b, 0xa2, 0x0, 0x9c, 0x98, 0x0, 0x92, 0xff
+Dialogue_1_6b:
+.DB 0x90, 0x9e, 0x8e, 0x9c, 0x9c, 0x0, 0xa0, 0x8e, 0x0, 0x8a, 0x9b, 0x8e, 0x0, 0x9c, 0x9d, 0x9e, 0x8c, 0x94, 0xff
+Dialogue_1_7t:
+.DB 0x91, 0x8e, 0x9b, 0x8e, 0x0, 0xa6, 0xa4, 0xa4, 0xa4, 0xff
Dialogue_2_1b:
.DB 0x91, 0x8e, 0x95, 0x99, 0x0, 0xa5, 0xa5, 0xa5, 0xff
Dialogue_2_2t:
diff --git a/dialogues/text.gbtxt b/dialogues/text.gbtxt
index fb9c4e4..0101507 100644
--- a/dialogues/text.gbtxt
+++ b/dialogues/text.gbtxt
@@ -33,12 +33,22 @@ fimsh_eegg_3b: anything special
fimsh_eegg_4t: but congrats !!
-Dialogue_1_1b: Hello !
+Dialogue_1_1b: Thank you !!!
-Dialogue_1_2t: I am stuck in this
-Dialogue_1_2b: dungeon.
+Dialogue_1_2t: You found me !!
-Dialogue_1_3t: Would you help me?
+Dialogue_1_3t: I was stuck in
+Dialogue_1_3b: this dungeon.
+
+Dialogue_1_4t: Oh wait...
+
+Dialogue_1_5t: Astatin didn't
+Dialogue_1_5b: write the rest of
+
+Dialogue_1_6t: the story so I
+Dialogue_1_6b: guess we are stuck
+
+Dialogue_1_7t: here ?...
Dialogue_2_1b: Help !!!