mirror of
https://github.com/resetes12/pokeemerald
synced 2025-10-06 00:12:45 +02:00
1.9 KiB
Executable File
1.9 KiB
Executable File
Pokémon Modern Emerald
This is a decompilation of Pokémon Emerald, edited to be Pokémon Modern Emerald. You can get more information about Modern Emerald at Pokecommunity
This fork tries to maintain vanilla compatibility whenever possible. It doesn't increase the size of any save data structure or the object event structure.
There are several branches, each with one main feature (and sometimes some extra stuff):
followers branch:
- HGSS-style pokémon followers for all 386 pokémon, including emotes, the 28 Unown forms and a majority of follower messages.
- Dynamic overworld palettes & reflections compatible with vanilla berry trees.
- PID (but not legitimacy) preserving Pokémon nature-changing function
- Function to detect modern emulators/GBA hardware.
icons branch:
- Everything from the followers branch.
- All pokemon icons updated to Gen 6, based on this repo
- This includes compatibility with the PC, trade, contests, mail, Battle Dome. Examples:
- Icons share palettes with front sprites, meaning that shiny pokemon will also have shiny icons!
lighting branch:
- Everything from the followers branch.
- Day/night shading compatible with weather.
- GSC-style window lights.
- WIP interframe-blended lamp lights at night, i.e in Rustboro.
- HGSS-style alpha-blended shadows for object events.
Additional branches to mention:
followers-expanded-id
- likefollowers
, but includes backwards-compatible 16-bit graphics IDs for object events.lighting-expanded-id
- like the above but forlighting
.
To set up the repository, see INSTALL.md.