Dio_Vento Posted April 9, 2015 Posted April 9, 2015 I'm working on a romhack, and I'd love to be able to tweak the save I have right before Brendan/May to see if all the teams are working properly.
Kaphotics Posted April 9, 2015 Posted April 9, 2015 The Event Constants store 16bit numbers per entry (as opposed to Event Flags which store only 1bit per entry). Event Constants keep track of which starter you have chosen, and many other things the game has to keep track of that isn't as simple as a true/false. Like most flags, those are un-researched. You can access a dropdown preview list in the Event Flag Editor. Based off of my experience with scripting in the DS games, you'd likely see a 0/1/2 stored as an Event Constant as that is what the game uses to switch between the 3 possible starter battles ~ (it has another switch earlier to select Brendan or May).
Dio_Vento Posted April 9, 2015 Author Posted April 9, 2015 Ah, so we don't yet know which address is the starter choice? Thanks for the info!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now