2022-10-27 18:25:38 +01:00
|
|
|
.include tools/ASM/lz77hack.asm
|
|
|
|
.include tools/ASM/debug.asm
|
2019-04-15 18:35:51 +01:00
|
|
|
.if _skipwarningscreen==1
|
2019-03-10 15:08:36 +00:00
|
|
|
.org 0x08000454
|
|
|
|
.dw 0x089DD47C
|
|
|
|
.endif
|
2019-04-19 00:44:29 +01:00
|
|
|
.if _debugmenu==1 ;Thanks WindowsTiger
|
2019-04-21 02:25:27 +01:00
|
|
|
.org 0x0801CFD4
|
2020-01-02 18:13:56 +00:00
|
|
|
; 9DDBCC - Debug Menu (See: https://docs.google.com/document/d/1gwQz-1zzkr3CLOBLtUMTfsk2Xtd1zmoMDKJRhPMbqwg/edit#)
|
|
|
|
.dw 0x089DDBCC
|
|
|
|
; Doing it, that if no save is here it won't go to the Rhythm Introduction.
|
|
|
|
.org 0x0801D014
|
2019-04-15 22:18:24 +01:00
|
|
|
.dw 0x089DDBCC
|
|
|
|
.endif
|
2019-03-10 15:08:36 +00:00
|
|
|
.org 0x08019A2C
|
2020-01-02 18:13:56 +00:00
|
|
|
bl FixResultsCaps
|
2019-03-10 15:08:36 +00:00
|
|
|
.org 0x08019B80
|
|
|
|
;bl FixResultsCaps
|
|
|
|
.org 0x08019C80
|
|
|
|
bl FixResultsCaps
|
|
|
|
.org 0x08019CCA
|
|
|
|
bl FixResultsCaps
|
|
|
|
.org 0x0801d174
|
|
|
|
bl EndlessGamesPlural_Hook
|
2020-01-02 18:13:56 +00:00
|
|
|
;.org 0x0801d440
|
|
|
|
;mov r0,0;make it not remember last selection as a quick fix
|
|
|
|
;nop
|
|
|
|
;.org 0x0801d452
|
|
|
|
;mov r0,0;make it not remember last cursor position as a quick fix
|
|
|
|
;nop
|
2019-03-10 15:08:36 +00:00
|
|
|
;eof
|