From b5ca0d4bff573f14ac7d3b47ebd7b23c56346b5e Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 9 Sep 2025 16:53:39 +0200 Subject: Add per entity dialogue + screen darkening animation for future big menu opening --- dialogues/text.gbasm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'dialogues/text.gbasm') diff --git a/dialogues/text.gbasm b/dialogues/text.gbasm index ea176b4..2d118fc 100644 --- a/dialogues/text.gbasm +++ b/dialogues/text.gbasm @@ -87,3 +87,17 @@ Dialogue_3_2b: .DB 0x8f, 0x92, 0x97, 0x8d, 0x0, 0xa0, 0x91, 0x98, 0x0, 0x8c, 0x8a, 0x95, 0x95, 0x8e, 0x8d, 0xff Dialogue_3_3t: .DB 0x8f, 0x98, 0x9b, 0x0, 0x91, 0x8e, 0x95, 0x99, 0x0, 0x8e, 0x8a, 0x9b, 0x95, 0x92, 0x8e, 0x9b, 0xa4, 0xff +; TODO: +.DB 0x9b, 0x8e, 0x96, 0x98, 0x9f, 0x8e, 0x0, 0x9d, 0x91, 0x92, 0x9c, 0xff +Placeholder_1t: +.DB 0xa2, 0x98, 0x0, 0x8a, 0x9c, 0x9d, 0x8a, 0x9d, 0x92, 0x97, 0x0, 0xa5, 0xff +Placeholder_2t: +.DB 0xa0, 0x91, 0x8a, 0x9d, 0x0, 0x92, 0x9c, 0x0, 0x9d, 0x91, 0x92, 0x9c, 0xff +Placeholder_2b: +.DB 0x9c, 0x95, 0x98, 0x98, 0x99, 0xa2, 0x0, 0x93, 0x98, 0x8b, 0x0, 0xa2, 0x98, 0x9e, 0xa8, 0x9b, 0x8e, 0xff +Placeholder_3t: +.DB 0x8d, 0x98, 0x92, 0x97, 0x90, 0x0, 0xa6, 0xff +Placeholder_4t: +.DB 0x8a, 0x9d, 0x0, 0x95, 0x8e, 0x8a, 0x9c, 0x9d, 0x0, 0xa0, 0x9b, 0x92, 0x9d, 0x8e, 0x0, 0x9d, 0x91, 0x8e, 0xff +Placeholder_4b: +.DB 0x8d, 0x92, 0x8a, 0x95, 0x98, 0x90, 0x9e, 0x8e, 0x9c, 0xa4, 0xa4, 0xa4, 0xff -- cgit v1.2.3-70-g09d2