Decompilation of Pokémon Mystery Dungeon: Red Rescue Team
Go to file
Seth Barberee 9242aa111d
Merge pull request #443 from itsdarsh/staged-updates-1
Convert dungeon item instruction encodings to JSON
2025-09-26 20:39:39 -07:00
.github
data add description of item list locations 2025-09-26 18:05:07 -04:00
graphics
include fix ITEM_TM_VACUUM_CUT and ITEM_HAIL_ORB labels 2025-09-26 01:34:59 -04:00
libagbsyscall
sound
src fix ITEM_TM_VACUUM_CUT and ITEM_HAIL_ORB labels 2025-09-26 01:34:59 -04:00
tools remove unused variable 2025-09-26 11:38:52 -04:00
.gitattributes
.gitignore
asmdiff.sh
baserom.xdelta
charmap.txt
CMakeLists.txt
data_dungeon.mk
data_item.mk
data_monster.mk
data_move.mk
dump_effect_sbin.py Fix incorrect inbin sizes 2025-08-30 23:38:02 -04:00
dungeon_floor.mk
dungeon_item.mk Convert dungeon item instruction encodings to JSON 2025-09-26 11:06:31 -04:00
dungeon_pokemon.mk
dungeon_trap.mk
graphics.mk
INSTALL.md
ld_script_modern.ld
ld_script.ld Merge pull request #437 from PikalaxALT/dism-effect-sbin 2025-09-05 09:45:53 -04:00
make_tools.mk
Makefile Convert dungeon item instruction encodings to JSON 2025-09-26 11:06:31 -04:00
MPlayDef.s
README.md
red.sha1
sym_ewram_init.txt
sym_ewram.txt dungeon action execution 2025-08-29 14:39:11 +02:00
sym_iwram_init.txt extern cleanup of ground_map 2025-08-24 12:51:49 -07:00
sym_iwram.txt
VoiceDef.s

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.

For contacts and other pret projects, see pret.github.io.