Decompilation of Pokémon Emerald
  • C 75.6%
  • Assembly 20.2%
  • C++ 3.9%
  • Linker Script 0.2%
  • Makefile 0.1%
Find a file
AZero13 83df84e406
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
asm comparison operators now use enum instead of raw numbers (#2334) 2026-06-24 13:43:43 -04:00
constants
data Fixed BubblebeamCreateBubbles spelling 2026-06-26 22:16:13 -04:00
docs
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
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
.gitignore
asmdiff.ps1
asmdiff.sh
audio_rules.mk
build_tools.sh
charmap.txt Minor string-related cleanups 2026-05-15 20:05:13 +01:00
graphics_file_rules.mk
INSTALL.md
json_data_rules.mk Generate ENCOUNTER_CHANCE constants separately from encounter data 2026-06-23 23:27:02 -04:00
ld_script.ld
ld_script_modern.ld
make_tools.mk
Makefile
map_data_rules.mk
README.md
rom.sha1
sym_bss.txt
sym_common.txt
sym_ewram.txt

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.