Decompilation of Pokémon Emerald
Go to file
Icedude907 cf1eaea7f7 Coalesced audio rules into `audio.mk` 2023-11-15 13:36:35 +13:00
.github Sync calcrom fixes 2022-11-27 17:33:09 -05:00
asm Add temp var aliases 2023-08-04 14:17:28 -04:00
common_syms Remove unused common symbols in window.c 2023-02-01 16:14:32 -05:00
constants Add include guards for assembly constants files 2023-09-03 20:57:54 -04:00
data Merge pull request #1936 from GriffinRichards/doc-datahpupdate 2023-11-07 12:25:26 -05:00
docs Cleaned trailing whitespace 2022-09-11 14:14:49 -04:00
gflib Solved a bunch of -Wall errors on modern 2023-09-20 19:01:08 -03:00
graphics Merge pull request #1909 from GriffinRichards/stat-anim 2023-08-20 14:29:11 -04:00
include Merge pull request #1936 from GriffinRichards/doc-datahpupdate 2023-11-07 12:25:26 -05:00
libagbsyscall Fix $(AR) define, remove \u warns on macOS. 2021-01-04 11:35:59 -05:00
sound All `mid2agb` songs are controlled by a `midi.cfg` file 2023-11-15 13:26:49 +13:00
src Merge pull request #1936 from GriffinRichards/doc-datahpupdate 2023-11-07 12:25:26 -05:00
tools Remove all leading whitespace 2023-10-23 13:24:38 -05:00
.gitattributes Add missing files to .gitattributes. 2020-11-08 20:13:21 -05:00
.gitignore Ignore new Porymap config 2022-09-25 18:34:07 -04:00
INSTALL.md Remove all leading whitespace 2023-10-23 13:24:38 -05:00
Makefile Coalesced audio rules into `audio.mk` 2023-11-15 13:36:35 +13:00
README.md Replaced decomp list with pret.github.io link 2023-08-30 00:08:19 -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
audio_rules.mk Coalesced audio rules into `audio.mk` 2023-11-15 13:36:35 +13:00
build_tools.sh Update deprecated build_tools script 2019-08-27 09:15:44 -04:00
charmap.txt Review changes 2023-03-05 17:17:39 -03:00
graphics_file_rules.mk Sync castform folder organization 2023-07-09 14:57:51 -04:00
json_data_rules.mk use json for region map sections 2022-04-04 23:32:03 -04:00
ld_script.txt Fix EWRAM_DATA wildcards 2023-06-06 09:02:52 +01: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 Whitelist instead of Blacklist for TOOLDIRS in Makefiles 2023-02-25 16:49:41 -03: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
rom.sha1 Make rom.sha1 lowercase to fix erroneous comparison results on *nix 2017-09-06 09:20:49 -04:00
spritesheet_rules.mk Color single-palette door anim graphics 2022-05-18 12:41:20 -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

README.md

Pokémon Emerald

This is a decompilation of Pokémon Emerald.

It builds the following ROM:

To set up the repository, see INSTALL.md.

For contacts and other pret projects, see pret.github.io.