Decompilation of Pokémon FireRed/LeafGreen
Go to file
GriffinR 32fdf48b0f
Merge pull request #695 from RubyRaven6/ruby-misc
Add NUM_TILES_PER_METATILE
2025-05-20 20:51:51 -04:00
.github Fix libpng installation for workflow on Ubuntu 24.04 2024-10-11 13:36:05 -04:00
asm
constants
data Rename the Move Relearner specials. (#684) 2025-01-19 14:14:55 -05:00
docs
graphics consolidate arrow tiles (#682) 2025-02-03 12:19:40 -05:00
include Add NUM_TILES_PER_METATILE 2025-05-18 14:22:42 +08:00
sound Toolchain sync fixes 2024-09-12 17:49:50 -04:00
src Add NUM_TILES_PER_METATILE 2025-05-18 14:22:42 +08:00
tools Sync Makefile and common syms (#676) 2024-11-26 12:46:12 -05:00
.gitattributes
.gitignore
asmdiff.sh
audio_rules.mk Deleted generated constants, add midi.cfg 2024-09-12 12:58:22 -04:00
build_tools.sh
charmap.txt
compare.sh
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_rev1.sha1
firered.sha1
graphics_file_rules.mk
INSTALL.md
json_data_rules.mk Initial Makefile sync 2024-09-12 12:22:25 -04:00
ld_script_modern.ld Sync Makefile and common syms (#676) 2024-11-26 12:46:12 -05:00
ld_script.ld Sync Makefile and common syms (#676) 2024-11-26 12:46:12 -05:00
leafgreen_rev1.sha1
leafgreen.sha1
make_tools.mk Initial Makefile sync 2024-09-12 12:22:25 -04:00
Makefile .i and .s files should be under build/ when KEEP_TEMPS=1 2025-03-07 20:29:16 -05:00
map_data_rules.mk Initial Makefile sync 2024-09-12 12:22:25 -04:00
README.md
replace.sh
spritesheet_rules.mk
sym_bss.txt
sym_common.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.