Decompilation of Pokémon Mystery Dungeon: Red Rescue Team
Go to file
2023-03-03 16:48:26 -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 Translate all .include to #include 2021-12-20 16:29:12 +01:00
sound document all music players 2022-06-16 16:38:44 -07:00
src finish decomp of options menu 2023-03-03 16:48:26 -08:00
tools Dumped move range strings 2023-02-05 22:12:46 -05:00
.gitattributes
.gitignore
asmdiff.sh
baserom.xdelta
charmap.txt finish out dialogue labeling, label some moltres fight funcs, and cleanup some more text macros 2022-05-07 09:05:52 -07:00
data_item.mk Explicitly declare dependencies for generated files 2021-12-20 16:29:19 +01:00
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 build dungeon trap data in JSON and make it shiftable 2022-10-06 20:48:18 -07:00
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 RSE/FRLG/DP are all in the decomp stage now as well 2022-07-04 10:44:05 -03:00
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