Decompilation of Pokémon Mystery Dungeon: Red Rescue Team
Go to file
2023-03-03 19:40:11 -08:00
.github
asm finish decomp of options menu 2023-03-03 16:48:26 -08:00
data finish out another file and more documenting 2023-02-24 18:14:21 -08:00
graphics
include chore: add more MenuStruct defs 2023-02-26 08:36:23 -08:00
libagbsyscall
sound
src chore: label variable and move some stuff 2023-03-03 19:40:11 -08:00
tools Dumped move range strings 2023-02-05 22:12:46 -05:00
.gitattributes
.gitignore
asmdiff.sh
baserom.xdelta
charmap.txt
data_item.mk
data_monster.mk Auto-generate learnset_ptrs.s 2023-01-30 18:35:03 -05:00
data_move.mk Dumped move range strings 2023-02-05 22:12:46 -05:00
dungeon_floor.mk
dungeon_pokemon.mk
dungeon_trap.mk
graphics.mk
INSTALL.md
ld_script.txt finish decomp of options menu 2023-03-03 16:48:26 -08:00
make_tools.mk
Makefile Auto-generate learnset_ptrs.s 2023-01-30 18:35:03 -05:00
README.md
red.sha1
sym_ewram.txt Auto-generate learnset_ptrs.s 2023-01-30 18:35:03 -05:00
sym_ewram2.txt convert sym files to use ramscrgen 2023-01-28 09:37:16 -08:00
sym_iwram.txt convert sym files to use ramscrgen 2023-01-28 09:37:16 -08:00

Pokémon Mystery Dungeon: Red Rescue Team

build

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

It builds the following rom:

  • pmd_red.gba sha1: 9f4cfc5b5f4859d17169a485462e977c7aac2b89

To set up the repository, see INSTALL.md.

See also