Decompilation of Pokémon FireRed/LeafGreen
Go to file
Marcus Huderle 4880b33ff2
Merge pull request #8 from SatoMew/master
Installation instructions and minor documentation fixes
2018-10-03 08:27:51 -05:00
asm Update Makefile and various build files 2018-09-20 14:55:44 -05:00
common_syms common symbols for window and text 2017-12-20 07:55:09 -08:00
constants first commit 2017-12-16 23:54:22 -08:00
data dump assert strings 2018-02-07 22:00:05 -06:00
include NDEBUG which is supposed to be NDEBUG... 2018-01-07 23:47:27 -05:00
src both print defines for nocashgba 2018-01-09 19:39:29 -05:00
.gitattributes first commit 2017-12-16 23:54:22 -08:00
.gitignore first commit 2017-12-16 23:54:22 -08:00
build_tools.sh Create build_tools.sh 2018-09-21 01:56:26 +01:00
charmap.txt first commit 2017-12-16 23:54:22 -08:00
INSTALL.md Create INSTALL.md 2018-09-20 22:10:01 +01:00
ld_script.sed first commit 2017-12-16 23:54:22 -08:00
ld_script.txt Update Makefile and various build files 2018-09-20 14:55:44 -05:00
Makefile Update Makefile and various build files 2018-09-20 14:55:44 -05:00
README.md rom → ROM 2018-09-20 23:51:56 +01:00
rom.sha1 Update Makefile and various build files 2018-09-20 14:55:44 -05:00
sym_bss.txt Update Makefile and various build files 2018-09-20 14:55:44 -05:00
sym_common.txt common symbols for window and text 2017-12-20 07:55:09 -08:00
sym_ewram.txt decompile bg_regs data 2017-12-20 10:09:12 -08:00

Pokémon FireRed and LeafGreen

This is a disassembly of Pokémon FireRed and LeafGreen.

It builds the following ROM:

  • pokefirered.gba sha1: 41cb23d8dccc8ebd7c649cd8fbb58eeace6e2fdc

To set up the repository, see INSTALL.md.

See also