2019-03-10 15:08:36 +00:00
|
|
|
.if _spriteluaconsolemessages==1
|
|
|
|
.org 0x0804D11E
|
|
|
|
bl SpriteLuaConsoleMessageHook
|
|
|
|
.endif
|
2022-10-27 18:25:38 +01:00
|
|
|
|
2019-03-10 15:08:36 +00:00
|
|
|
.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
|
2022-10-27 18:25:38 +01:00
|
|
|
.endif
|
2019-03-10 15:08:36 +00:00
|
|
|
|
|
|
|
.if _skiprhythmtest==1
|
|
|
|
.org 0x0801CFC0
|
|
|
|
nop
|
|
|
|
.endif
|
2019-04-19 00:44:29 +01:00
|
|
|
;eof
|