From 14ae7d8def1159b395bf1176b351651cbd98ba19 Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 5 Nov 2024 16:03:28 +0900 Subject: Use jump tables for entities turn AIs + actions on entity interaction --- dialogues.gbasm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'dialogues.gbasm') 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 -- cgit v1.2.3-70-g09d2