MelonSpeedruns Posted September 7, 2014 Share Posted September 7, 2014 Hello! I just wanted to know how to change the title screen scene. (being Hyrule field by default)I'm just gonna remove Link's spawn and put the Title actor on that scene. Link to comment Share on other sites More sharing options...
0 mzxrules Posted September 10, 2014 Share Posted September 10, 2014 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 More sharing options...
0 MelonSpeedruns Posted September 10, 2014 Author Share Posted September 10, 2014 Ok! Thanks! I'm waiting for the addresses. Link to comment Share on other sites More sharing options...
Question
MelonSpeedruns
Hello! I just wanted to know how to change the title screen scene. (being Hyrule field by default)
I'm just gonna remove Link's spawn and put the Title actor on that scene.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts