Language…
18 users online:  Atari2.0, DanMario24YT, Dennsen86, deported, derv82, drkrdnk, eltiolavara9, Fozymandias, h.carrell, kms415, krizeth,  LouisDoucet, masl, MorrieTheMagpie, sinseiga, StarWolf3000, steelsburg, trihex - Guests: 294 - Bots: 298
Users: 64,795 (2,375 active)
Latest user: mathew

[SOLVED] How do I disable the Title Screen's Loop for SA-1?

Probably a fairly easy question, but I couldn't find a patch for it nor a working answer on site. I just want the title screen to go on forever and never fade out.
I tried to insert
Code
01E82    $00:9C82    3 bytes    ASM    Change to [EA A9 00] to remove title screen movement. Title screen will not loop.

and
Code
01E87    $00:9C87    1 byte    ASM    Change D0 (BNE) to 80 (BRA) to never make the titlescreen loop.

already, but neither worked for me.

Perhaps because my hack uses sa-1? Or I am too stupid to understand what the codes should tell me.








I just tried and the first hex edit seems to work fine. The other one has an issue where it still runs the inputs that at some point run out.

What did you do to make those edits? With asar you can just patch:
Code
org $009C82
db $EA,$A9,$00

to do the hex edit
Have you tried using this patch? It's compatible with SA-1.



I've tried both methods using HxD, but nothing different happens to the title screen, Please help.