From 453107ab8ac6a7b76d21c466e32aa7290643724d Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Sat, 7 Nov 2020 14:35:40 -0600 Subject: More debug yellow only debug menu left --- home/text.asm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'home/text.asm') diff --git a/home/text.asm b/home/text.asm index adb81425..70fade56 100644 --- a/home/text.asm +++ b/home/text.asm @@ -629,7 +629,11 @@ TextCommandJumpTable:: dw TextCommand_BOX ; TX_BOX dw TextCommand_LOW ; TX_LOW dw TextCommand_PROMPT_BUTTON ; TX_PROMPT_BUTTON +IF DEF(_DEBUG) + dw _ContTextNoPause ; TX_SCROLL +ELSE dw TextCommand_SCROLL ; TX_SCROLL +ENDC dw TextCommand_START_ASM ; TX_START_ASM dw TextCommand_NUM ; TX_NUM dw TextCommand_PAUSE ; TX_PAUSE -- cgit v1.3.1-sl0p