Skip to content
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

Match some RSP audio functions #188

Merged
merged 12 commits into from
Sep 25, 2024
Merged

Match some RSP audio functions #188

merged 12 commits into from
Sep 25, 2024

Conversation

cadmic
Copy link
Collaborator

@cadmic cadmic commented Sep 21, 2024

Mainly rspParseABI[1-4] and some of its helper functions. I mostly gave up on documenting because I'm not sure which ABI corresponds to which games (although I think ABI1 is sm64 and ABI2 is oot at least)

Copy link
Collaborator

@Yanis002 Yanis002 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice work!

static s32 nFirstTime_2648 = 0x00000001;
static s32 nFirstTime_2757 = 0x00000001;
static s32 nFirstTime_2796 = 0x00000001;
static bool nFirstTime_2148 = true;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe add //! TODO: move to the functions or something like that, it seems to be static variables inside functions

@cadmic cadmic merged commit 75be701 into zeldaret:main Sep 25, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants