Decompilation of Pokémon Emerald
Go to file
Raymond Dodge 80b9c23d0a
Fix RL compressed data alignment
`RLUnComp`, like `LZ77UnComp`, expects the source data to be word-aligned.
So, to mirror how lz-compressed data is defined as `u32[]` to enforce
word-alignment, this changes rl-compressed data to be defined as `u32[]`
to enforce word-alignment.
2025-07-06 13:49:47 -04:00
.github
asm Merge branch 'master' into _pret/pr/pyramidLocation 2025-06-30 11:51:45 -04:00
constants
data Merge branch 'master' into _pret/pr/pyramidLocation 2025-06-30 11:51:45 -04:00
docs
graphics Fixes for Mirage Tower graphics (#2120) 2025-04-14 08:12:45 +02:00
include Fix RL compressed data alignment 2025-07-06 13:49:47 -04:00
libagbsyscall
sound Align gMPlayTrack_BGM 2025-04-01 00:31:38 +02:00
src Fix RL compressed data alignment 2025-07-06 13:49:47 -04:00
tools Remove files that were wrongly commited 2025-05-22 14:33:31 +02:00
.gitattributes
.gitignore
asmdiff.ps1
asmdiff.sh
audio_rules.mk
build_tools.sh
charmap.txt
graphics_file_rules.mk Fixes for Mirage Tower graphics (#2120) 2025-04-14 08:12:45 +02:00
INSTALL.md
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
ld_script.ld
make_tools.mk
Makefile Fix wrong keep temps files directory in makefile 2025-06-22 11:26:31 +02: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
rom.sha1
spritesheet_rules.mk
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.