Decompilation of Pokémon Mystery Dungeon: Red Rescue Team
Find a file
AnonymousRandomPerson 5c8b30f77b
Merge pull request #463 from DizzyEggg/stuff
Fix some more externs
2025-11-18 20:20:09 -05:00
.github try add modern to build workflow 2025-06-07 11:20:45 +02:00
data split direction util and pixelpos math 2025-10-28 13:15:31 +01:00
graphics fix most of the ornament title sprites 2025-07-04 10:54:25 +02:00
include more externs 2025-11-18 13:41:32 +01: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 externs 2025-11-18 13:41:32 +01:00
tools remove unused variable 2025-09-26 11:38:52 -04:00
.gitattributes sync gitattributes from pokeemerald 2021-07-10 12:06:36 -05:00
.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 inital try at GithubCI 2021-01-28 10:01:56 -06:00
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 Dumped dungeon parameters 2023-02-14 00:02:52 -05:00
data_item.mk Explicitly declare dependencies for generated files 2021-12-20 16:29:19 +01:00
data_monster.mk Fix inconsistent rebuilding 2024-11-10 19:04:48 +01:00
data_move.mk Dumped move range strings 2023-02-05 22:12:46 -05:00
dump_effect_sbin.py Fix incorrect inbin sizes 2025-08-30 23:38:02 -04:00
dungeon_floor.mk Dungeon pokemon/Floor ID JSON Part 1 (#39) 2021-06-09 22:54:21 -05:00
dungeon_item.mk Convert dungeon item instruction encodings to JSON 2025-09-26 11:06:31 -04:00
dungeon_pokemon.mk Dumped dungeon parameters 2023-02-14 00:02:52 -05:00
dungeon_trap.mk build dungeon trap data in JSON and make it shiftable 2022-10-06 20:48:18 -07:00
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 document dungeon list menu 2025-10-29 12:31:33 +01: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 and Install.md Revamp (#41) 2021-07-09 19:35:12 -05:00
Makefile Convert dungeon item instruction encodings to JSON 2025-09-26 11:06:31 -04:00
MPlayDef.s sound work 2024-12-16 16:55:46 +01:00
README.md Replaced decomp list with pret.github.io link 2023-08-30 18:17:55 -04:00
red.sha1 Makefile overhaul 2018-11-18 18:29:52 +08:00
sym_ewram.txt clean up some file splits 2025-10-27 14:34:30 +01:00
sym_ewram_init.txt document dungeon list menu 2025-10-29 12:31:33 +01: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.