Decompilation of Pokémon Emerald
Go to file
2023-10-14 22:14:42 -04:00
.github
asm Merge branch 'master' into followers 2023-09-03 17:39:35 -04:00
common_syms Remove unused common symbols in window.c 2023-02-01 16:14:32 -05:00
constants Reference TMs and HMs by move instead of number (#1732) 2023-08-09 10:51:01 -04:00
data Merge branch 'master' into followers 2023-09-03 17:39:35 -04:00
docs
gflib Merge branch 'master' into followers 2023-09-03 17:39:35 -04:00
graphics Merge branch 'master' into followers 2023-09-03 17:39:35 -04:00
include Improved support for 64x64 followers. Updated reflection code. 2023-10-14 22:14:42 -04:00
libagbsyscall
sound
src Improved support for 64x64 followers. Updated reflection code. 2023-10-14 22:14:42 -04:00
tools gbagfx to respect user CC setting 2023-08-22 07:37:48 -07:00
.gitattributes
.gitignore
asmdiff.ps1
asmdiff.sh
build_tools.sh
charmap.txt Review changes 2023-03-05 17:17:39 -03:00
compile_flags.txt
emotions.txt
extract_sprites.py
follower_emotions.py
front_palette.py
graphics_file_rules.mk Sync castform folder organization 2023-07-09 14:57:51 -04:00
INSTALL.md Update msys2 instructions 2023-07-18 19:28:41 -04:00
json_data_rules.mk
ld_script_modern.txt
ld_script.txt Merge branch 'master' into followers 2023-09-03 17:39:35 -04:00
make_tools.mk Whitelist instead of Blacklist for TOOLDIRS in Makefiles 2023-02-25 16:49:41 -03:00
Makefile Merge branch 'master' into followers 2023-09-03 17:39:35 -04:00
map_data_rules.mk
palette.py
README.md Merge branch 'master' into followers 2023-09-03 17:39:35 -04:00
remote_build.sh
rom.sha1
songs.mk
spritesheet_rules.mk
sym_bss.txt
sym_common.txt
sym_ewram.txt

Pokémon Emerald

This is a fork of the matching decompilation at PRET.

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: PC Party Contest
  • 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 - like followers, but includes backwards-compatible 16-bit graphics IDs for object events.
  • lighting-expanded-id - like the above but for lighting.

To set up the repository, see INSTALL.md.

See also

Other disassembly and/or decompilation projects:

Contacts

You can find PRET on: