Jump to content
  • 0

Changing the Title Screen Scene


MelonSpeedruns
 Share

Question

2 answers to this question

Recommended Posts

  • 0

Two ways, both involve modifying code the file. You can either modify the instructions that spawns you in Hyrule Field (a little more involved but the "proper" way to do it in my opinion), or you can modify the entrance table so that it takes you to a different scene. The title screen cutscene uses a base entrance of 00CD, and cutscene number of FFF3, meaning you get a real entrance of 00D0, so you'd modify that record in the entrance table. I know these addresses for these have been found/posted here, but I can't immediately find them atm, and it's late and I wanted to at least respond to your question

 

No need to remove Link's spawn (actually, doing that might just crash the game). Just set the actor variable to 00FF to make Link invisible.

 

You might want to create a custom cutscene to get things to look nice. The title screen logo doesn't appear automatically if you don't press any buttons, since that is triggered by the cutscene.

Link to comment
Share on other sites

 Share

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.