forked from DizzyEggg/pokeemerald
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
AsparagusEduardo
merged 14 commits into
rh-hideout:upcoming
from
PokemonSanFran:deprecateMMBN
Aug 29, 2024
Merged
Deprecate MMBN Names #5240
AsparagusEduardo
merged 14 commits into
rh-hideout:upcoming
from
PokemonSanFran:deprecateMMBN
Aug 29, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkmnsnfrn
changed the title
Deprecate MMBN Names
Deprecate MMBN Names (THERE IS A CHANGELOG NOTE DO NOT FORGET PLZ TY)
Aug 21, 2024
pkmnsnfrn
added
type: documentation
Improvements or additions to documentation
type: data
Changes focus on data
type: cleanup
labels
Aug 21, 2024
AsparagusEduardo
previously requested changes
Aug 25, 2024
There was a problem hiding this 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 :)
AsparagusEduardo
changed the title
Deprecate MMBN Names (THERE IS A CHANGELOG NOTE DO NOT FORGET PLZ TY)
Deprecate MMBN Names
Aug 25, 2024
Moved changelog note to the top and renamed PR |
AsparagusEduardo
approved these changes
Aug 29, 2024
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog Note
For developers with custom UIs, they can:
PrependFontToFit
andFONT_SMALL_NARROWER
to get Game Freak names to work within their custom UIsDescription
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