Skip to content

luigifusco/pokeemeraldplus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8,027 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokémon Emerald

This is a decompilation of Pokémon Emerald.

It builds the following ROM:

Remote opponent builds (leader/follower)

These optional build variants are intended for emulator multiplayer-window setups.

Build the leader ROM:

  • make REMOTE_OPPONENT_LEADER=1 -j$(nproc)
    • Outputs pokeemerald.gba by default

Build the follower ROM:

  • make REMOTE_OPPONENT_FOLLOWER=1 -j$(nproc)
    • Outputs follower.gba by default

Optional output name overrides:

  • make ROM_NAME_OVERRIDE=myrom.gba
  • make REMOTE_OPPONENT_LEADER=1 ROM_NAME_OVERRIDE=my_leader.gba
  • make 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.

About

Decompilation of Pokémon Emerald

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 75.4%
  • Assembly 20.3%
  • C++ 3.7%
  • Makefile 0.3%
  • Linker Script 0.2%
  • Python 0.1%