aboutsummaryrefslogtreecommitdiff
path: root/dialogues.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-11-05 16:03:28 +0900
committerAstatin <[email protected]>2024-11-05 16:03:28 +0900
commit14ae7d8def1159b395bf1176b351651cbd98ba19 (patch)
tree3c7a191ef9d19930f456620b68331a822f5d2731 /dialogues.gbasm
parent17a186217dbf12e344e90537d50f713e3c5a6416 (diff)
Use jump tables for entities turn AIs + actions on entity interaction
Diffstat (limited to 'dialogues.gbasm')
-rw-r--r--dialogues.gbasm10
1 files changed, 4 insertions, 6 deletions
diff --git a/dialogues.gbasm b/dialogues.gbasm
index 908975a..d16181a 100644
--- a/dialogues.gbasm
+++ b/dialogues.gbasm
@@ -1,6 +1,4 @@
-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, 0xa5, 0xff
-Auz_Text:
-.DB 0xa0, 0x92, 0x9d, 0x8c, 0x91, 0x0, 0x92, 0x9c, 0x0, 0x8c, 0x9e, 0x9d, 0x8e, 0xa5, 0xff
+Bunny_Prefix:
+.DB 0x8b, 0x9e, 0x97, 0x97, 0xa2, 0xaa, 0xff
+Text_1:
+.DB 0x91, 0x8e, 0x95, 0x95, 0x98, 0x0, 0xa5, 0xff