A Kalos remake in Pokémon Emerald.
Find a file
2023-01-12 21:45:36 -05:00
.github Updated Github metadata & build script. 2022-09-03 14:43:43 -04:00
asm Expanded graphicsId field. 2023-01-07 19:54:12 -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 Added movements/scripts for overworld follower field moves. 2023-01-03 18:18:09 -05:00
docs Cleaned trailing whitespace 2022-09-11 14:14:49 -04:00
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 Reworked how OW pokemon's graphics are loaded. 2023-01-12 21:45:36 -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 Reworked how OW pokemon's graphics are loaded. 2023-01-12 21:45:36 -05:00
tools Fix build of jsonproc 2022-11-02 12:39:32 -04: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
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
charmap.txt Allow right single quotation mark in charmap 2022-01-16 10:29:15 -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 Update list menu graphics 2022-11-09 19:44:58 -05:00
INSTALL.md Cleaned trailing whitespace 2022-09-11 14:14:49 -04: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 Github metadata & build script. 2022-09-03 14:43:43 -04: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
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:

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.