-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement] Song Of Double Time Selector #641
base: develop
Are you sure you want to change the base?
Conversation
Signed-off-by: Dumbledork01 <[email protected]>
Signed-off-by: Dumbledork01 <[email protected]>
@garrettjoecox I think this is at a point where I just need to add custom text. I'm looking through ShipOfHarkinian to see how custom text was handled there, and I found this line https://github.com/HarbourMasters/Shipwright/blob/736dccb00b161a007a387b04267bdc30ef91e0af/soh/src/code/z_message_PAL.c#L1645 2ship2harkinian/mm/src/code/z_message.c Line 3360 in 6fd7fc3
Any pointers or tips before I try to implement that, or is the message system similar enough between MM & OOT that it shouldn't be too crazy? Alternatively, I could leave this for a later PR & just have logic that inputs custom text for this instance and worry about setting up a good architecture for it later. That would make my life easier for now haha |
I'll be a little busy today, but I'll get a proof of concept up for you asap that you should be able to work from |
@garrettjoecox Don't worry about getting to it today, I'm probably not gonna start back up on this until Friday haha. I appreciate the help :) |
Hey @Dumbledork01 , I know it's been a while but I have pushed another update to the custom message system, if you can't get around to it that's fine but I'd love to see if the new changes are flexible enough to handle your needs here. I combined the two PR's into one because they were a bit intermingled #757 |
@garrettjoecox |
This PR will focus on the implementation of an enhancement allowing users to select the time that they want to change to. The idea is to create behavior similar to the 3DS port of Majoras Mask. I'm mainly looking for feedback on my implementation as I update this and for any ideas of how I can make this simpler haha.
Planned Behavior:
I'd also like the menu to have custom text so I can possibly decouple its behavior from the Bombers' Code behavior, but right now I'm tying it directly to its logic to get it working first.
Build Artifacts