2019-03-10 15:08:36 +00:00
|
|
|
.include lz77hack.asm
|
|
|
|
.include debug.asm
|
2019-04-15 18:04:37 +01:00
|
|
|
.if _skipwarningscreen==0
|
2019-03-10 15:08:36 +00:00
|
|
|
.org 0x08000454
|
|
|
|
.dw 0x089DD47C
|
|
|
|
.endif
|
|
|
|
.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
|