Decompilation of Pokémon Mystery Dungeon: Red Rescue Team
Go to file
2025-06-22 09:31:33 -07:00
.github try add modern to build workflow 2025-06-07 11:20:45 +02:00
asm more work on ground_object 2025-06-22 09:31:33 -07:00
data move more data to C 2025-06-17 17:18:39 +02:00
graphics use better palettes for status images 2025-06-07 15:45:56 +02:00
include Fix bug in the dungeon requirement text function 2025-06-20 14:08:16 +02: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 more work on ground_object 2025-06-22 09:31:33 -07:00
tools tools: add fix from pokeemerald#2131 2025-05-09 11:29:54 -07:00
.gitattributes
.gitignore Support building on macOS with homebrew binutils 2025-05-23 20:15:46 -04:00
asmdiff.sh
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
dungeon_floor.mk
dungeon_pokemon.mk
dungeon_trap.mk
graphics.mk introduce pmd_pal 2025-03-26 13:16:32 +01:00
INSTALL.md
ld_script_modern.ld modern without ewram/iwram syms 2025-06-06 18:53:38 +02:00
ld_script.ld start documenting textvox 2025-06-18 10:57:24 +02:00
make_tools.mk
Makefile make tidy removes built modern 2025-06-07 11:12:35 +02:00
MPlayDef.s sound work 2024-12-16 16:55:46 +01:00
README.md
red.sha1
sym_ewram_init.txt move more data to C 2025-06-17 17:18:39 +02:00
sym_ewram.txt start documenting textvox 2025-06-18 10:57:24 +02:00
sym_iwram_init.txt start documenting textvox 2025-06-18 10:57:24 +02:00
sym_iwram.txt move to iwram 2025-06-03 12:24:02 +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.