aboutsummaryrefslogtreecommitdiff
path: root/dialogues.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-12-12 17:33:37 +0900
committerAstatin <[email protected]>2024-12-12 17:33:37 +0900
commitbfc32de4fd80c7bb51283840abf21d48151b5feb (patch)
treed38f2ca7acf89961f538a1ea7d65d279e42f81d2 /dialogues.gbasm
parente93a99e8e8565db0111b40d3286ce3d78f263559 (diff)
Fix copy dialogue buffer update outside of VBlank (+ add dbg for lcd status at the end of expected vblank thingy)
Diffstat (limited to 'dialogues.gbasm')
-rw-r--r--dialogues.gbasm2
1 files changed, 2 insertions, 0 deletions
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: