-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Moved mon pic tables to gSpeciesInfo + macro cleanup #5597
Moved mon pic tables to gSpeciesInfo + macro cleanup #5597
Conversation
098c9ca
to
3dc59b6
Compare
Any chance we could get a migration script for this? |
|
Solved conflicts |
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.
I tested out the overworld animations for Zubat, Roserade and Ledian's OW follower sprites. Their gender differences looked correct and I didn't notice any issues when running around.
Once the ghost conflict is solved, this can be merged.
Solved conflicts |
Migrated overworld pic tables into compound structs in gSpeciesInfo.
Things to note in the release changelog:
OVERWORLD
now has a required_anims
argument, which replaces the need forOVERWORLD_SET_ANIM
. For this,sAnimTable_Following
was added on every previous use ofOVERWORLD
.OVERWORLD
andOVERWORLD_FEMALE
now use a sharedOVERWORLD_DATA
macro. On top of making it cleaner, it allows female Pokémon to have their own custom animations, likeOVERWORLD_SET_ANIM
.Discord contact info
AsparagusEduardo