2019-03-10 15:08:36 +00:00
|
|
|
.include lz77hack.asm
|
|
|
|
.include 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
|
2019-04-15 22:18:24 +01:00
|
|
|
.dw 0x089DDBCC
|
|
|
|
.endif
|
2019-03-10 15:08:36 +00:00
|
|
|
.org 0x08019A2C
|
|
|
|
;bl FixResultsCaps
|
|
|
|
.org 0x08019B80
|
|
|
|
;bl FixResultsCaps
|
|
|
|
.org 0x08019C80
|
|
|
|
bl FixResultsCaps
|
|
|
|
.org 0x08019CCA
|
|
|
|
bl FixResultsCaps
|
|
|
|
.org 0x0801d174
|
|
|
|
bl EndlessGamesPlural_Hook
|
|
|
|
.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
|
|
|
|
;eof
|