Decompilation of Pokémon Emerald
Go to file
2026-01-02 20:19:01 +00:00
.github Fix libpng installation for workflow on Ubuntu 24.04 2024-10-11 13:29:16 -04:00
asm Add enum for battle script opcodes (#2222) 2026-01-02 20:19:01 +00:00
constants Document m4a xcmd_0C 2025-12-27 01:11:40 +00:00
data Standardize spelling of "paralyze" 2025-11-19 21:19:15 +01:00
docs Cleaned trailing whitespace 2022-09-11 14:14:49 -04:00
graphics Add spritesheet rules for healthbox graphics (#2180) 2025-10-19 18:32:19 +01:00
include Add enum for battle script opcodes (#2222) 2026-01-02 20:19:01 +00:00
libagbsyscall
sound Remove mistakenly-added test file 2025-12-29 07:41:43 -06:00
src Add enum for battle script opcodes (#2222) 2026-01-02 20:19:01 +00:00
tools Add --set-agbl option to wav2agb 2025-12-28 08:50:34 -06:00
.gitattributes
.gitignore Ignore mGBA screenshots 2024-10-01 10:07:45 +02:00
asmdiff.ps1
asmdiff.sh Don't assume bash is at /bin/bash 2024-05-29 19:32:17 -04:00
audio_rules.mk Convert .aif files to .wav (#2213) 2025-12-01 09:01:26 -06:00
build_tools.sh
charmap.txt Review changes 2023-03-05 17:17:39 -03:00
graphics_file_rules.mk switched from head -c 12 to dd bs=1 count=12, to successful compiling with OpenBSD (#2091) 2025-10-14 09:35:53 +01:00
INSTALL.md add arm-none-eabi-newlib to required arch linux packages 2025-11-20 09:46:02 +01:00
json_data_rules.mk Generate heal location constants automatically, move data back to a single file. 2025-02-03 20:25:11 -05:00
ld_script_modern.ld Get rid of common syms (#2040) 2024-10-14 23:52:11 -04:00
ld_script.ld Get rid of common syms (#2040) 2024-10-14 23:52:11 -04:00
make_tools.mk Convert .aif files to .wav (#2213) 2025-12-01 09:01:26 -06:00
Makefile Convert .aif files to .wav (#2213) 2025-12-01 09:01:26 -06:00
map_data_rules.mk Generate heal location constants automatically, move data back to a single file. 2025-02-03 20:25:11 -05:00
README.md Replaced decomp list with pret.github.io link 2023-08-30 00:08:19 -04:00
rom.sha1
spritesheet_rules.mk Add spritesheet rules for healthbox graphics (#2180) 2025-10-19 18:32:19 +01:00
sym_bss.txt remove gflib 2024-09-18 10:37:34 -04:00
sym_common.txt Remove explicit symbol sizes in sym_common.txt 2024-09-25 16:14:10 -04:00
sym_ewram.txt remove gflib 2024-09-18 10:37:34 -04:00

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.