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

icons archive generation #1091

Merged
merged 11 commits into from
Jul 22, 2023
Merged

icons archive generation #1091

merged 11 commits into from
Jul 22, 2023

Conversation

z64a
Copy link
Collaborator

@z64a z64a commented Jul 20, 2023

No description provided.

@pmret pmret deleted a comment from BowserSlug Jul 21, 2023
@@ -3460,7 +3460,7 @@ void btl_state_update_player_menu(void) {
case BTL_SUBSTATE_PLAYER_MENU_CHANGE_MEMBER_1:
entryIdx = 0;
for (i = 1; i < ARRAY_COUNT(playerData->partners); i++) {
s32 partnerId = D_8008EEC0[i];
s32 partnerId = PartnerIDFromMenuIndex[i];
Copy link
Member

Choose a reason for hiding this comment

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

I'm still not sure about the capital "D" in ID. See https://stackoverflow.com/questions/15526107/acronyms-in-camelcase for discussion

@ethteck ethteck merged commit 76386ce into pmret:main Jul 22, 2023
1 check passed
@ethteck ethteck deleted the icons branch July 22, 2023 17:20
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