A Kalos remake in Pokémon Emerald.
Find a file
2023-01-12 21:44:56 -05:00
.github
asm Expanded graphicsId field. 2023-01-07 19:54:12 -05:00
common_syms
constants
data Added movements/scripts for overworld follower field moves. 2023-01-03 18:18:09 -05:00
docs
gflib Merge branch 'master' into followers 2022-10-07 20:52:15 -04:00
graphics Merge branch 'master' into followers 2022-11-21 21:21:50 -05:00
include Fixed most functions that take/return graphicsIds to accept u16s. 2023-01-12 21:44:56 -05:00
libagbsyscall
sound
src Fixed most functions that take/return graphicsIds to accept u16s. 2023-01-12 21:44:56 -05:00
tools Fix build of jsonproc 2022-11-02 12:39:32 -04:00
.gitattributes
.gitignore Merge branch 'master' into followers 2022-10-07 20:52:15 -04:00
asmdiff.ps1
asmdiff.sh
build_tools.sh
charmap.txt
compile_flags.txt
emotions.txt
extract_sprites.py
follower_emotions.py
front_palette.py
graphics_file_rules.mk Update list menu graphics 2022-11-09 19:44:58 -05:00
INSTALL.md
json_data_rules.mk
ld_script.txt Merge branch 'master' into followers 2022-11-21 21:21:50 -05:00
ld_script_modern.txt Pinning the GF header to the front of modern 2022-11-02 12:42:26 -04:00
make_tools.mk
Makefile
map_data_rules.mk
palette.py
README.md
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:

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.
  • Function to change a pokemon's nature while preserving most properties of its PID.
  • Function to detect newer emulators/new 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.

To set up the repository, see INSTALL.md.

See also

Other disassembly and/or decompilation projects:

Contacts

You can find PRET on Discord and IRC.