Decompilation of Pokémon Mystery Dungeon: Red Rescue Team
  • C 82.4%
  • Assembly 16.1%
  • C++ 1.1%
  • Boogie 0.4%
Find a file
AnonymousRandomPerson 89c65d9c15
Merge pull request #485 from pret/SethBarberee-sym-file
Add sym file action based off of pokeemerald
2026-09-08 20:13:29 -04:00
.github Actually run syms target in build 2026-09-08 11:54:17 -07:00
data Reverting autopilot changes from D51/pokemon_found.json 2026-04-21 00:15:43 +02:00
graphics fix most of the ornament title sprites 2025-07-04 10:54:25 +02:00
include Label some move usage functions 2026-09-07 13:50:23 -04:00
libagbsyscall Support building on macOS with homebrew binutils 2025-05-23 20:15:46 -04:00
sound remove _songtable.s file 2024-12-25 11:34:26 +01:00
src Label some move usage functions 2026-09-07 13:50:23 -04:00
tools remove unused variable 2025-09-26 11:38:52 -04:00
.gitattributes
.gitignore Support building on macOS with homebrew binutils 2025-05-23 20:15:46 -04:00
asmdiff.sh Fix asmdiff without devkitARM 2024-11-16 19:41:47 +01:00
baserom.xdelta
charmap.txt start documenting textvox 2025-06-18 10:57:24 +02:00
CMakeLists.txt Support building on macOS with homebrew binutils 2025-05-23 20:15:46 -04:00
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 introduce pmd_pal 2025-03-26 13:16:32 +01:00
INSTALL.md missed a code block 2025-09-27 12:01:01 -06:00
ld_script.ld Rename window_buffer file 2026-04-30 21:41:12 -04:00
ld_script_modern.ld move remaining rom_header/crt0 stuff to src 2025-08-24 10:58:37 -07:00
make_tools.mk
Makefile Merge pull request #480 from evanc577/window-bg 2026-05-01 10:13:12 -07:00
MPlayDef.s sound work 2024-12-16 16:55:46 +01:00
README.md
red.sha1
sym_ewram.txt Rename window_buffer file 2026-04-30 21:41:12 -04:00
sym_ewram_init.txt Rename window_buffer file 2026-04-30 21:41:12 -04:00
sym_iwram.txt Decompile code_80035F0 2025-07-15 18:22:42 +02:00
sym_iwram_init.txt ground weather 2025-10-23 11:52:22 +02:00
VoiceDef.s sound names and sound data 2024-12-17 14:36:37 +01: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.

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