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

Renaming .unk's in encounter_effect_core #331

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

leineg
Copy link

@leineg leineg commented Jan 5, 2025

Changed the struct members from GymLeaderEncounterParam and EliteFourChampionEncounterParam to readable labels that actually tell what those members do.

leineg added 2 commits January 5, 2025 04:23
Changed the struct members from GymLeaderEncounterParam and EliteFourChampionEncounterParam to readable labels.
Comment better placed in the line.
@lhearachel lhearachel changed the title Renaming .unk's Renaming .unk's in encounter_effect_core Jan 5, 2025
Copy link
Collaborator

@lhearachel lhearachel left a comment

Choose a reason for hiding this comment

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

Just one minor change to make before I merge this. Thanks for your contribution!

u8 facePanFrames;
u16 trainerClass;
u16 trainerID;
} EliterFourChampionEncounterParam;

static const EliterFourChampionEncounterParam sEliteFourChampionEncounterParams[5] = {
{ .unk_00 = 87,
.unk_02 = 39,
{ .mugshotPlttIdx = 87, // Narc indices of the Elite Four and Champion
Copy link
Collaborator

Choose a reason for hiding this comment

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

polish: This comment is unnecessary.

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