A Kalos remake in Pokémon Emerald.
Find a file
2023-02-10 19:59:02 -05:00
.github Merge branch 'master' into followers 2023-01-29 18:44:06 -05:00
asm Merge branch 'master' into followers 2022-11-21 21:21:50 -05:00
common_syms Name overworld tilemaps for their bg, add layer type constants 2022-01-19 09:37:12 -05:00
constants use constant for max directsound channels 2021-01-16 04:18:45 -05:00
data Merge branch 'master' into followers 2023-01-29 18:44:06 -05:00
docs Cleaned trailing whitespace 2022-09-11 14:14:49 -04:00
gflib Merge branch 'master' into followers 2023-01-29 18:44:06 -05:00
graphics Merge branch 'master' into followers 2023-01-29 18:44:06 -05:00
include Merge branch 'master' into followers 2023-01-29 18:44:06 -05:00
libagbsyscall Fix $(AR) define, remove \u warns on macOS. 2021-01-04 11:35:59 -05:00
sound forgot we could do this 2022-01-22 19:41:31 -05:00
src Merge branch 'master' into followers 2023-01-29 18:44:06 -05:00
tools Report JSON field names in errors 2023-01-17 16:25:33 -05:00
.gitattributes Add missing files to .gitattributes. 2020-11-08 20:13:21 -05:00
.gitignore Merge branch 'master' into followers 2022-10-07 20:52:15 -04:00
asmdiff.ps1 Remove debug printing 2019-04-07 19:18:42 -05:00
asmdiff.sh [Round 3] Apply all source related changes for the new INSTALL.md in one commit. 2020-12-16 21:24:44 -05:00
build_tools.sh Update deprecated build_tools script 2019-08-27 09:15:44 -04:00
charmap.txt Sync text ctrl codes with pokefirered 2022-11-23 21:13:00 -05:00
compile_flags.txt Added clangd compile flags & updated .gitignore. 2022-09-10 21:22:37 -04:00
emotions.txt Added system for conditional follower messages. 2022-05-03 23:01:02 -04:00
extract_sprites.py Added Mr. Mime & Farfetch'd. Fixed transparency issues. 2021-03-03 01:48:45 -05:00
follower_emotions.py Added system for conditional follower messages. 2022-05-03 23:01:02 -04:00
front_palette.py Modified front palette script. 2021-03-03 02:00:36 -05:00
graphics_file_rules.mk Correct colors in summary_screen/tiles.png 2023-01-12 21:41:06 -05:00
INSTALL.md Update INSTALL.md 2023-01-14 21:05:10 -05:00
json_data_rules.mk use json for region map sections 2022-04-04 23:32:03 -04:00
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 Fixes to makefile. 2021-06-01 23:22:15 -04:00
Makefile Cleaned trailing whitespace 2022-09-11 14:14:49 -04:00
map_data_rules.mk [Round 3] Apply all source related changes for the new INSTALL.md in one commit. 2020-12-16 21:24:44 -05:00
palette.py Fixed follower not disappearing when surfing. 2021-03-03 01:33:13 -05:00
README.md Updated README with new branches. 2023-02-10 19:59:02 -05:00
remote_build.sh Updated remote_build to use --force-with-lease instead of --force. 2022-05-01 14:23:45 -04:00
rom.sha1 Make rom.sha1 lowercase to fix erroneous comparison results on *nix 2017-09-06 09:20:49 -04:00
songs.mk Sync encounter musics with encounter music types 2020-08-20 21:03:24 -04:00
spritesheet_rules.mk Merge branch 'master' into romhack 2022-07-17 15:13:15 -04:00
sym_bss.txt move m4a track definitions 2022-01-22 19:37:46 -05:00
sym_common.txt Cleaned trailing whitespace 2022-09-11 14:14:49 -04:00
sym_ewram.txt Rename pokenav_match_call_ui 2021-11-15 00:21:40 -05:00

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 Discord and IRC.