From 8fafca714c07500d1d87bba224f12cf9cc2c8789 Mon Sep 17 00:00:00 2001 From: Sylvie <35663410+Rangi42@users.noreply.github.com> Date: Tue, 16 Jul 2024 13:02:54 -0400 Subject: Identify various flag labels and bit constants (#454) --- home/text.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/text.asm') diff --git a/home/text.asm b/home/text.asm index 9462c749..e815fbf7 100644 --- a/home/text.asm +++ b/home/text.asm @@ -315,7 +315,7 @@ ProtectedDelay3:: TextCommandProcessor:: ld a, [wLetterPrintingDelayFlags] push af - set 1, a + set BIT_TEXT_DELAY, a ld e, a ldh a, [hClearLetterPrintingDelayFlags] xor e -- cgit v1.3.1-sl0p