Decompilation of Pokémon Emerald
Go to file
AZero13 c2dcc629fd
Some checks failed
CI / build (push) Has been cancelled
Fix UB in battle_anim_ground (#2273)
gBattleAnimArgs is 8 elements, not 15.

Co-authored-by: AZero13 <83477269+SiliconA-Z@users.noreply.github.com>
2026-06-17 20:36:43 +01:00
.github Use apt update before installing bin utils 2026-01-18 20:14:16 +01:00
asm Cleanup commas in .macro 2026-06-17 14:35:40 +01:00
constants Document m4a xcmd_0C 2025-12-27 01:11:40 +00:00
data Fix UB in battle_anim_ground (#2273) 2026-06-17 20:36:43 +01:00
docs
graphics Rearrange press_start.png 2026-06-17 14:14:19 +01:00
include Minor cleanups (#2318) 2026-06-17 15:36:35 +01:00
libagbsyscall
sound Use -E for all midis 2026-03-21 10:14:58 -05:00
src Fix UB in battle_anim_ground (#2273) 2026-06-17 20:36:43 +01:00
tools Merge pull request #2295 from hedara90/git-add-dot-considered-harmful 2026-05-15 19:04:03 +01:00
.gitattributes
.gitignore Merge pull request #2236 from AsparagusEduardo/_pret/pr/smolIgnore 2026-04-21 15:51:25 +01:00
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 Migrate INCBINs to INCGFX via migrate_incgfx.py 2026-04-19 07:06:18 +01:00
INSTALL.md
json_data_rules.mk
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
Makefile Merge pull request #2283 from mrgriffin/pret-incgfx 2026-04-19 09:28:43 +01:00
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.