This is a decompilation of Pokémon Emerald.
It builds the following ROM:
- pokeemerald.gba
sha1: f3ae088181bf583e55daf962a92bb46f4f1d07b7
These optional build variants are intended for emulator multiplayer-window setups.
Build the leader ROM:
make REMOTE_OPPONENT_LEADER=1 -j$(nproc)- Outputs
pokeemerald.gbaby default
- Outputs
Build the follower ROM:
make REMOTE_OPPONENT_FOLLOWER=1 -j$(nproc)- Outputs
follower.gbaby default
- Outputs
Optional output name overrides:
make ROM_NAME_OVERRIDE=myrom.gbamake REMOTE_OPPONENT_LEADER=1 ROM_NAME_OVERRIDE=my_leader.gbamake REMOTE_OPPONENT_FOLLOWER=1 ROM_NAME_OVERRIDE=my_follower.gba
To set up the repository, see INSTALL.md.
For contacts and other pret projects, see pret.github.io.