Decompilation of Pokémon FireRed/LeafGreen
Find a file
2025-12-28 09:10:08 -06:00
.github Fix libpng installation for workflow on Ubuntu 24.04 2024-10-11 13:36:05 -04:00
asm Move local IDs to map.json 2024-10-15 02:51:08 -04:00
constants Sync m4a_1.s 2022-12-09 10:03:32 -05:00
data Merge branch 'master' of https://github.com/pret/pokefirered into porymap-6 2025-05-14 11:52:22 -04:00
docs Fix two stale references to emerald in legacy_WSL1_INSTALL.md 2022-03-14 08:49:14 -04:00
graphics Convert substitute back sprite data to png 2025-07-13 13:02:58 -04:00
include Convert substitute back sprite data to png 2025-07-13 13:02:58 -04:00
sound Update .wav samples to use 'agbl' chunk to accomodate for vanilla's off-by-one loop end behavior (#712) 2025-12-28 09:10:08 -06:00
src Fix incorrect MAPSEC limit for map names 2025-07-16 02:45:26 -04:00
tools Update .wav samples to use 'agbl' chunk to accomodate for vanilla's off-by-one loop end behavior (#712) 2025-12-28 09:10:08 -06:00
.gitattributes Add missing text files to .gitattributes. 2020-06-13 13:40:49 -04:00
.gitignore Ignore CMakeLists.txt and cmake/clangd artifacts 2025-11-16 20:39:37 -05:00
asmdiff.sh Start implementing LG and 1.1 2019-12-18 16:43:24 -05:00
audio_rules.mk Convert .aif files to .wav (#711) 2025-12-01 09:01:35 -06:00
build_tools.sh Fix building and update build instructions 2019-06-21 20:47:44 -04:00
charmap.txt Sync some charmap characters with pokeemerald 2023-05-03 14:22:01 -04:00
compare.sh Get rid of manual sym defines in sym_ewram.txt and ld_script_modern.txt 2020-07-04 18:14:40 -04:00
config.mk Fix .d files not updating if .o fails, fix clean rule, remove some unnecessary warnings 2024-09-13 23:12:20 -04:00
firered.sha1 Start implementing LG and 1.1 2019-12-18 16:43:24 -05:00
firered_rev1.sha1 Start implementing LG and 1.1 2019-12-18 16:43:24 -05:00
graphics_file_rules.mk Remove some make rules copied from pokeemerald 2025-10-26 17:49:30 -04:00
INSTALL.md Sync INSTALL 2023-07-06 12:05:22 -04:00
json_data_rules.mk Generate heal location constants automatically, move data back to a single file. 2025-02-03 16:00:29 -05:00
ld_script.ld Sync Makefile and common syms (#676) 2024-11-26 12:46:12 -05:00
ld_script_modern.ld Sync Makefile and common syms (#676) 2024-11-26 12:46:12 -05:00
leafgreen.sha1 Start implementing LG and 1.1 2019-12-18 16:43:24 -05:00
leafgreen_rev1.sha1 Start implementing LG and 1.1 2019-12-18 16:43:24 -05:00
make_tools.mk Convert .aif files to .wav (#711) 2025-12-01 09:01:35 -06:00
Makefile Convert .aif files to .wav (#711) 2025-12-01 09:01:35 -06:00
map_data_rules.mk Generate heal location constants automatically, move data back to a single file. 2025-02-03 16:00:29 -05:00
README.md Spring cleaning 2024-05-12 14:34:43 +01:00
replace.sh Get rid of manual sym defines in sym_ewram.txt and ld_script_modern.txt 2020-07-04 18:14:40 -04:00
spritesheet_rules.mk Format town map sprite 2022-08-17 09:25:32 -04:00
sym_bss.txt Sync m4a_1.s 2022-12-09 10:03:32 -05:00
sym_common.txt Sync mystery gift menu, ereader screen 2022-11-21 23:30:47 -05:00
sym_ewram.txt Sync mevent file names 2022-11-19 18:39:26 -05:00
tileset_rules.mk Set unused tiles to transparent, document adjacent files 2022-10-10 09:20:16 -04:00

Pokémon FireRed and LeafGreen

This is a decompilation of English Pokémon FireRed and LeafGreen.

It builds the following ROM images:

To set up the repository, see INSTALL.md.

For contacts and other pret projects, see pret.github.io.