Decompilation of Pokémon Emerald
Go to file
2024-09-19 11:27:02 +02:00
.github
asm
common_syms
constants Add include guards for assembly constants files 2023-09-03 20:57:54 -04:00
data Fix defines in MAP_NUM and MAP_GROUP 2024-08-14 13:02:40 +02:00
docs
gflib Make sure gHeap is always aligned 2024-03-06 16:13:06 +01:00
graphics Fix hoenn pokedex palette being split in two 2024-04-13 13:09:24 +03:00
include Fix defines in MAP_NUM and MAP_GROUP 2024-08-14 13:02:40 +02:00
libagbsyscall
sound
src Update wild encounters json template 2024-09-19 11:27:02 +02:00
tools Remove accidental expansion leftovers 2024-09-19 11:23:33 +02:00
.gitattributes
.gitignore Linkerscript now tracks RAM/ROM usage 2023-11-12 15:24:10 +13:00
asmdiff.ps1
asmdiff.sh Don't assume bash is at /bin/bash 2024-05-29 19:32:17 -04:00
build_tools.sh
charmap.txt
graphics_file_rules.mk Moved files - spinda spots, jp fonts, redyellowgreen_frame.bin 2023-11-12 14:28:11 +13:00
INSTALL.md Fix WSL1 install instructions 2024-07-23 17:53:19 -04:00
json_data_rules.mk
ld_script_modern.ld Fix HideMapNamePopUpWindow possible overflow 2024-02-02 22:31:20 +01:00
ld_script.ld Incorporate review changes 2023-11-24 10:25:39 +13:00
make_tools.mk
Makefile Support C-Style enum in preproc (#1984) 2024-07-13 18:26:33 +01:00
map_data_rules.mk
README.md
rom.sha1
songs.mk
spritesheet_rules.mk
sym_bss.txt
sym_common.txt
sym_ewram.txt Incorporate review changes 2023-11-24 10:25:39 +13: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.