aboutsummaryrefslogtreecommitdiff
path: root/dialogues
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-03-18 19:12:59 +0900
committerAstatin <[email protected]>2025-03-18 19:12:59 +0900
commit579e73311319868d8b186e3442098358d839b3b3 (patch)
treeb21d556c7c6a5e72b0c25a224711c2e553e46abb /dialogues
parenta29c10798a8064542ac04a5160baaa9b406ef239 (diff)
Add generation events to be executed on floor generation
Diffstat (limited to 'dialogues')
-rw-r--r--dialogues/demo_quest.gbasm13
-rw-r--r--dialogues/text.gbasm24
-rw-r--r--dialogues/text.gbtxt24
3 files changed, 61 insertions, 0 deletions
diff --git a/dialogues/demo_quest.gbasm b/dialogues/demo_quest.gbasm
index ea9dd46..20e630d 100644
--- a/dialogues/demo_quest.gbasm
+++ b/dialogues/demo_quest.gbasm
@@ -3,3 +3,16 @@ Demo_quest_bunny:
.TEXT =Dialogue_1_2t =Dialogue_1_2b
.TEXT =Dialogue_1_3t =Empty
.END
+
+Demo_quest_init:
+.TEXTB =Bunny_Header_Text =Dialogue_2_1b
+.TEXT =Dialogue_2_2t =Empty
+.TEXT =Dialogue_2_3t =Dialogue_2_3b
+.TEXT =Dialogue_2_4t =Dialogue_2_4b
+.TEXT =Dialogue_2_5t =Empty
+.END
+
+Demo_quest_floor_reach:
+.TEXT =Dialogue_3_1t =Dialogue_3_1b
+.TEXT =Dialogue_3_2t =Dialogue_3_2b
+.TEXT =Dialogue_3_3t =Empty
diff --git a/dialogues/text.gbasm b/dialogues/text.gbasm
index c8895d7..c64f37b 100644
--- a/dialogues/text.gbasm
+++ b/dialogues/text.gbasm
@@ -10,3 +10,27 @@ Dialogue_1_2b:
.DB 0x8d, 0x9e, 0x97, 0x90, 0x8e, 0x98, 0x97, 0xa4, 0xff
Dialogue_1_3t:
.DB 0xa0, 0x98, 0x9e, 0x95, 0x8d, 0x0, 0xa2, 0x98, 0x9e, 0x0, 0x91, 0x8e, 0x95, 0x99, 0x0, 0x96, 0x8e, 0xa6, 0xff
+Dialogue_2_1b:
+.DB 0x91, 0x8e, 0x95, 0x99, 0x0, 0xa5, 0xff
+Dialogue_2_2t:
+.DB 0xa4, 0xa4, 0xa4, 0xff
+Dialogue_2_3t:
+.DB 0xa2, 0x98, 0x9e, 0x0, 0x91, 0x8e, 0x8a, 0x9b, 0x8d, 0x0, 0x9c, 0x98, 0x96, 0x8e, 0x98, 0x97, 0x8e, 0xff
+Dialogue_2_3b:
+.DB 0x9c, 0x91, 0x98, 0x9e, 0x9d, 0x92, 0x97, 0x90, 0xa4, 0xff
+Dialogue_2_4t:
+.DB 0x92, 0x9d, 0x0, 0x9c, 0x98, 0x9e, 0x97, 0x8d, 0x9c, 0x0, 0x95, 0x92, 0x94, 0x8e, 0x0, 0x92, 0x9d, 0xff
+Dialogue_2_4b:
+.DB 0x8c, 0x8a, 0x96, 0x8e, 0x0, 0x8f, 0x9b, 0x98, 0x96, 0x0, 0x9d, 0x91, 0x8e, 0xff
+Dialogue_2_5t:
+.DB 0x81, 0x80, 0x9d, 0x91, 0x0, 0x8f, 0x95, 0x98, 0x98, 0x9b, 0xa4, 0xff
+Dialogue_3_1t:
+.DB 0x92, 0x0, 0x8a, 0x9b, 0x9b, 0x92, 0x9f, 0x8e, 0x8d, 0x0, 0x8a, 0x9d, 0x0, 0x9d, 0x91, 0x8e, 0xff
+Dialogue_3_1b:
+.DB 0x81, 0x80, 0x9d, 0x91, 0x0, 0x8f, 0x95, 0x98, 0x98, 0x9b, 0xa4, 0xff
+Dialogue_3_2t:
+.DB 0x92, 0x0, 0x9c, 0x91, 0x98, 0x9e, 0x95, 0x8d, 0x0, 0x9d, 0x9b, 0xa2, 0x0, 0x9d, 0x98, 0xff
+Dialogue_3_2b:
+.DB 0x8f, 0x92, 0x97, 0x8d, 0x0, 0xa0, 0x91, 0x98, 0x0, 0x8c, 0x8a, 0x95, 0x95, 0x8e, 0x8d, 0xff
+Dialogue_3_3t:
+.DB 0x8f, 0x98, 0x9b, 0x0, 0x91, 0x8e, 0x95, 0x99, 0x0, 0x8e, 0x8a, 0x9b, 0x95, 0x92, 0x8e, 0x9b, 0xa4, 0xff
diff --git a/dialogues/text.gbtxt b/dialogues/text.gbtxt
index 64c16b2..cb8c619 100644
--- a/dialogues/text.gbtxt
+++ b/dialogues/text.gbtxt
@@ -1,8 +1,32 @@
Empty:
Bunny_Header_Text: Bunny:
+
+
Dialogue_1_1b: Hello !
Dialogue_1_2t: I am stuck in this
Dialogue_1_2b: dungeon.
Dialogue_1_3t: Would you help me?
+
+
+Dialogue_2_1b: Help !
+
+Dialogue_2_2t: ...
+
+Dialogue_2_3t: You heard someone
+Dialogue_2_3b: shouting.
+
+Dialogue_2_4t: It sounds like it
+Dialogue_2_4b: came from the
+
+Dialogue_2_5t: 10th floor.
+
+
+Dialogue_3_1t: I arrived at the
+Dialogue_3_1b: 10th floor.
+
+Dialogue_3_2t: I should try to
+Dialogue_3_2b: find who called
+
+Dialogue_3_3t: for help earlier.