From bfc32de4fd80c7bb51283840abf21d48151b5feb Mon Sep 17 00:00:00 2001 From: Astatin Date: Thu, 12 Dec 2024 17:33:37 +0900 Subject: Fix copy dialogue buffer update outside of VBlank (+ add dbg for lcd status at the end of expected vblank thingy) --- dialogues.gbasm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dialogues.gbasm') diff --git a/dialogues.gbasm b/dialogues.gbasm index 66e5c0b..7ec280e 100644 --- a/dialogues.gbasm +++ b/dialogues.gbasm @@ -2,6 +2,8 @@ Bunny_Prefix: .DB 0x8b, 0x9e, 0x97, 0x97, 0xa2, 0xaa, 0xff Text_1: .DB 0x91, 0x8e, 0x95, 0x95, 0x98, 0x0, 0xa5, 0xff +Debug_Text: +.DB 0x8d, 0x8b, 0x90, 0xff Menu_Choice_1: .DB 0x91, 0x98, 0x99, 0xff Menu_Choice_2: -- cgit v1.2.3-70-g09d2