Decompilation of Pokémon Emerald
Go to file
AZero13 83df84e406
Some checks failed
CI / build (push) Has been cancelled
Fix Mugshot_ShowBanner fakematch relying on merged stores (#2336)
If the fields ever change in proximity to each other, this breaks, so this fakematch must be fixed.
2026-06-27 06:33:45 +01:00
.github Use apt update before installing bin utils 2026-01-18 20:14:16 +01:00
asm comparison operators now use enum instead of raw numbers (#2334) 2026-06-24 13:43:43 -04:00
constants Document m4a xcmd_0C 2025-12-27 01:11:40 +00:00
data Fixed BubblebeamCreateBubbles spelling 2026-06-26 22:16:13 -04:00
docs Cleaned trailing whitespace 2022-09-11 14:14:49 -04:00
graphics Rearrange press_start.png 2026-06-17 14:14:19 +01:00
include Remove PokenavListSub (#2317) 2026-06-26 22:50:18 -04:00
libagbsyscall Fix $(AR) define, remove \u warns on macOS. 2021-01-04 11:35:59 -05:00
sound PSG Wave should be aligned (#2335) 2026-06-26 07:19:11 +01:00
src Fix Mugshot_ShowBanner fakematch relying on merged stores (#2336) 2026-06-27 06:33:45 +01:00
tools Merge pull request #2295 from hedara90/git-add-dot-considered-harmful 2026-05-15 19:04:03 +01:00
.gitattributes Add missing files to .gitattributes. 2020-11-08 20:13:21 -05:00
.gitignore Merge pull request #2236 from AsparagusEduardo/_pret/pr/smolIgnore 2026-04-21 15:51:25 +01:00
asmdiff.ps1 Remove debug printing 2019-04-07 19:18:42 -05:00
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 Update deprecated build_tools script 2019-08-27 09:15:44 -04:00
charmap.txt Minor string-related cleanups 2026-05-15 20:05:13 +01:00
graphics_file_rules.mk Migrate INCBINs to INCGFX via migrate_incgfx.py 2026-04-19 07:06:18 +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 ENCOUNTER_CHANCE constants separately from encounter data 2026-06-23 23:27:02 -04:00
ld_script_modern.ld chore(linker): add dwarf5 line number section to ld script (#2235) 2026-02-15 15:03:12 +00:00
ld_script.ld Extract GiveGiftRibbonToParty from file about size records (#2240) 2026-04-21 15:52:51 +01:00
make_tools.mk Convert .aif files to .wav (#2213) 2025-12-01 09:01:26 -06:00
Makefile Merge pull request #2283 from mrgriffin/pret-incgfx 2026-04-19 09:28:43 +01: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 Make rom.sha1 lowercase to fix erroneous comparison results on *nix 2017-09-06 09:20:49 -04: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.