21 lines
323 B
NASM
21 lines
323 B
NASM
.if _spriteluaconsolemessages==1
|
|
.org 0x0804D11E
|
|
bl SpriteLuaConsoleMessageHook
|
|
.endif
|
|
|
|
.if _debug ==1
|
|
;cheat to unlock all stages
|
|
.org 0x0801292e
|
|
bl Debug_UnlockAllStages_Hook
|
|
|
|
.org 0x08012132
|
|
bl Debug_UnlockAllMail_Hook
|
|
.org 0x0801D656
|
|
bl Debug_99Medals_Hook
|
|
.endif
|
|
|
|
.if _skiprhythmtest==1
|
|
.org 0x0801CFC0
|
|
nop
|
|
.endif
|
|
;eof |