From 0a203e404468bb0822657d309ca8168bae2fd24b Mon Sep 17 00:00:00 2001 From: Astatin Date: Thu, 31 Oct 2024 16:12:46 +0900 Subject: Add script to generate dialogue data from text --- dialogues.gbasm | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dialogues.gbasm (limited to 'dialogues.gbasm') diff --git a/dialogues.gbasm b/dialogues.gbasm new file mode 100644 index 0000000..71054d2 --- /dev/null +++ b/dialogues.gbasm @@ -0,0 +1,8 @@ +Lain_Text: +.DB 0x95, 0x8a, 0x92, 0x97, 0x0, 0x92, 0x9c, 0x0, 0x8c, 0x9e, 0x9d, 0x8e, 0xa5, 0xff +Owl_Text: +.DB 0x98, 0xa0, 0x95, 0x0, 0x92, 0x9c, 0x0, 0x8c, 0x9e, 0x9d, 0x8e, 0xa4, 0xff +Auz_Text: +.DB 0xa0, 0x92, 0x9d, 0x8c, 0x91, 0x0, 0x92, 0x9c, 0x0, 0x8c, 0x9e, 0x9d, 0x8e, 0xa7, 0xff +Astatin_Text: +.DB 0x96, 0x8e, 0xaa, 0x0, 0xa9, 0x92, 0xa8, 0x96, 0x0, 0x97, 0x98, 0x9d, 0x0, 0x8c, 0x9e, 0x9d, 0x8e, 0xa9, 0xff -- cgit v1.2.3-70-g09d2