-
Notifications
You must be signed in to change notification settings - Fork 57
Ditto face support
Eduardo Quezada edited this page Feb 14, 2025
·
2 revisions
Credit: AsparagusEduardo
Based on pokeemerald-expansion's upcoming branch (0f0c8325c5ee908504daedbaf157bfe7772b0ac3
, Feb 12th 2025).
Should be compatible with version 1.11 once it releases.
- Adds new fields to
gSpeciesInfo
to add support for Ditto-specific graphics for each species. - Updated Pokémon Sprite Visualizer to check Ditto sprites (cycle with Select along gender differences)
- Included examples of the Bulbasaur, Doduo, Growlithe lines :)
- Notes:
- There's no current support for gender-specific Ditto versions.
- This applies to all transformed mon, not just Ditto.
Link to branch: https://github.com/AsparagusEduardo/pokeemerald/tree/_feature/TAAR/dittoSprites
git clone https://github.com/pret/pokeemerald.git cd pokeemerald git remote rename origin upstream git remote add origin https://github.com/DEN-DALI-KAVKA/Copy-of-the-World.git git push -u origin