Decompilation of Pokémon Mystery Dungeon: Red Rescue Team
Go to file
2018-01-21 14:57:28 -05:00
asm Link newlib 2017-12-16 21:43:34 -05:00
constants initial commit 2017-12-10 22:41:46 -08:00
data Link newlib 2017-12-16 21:43:34 -05:00
include Include <string.h> in global.h and add dependency scanning 2018-01-21 14:57:28 -05:00
src decompile rest of file_system 2017-12-12 00:50:47 -08:00
.gitattributes initial commit 2017-12-10 22:41:46 -08:00
.gitignore initial commit 2017-12-10 22:41:46 -08:00
INSTALL.md add README.md and INSTALL.md 2018-01-03 17:45:41 -07:00
ld_script.sed initial commit 2017-12-10 22:41:46 -08:00
ld_script.txt Use libc from agbcc instead of standalone newlib\nYou must have AGBCC commit 80d029caec189587f8b9294b6c8a5a489b8f5f88 in order to compile pmd_red.gba 2018-01-03 17:39:24 -07:00
Makefile Include <string.h> in global.h and add dependency scanning 2018-01-21 14:57:28 -05:00
README.md add README.md and INSTALL.md 2018-01-03 17:45:41 -07:00
rom.md5 make MD5 lowercase 2017-12-11 13:03:10 -08:00
sym_ewram.txt initial commit 2017-12-10 22:41:46 -08:00
sym_ewram2.txt Link newlib 2017-12-16 21:43:34 -05:00
sym_iwram.txt initial commit 2017-12-10 22:41:46 -08:00

Pokémon Mystery Dungeon: Red Rescue Team Build Status

This is a disassembly of Pokémon Mystery Dungeon: Red Rescue Team.

It builds the following rom:

  • pmd_red.gba md5: 2100cf6f17e12cd34f1513647dfa506b

To set up the repository, see INSTALL.md.

See also