mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 22:52:15 +13:00
Disassemble the BLUEMONS.GB debug ROM
This commit is contained in:
parent
87f24a885d
commit
4b4ad9894e
25 changed files with 364 additions and 81 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue