Decompilation of Pokémon FireRed/LeafGreen
Go to file
Marcus Huderle 69e963fbb8
Some checks failed
CI / build (push) Has been cancelled
Adjust loop markers and track channels for .mid files.
- The loop markers now use meta event 0x6 (Marker) rather than 0x1 (Text Event)
- Each track now output midi events on separate midi channels, like pokeemerald.
2026-03-28 08:40:35 -05:00
.github
asm
constants
data
docs
graphics
include
sound
src
tools
.gitattributes
.gitignore
asmdiff.sh
audio_rules.mk
build_tools.sh
charmap.txt
compare.sh
config.mk
firered_rev1.sha1
firered_switch.sha1
firered.sha1
graphics_file_rules.mk
INSTALL.md
json_data_rules.mk
ld_script_modern.ld
ld_script_rev10.ld
ld_script.ld
leafgreen_rev1.sha1
leafgreen_switch.sha1
leafgreen.sha1
make_tools.mk
Makefile
map_data_rules.mk
README.md
replace.sh
spritesheet_rules.mk
sym_bss_rev10.txt
sym_bss.txt
sym_common_rev10.txt
sym_common.txt
sym_ewram_rev10.txt
sym_ewram.txt
tileset_rules.mk

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.