diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-15 13:35:39 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-15 13:35:39 -0400 |
| commit | 4b4ad9894eb165de673346348493e02d83549746 (patch) | |
| tree | 20c078b267b5b35055f30e64e726931e63031166 /home/text.asm | |
| parent | Merge pull request #274 from Rangi42/master (diff) | |
| download | pokeyellow-4b4ad9894eb165de673346348493e02d83549746.tar.gz pokeyellow-4b4ad9894eb165de673346348493e02d83549746.tar.xz pokeyellow-4b4ad9894eb165de673346348493e02d83549746.zip | |
Disassemble the BLUEMONS.GB debug ROM
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 bdd871cb..ad0c4fd8 100644 --- a/home/text.asm +++ b/home/text.asm @@ -622,7 +622,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 |
