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

Deprecate MMBN Names #5240

Merged
merged 14 commits into from
Aug 29, 2024
Merged

Conversation

pkmnsnfrn
Copy link
Collaborator

@pkmnsnfrn pkmnsnfrn commented Aug 21, 2024

Changelog Note

For developers with custom UIs, they can:

Description

Removes HANDLE_EXPANDED_SPECIES_NAME, B_EXPANDED_TYPE_NAMES, B_EXPANDED_ABILITY_NAMES, B_EXPANDED_MOVE_NAMES, I_EXPANDED_ITEM_NAMES, and their associated macros.

Details

Going forward, names will be implemented using the Official Game Freak names, building off the work from #4241 and #5101.

Testing

The functionality in this PR is based on the current default behavior of expansion. Further testing beyond compilation was not done.

Clean Branch

You can recreate this branch by applying a patch or pulling the repo. From a clean version of expansion's upcoming, you can either:

Patch

wget https://files.catbox.moe/i5pwpq.patch -O mmbn.patch ; git apply mmbn.patch ; rm mmbn.patch

Repo

git remote add psf-expansion https://github.com/PokemonSanFran/pokeemerald-expansion/ ; git pull psf-expansion deprecateMMBN

Discord Contact Info

I am pkmnsnfrn on Discord and I have started a discussion thread.

4241 and 5101 also have a discussion thread, for reference

@pkmnsnfrn pkmnsnfrn changed the title Deprecate MMBN Names Deprecate MMBN Names (THERE IS A CHANGELOG NOTE DO NOT FORGET PLZ TY) Aug 21, 2024
@pkmnsnfrn pkmnsnfrn marked this pull request as ready for review August 21, 2024 21:56
@pkmnsnfrn pkmnsnfrn added type: documentation Improvements or additions to documentation type: data Changes focus on data type: cleanup labels Aug 21, 2024
Copy link
Collaborator

@AsparagusEduardo AsparagusEduardo left a comment

Choose a reason for hiding this comment

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

Just a small question in the doc file. Everything else lgtm :)

docs/mmbn_style_names.md Outdated Show resolved Hide resolved
@AsparagusEduardo AsparagusEduardo changed the title Deprecate MMBN Names (THERE IS A CHANGELOG NOTE DO NOT FORGET PLZ TY) Deprecate MMBN Names Aug 25, 2024
@AsparagusEduardo
Copy link
Collaborator

Moved changelog note to the top and renamed PR

@AsparagusEduardo AsparagusEduardo merged commit 4f39354 into rh-hideout:upcoming Aug 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: cleanup type: data Changes focus on data type: documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants