aboutsummaryrefslogtreecommitdiff
path: root/dialogues/text.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-03-13 19:08:09 +0900
committerAstatin <[email protected]>2025-03-13 19:08:09 +0900
commit62701690d1c7b95b639d63d0cb9cd6ebeb9ac876 (patch)
tree833c88d35818c4d63e7d440355254aeb47af2cfd /dialogues/text.gbasm
parentab45947d3fdc9885c497d9fc3dd124c7986f6ea4 (diff)
Adding multi-step dialogue
Diffstat (limited to 'dialogues/text.gbasm')
-rw-r--r--dialogues/text.gbasm12
1 files changed, 12 insertions, 0 deletions
diff --git a/dialogues/text.gbasm b/dialogues/text.gbasm
new file mode 100644
index 0000000..c8895d7
--- /dev/null
+++ b/dialogues/text.gbasm
@@ -0,0 +1,12 @@
+Empty:
+.DB , 0xff
+Bunny_Header_Text:
+.DB 0x8b, 0x9e, 0x97, 0x97, 0xa2, 0xaa, 0xff
+Dialogue_1_1b:
+.DB 0x91, 0x8e, 0x95, 0x95, 0x98, 0x0, 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
+Dialogue_1_3t:
+.DB 0xa0, 0x98, 0x9e, 0x95, 0x8d, 0x0, 0xa2, 0x98, 0x9e, 0x0, 0x91, 0x8e, 0x95, 0x99, 0x0, 0x96, 0x8e, 0xa6, 0xff