diff options
author | Daniel Harding <33dannye@gmail.com> | 2020-11-07 21:28:20 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-07 21:28:20 -0600 |
commit | edf375aff14e54bd54e7a25780fe8b714691ccc7 (patch) | |
tree | 015c63e79e4a245c28f72b18954f2a845d30271c /home/text.asm | |
parent | 338f1276b48ce1394cb9de52b7646e9f8618b1b9 (diff) | |
parent | ead36b7ba24413fe0f4423ee1efa6fe88bab0a3c (diff) |
Merge pull request #63 from dannye/debug
Debug Yellow
Diffstat (limited to 'home/text.asm')
-rw-r--r-- | home/text.asm | 4 |
1 files changed, 4 insertions, 0 deletions
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 |