-
Notifications
You must be signed in to change notification settings - Fork 466
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
audio_seqplayer.c OK and partial docs #833
audio_seqplayer.c OK and partial docs #833
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't review it all right now, too big, first thoughts:
I'll be drafting this until PlayState is renamed #835 |
This PR is updated and ready for review again |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job on these monsters, I think most of my comments will be solved by the eventual documentation, but thought I'd ask anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work on this on the whole!! Just a few comments.
The next audio PR, this time focused on sequences! This file contains the interpreter for the scripting language used in writing sequences. These sequence instructions aren't fully documented as there are still many unknowns in audio, and I haven't introduced enums for the seq instructions yet as I want to coordinate that with OoT first.