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

Efxsound decompiled #489

Merged
merged 3 commits into from
Oct 20, 2023
Merged

Conversation

MokhaLeee
Copy link
Contributor

No description provided.

Comment on lines 965 to 966
u16 unk2 = gBattleStats.config & 0x40;
ret = (u32)(-unk2) >> 0x1F;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
u16 unk2 = gBattleStats.config & 0x40;
ret = (u32)(-unk2) >> 0x1F;
if (gBattleStats.config & 0x40)
ret = true;

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Nice job! Updated

@RevoSucks RevoSucks merged commit b2df025 into FireEmblemUniverse:master Oct 20, 2023
@MokhaLeee MokhaLeee deleted the efxsound branch October 21, 2023 17:36
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.

3 participants