diff options
Diffstat (limited to 'dialogues.gbasm')
-rw-r--r-- | dialogues.gbasm | 8 |
1 files changed, 8 insertions, 0 deletions
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 |