Language…
7 users online: drkrdnk, Golden Yoshi, Oskise, pakkie, Papangu,  Telinc1, Zavok - Guests: 251 - Bots: 337
Users: 64,795 (2,377 active)
Latest user: mathew

Question about Title screen Level C7

I ...forgot how to do this, for the title screen level c7 how do you disable the movie that plays so it is just a static screen? Is it a hex edit? I have everything set up, it's just the demo movie is still playing mario moves/jumps etc... Thanks.
you can use either of these hex edits:

Originally posted by ROM Map
01E82 | $00:9C82 | 3 bytes | ASM | Change to [EA A9 00] to remove title screen movement. Title screen will not loop.

Originally posted by ROM Map
01E87 | $00:9C87 | 1 byte | ASM | Change D0 (BNE) to 80 (BRA) to never make the titlescreen loop.


now just move mario offscreen, and either STZ his speeds (STZ $7B : STZ $7D) in levelasm so he's stuck in midair, or overwrite the default moves with your own (ie: make him stand still)
Thanks Ladida, thats the ticket I was looking for.