Decompilation of Pokémon Emerald
Go to file
Skye Chappelle 28786b42a6
Update INSTALL.md to state that Windows 8 is no longer supported by Microsoft
2024-09-10 23:36:13 -04:00
.github Sync calcrom fixes 2022-11-27 17:33:09 -05:00
asm Fix incorrect point macros in contest_ai_script.inc 2024-09-08 12:50:35 +03:00
common_syms Remove unused common symbols in window.c 2023-02-01 16:14:32 -05:00
constants Add include guards for assembly constants files 2023-09-03 20:57:54 -04:00
data Fix swapped cycling road entrances 2024-08-31 01:54:25 -04:00
docs Cleaned trailing whitespace 2022-09-11 14:14:49 -04:00
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 [Build System Rewrite] `mapjson` now takes output directory parameters. (#1949) 2024-08-29 14:01:01 -04:00
libagbsyscall Fix $(AR) define, remove \u warns on macOS. 2021-01-04 11:35:59 -05:00
sound forgot we could do this 2022-01-22 19:41:31 -05:00
src Fix swapped cycling road entrances 2024-08-31 01:54:25 -04:00
tools Restore review changes from dependent PR 2024-08-31 00:33:02 -04:00
.gitattributes Add missing files to .gitattributes. 2020-11-08 20:13:21 -05:00
.gitignore Linkerscript now tracks RAM/ROM usage 2023-11-12 15:24:10 +13:00
INSTALL.md Update INSTALL.md to state that Windows 8 is no longer supported by Microsoft 2024-09-10 23:36:13 -04:00
Makefile Merge branch 'master' of https://github.com/pret/pokeemerald into build-makefile-cleanup 2024-08-31 00:17:07 -04:00
README.md Replaced decomp list with pret.github.io link 2023-08-30 00:08:19 -04: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
build_tools.sh Update deprecated build_tools script 2019-08-27 09:15:44 -04:00
charmap.txt Review changes 2023-03-05 17:17:39 -03:00
graphics_file_rules.mk Moved files - spinda spots, jp fonts, redyellowgreen_frame.bin 2023-11-12 14:28:11 +13:00
json_data_rules.mk use json for region map sections 2022-04-04 23:32:03 -04:00
ld_script.ld Incorporate review changes 2023-11-24 10:25:39 +13:00
ld_script_modern.ld Fix HideMapNamePopUpWindow possible overflow 2024-02-02 22:31:20 +01:00
make_tools.mk Merge branch 'master' of https://github.com/pret/pokeemerald into build-makefile-cleanup 2024-08-31 00:17:07 -04:00
map_data_rules.mk Restore review changes from dependent PR 2024-08-31 00:33:02 -04:00
rom.sha1 Make rom.sha1 lowercase to fix erroneous comparison results on *nix 2017-09-06 09:20:49 -04:00
songs.mk Sync encounter musics with encounter music types 2020-08-20 21:03:24 -04:00
spritesheet_rules.mk Color single-palette door anim graphics 2022-05-18 12:41:20 -04:00
sym_bss.txt move m4a track definitions 2022-01-22 19:37:46 -05:00
sym_common.txt Cleaned trailing whitespace 2022-09-11 14:14:49 -04:00
sym_ewram.txt Incorporate review changes 2023-11-24 10:25:39 +13:00

README.md

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.