Decompilation of Pokémon Mystery Dungeon: Red Rescue Team
Go to file
2024-10-26 20:04:38 +02:00
.github fix: hopefully fix up CI errors about libpng 2024-10-14 11:52:37 -07:00
asm move two functions to dungeon_message.c 2024-10-25 20:21:56 +02:00
data move some const data to dungeon move/message 2024-10-25 22:47:46 +02:00
graphics
include r0 to pokemon 2024-10-26 19:50:48 +02:00
libagbsyscall
sound Defined pointers for sound_data 2023-06-09 21:46:57 -04:00
src Use move constants in UseMoveAgainstTargets 2024-10-26 20:04:38 +02:00
tools Preproc: output string literals, and fix escape bug 2024-10-15 00:26:15 +02:00
.gitattributes
.gitignore Update .gitignore 2024-10-15 00:26:14 +02:00
asmdiff.sh Oops 2023-09-02 07:37:35 -04:00
baserom.xdelta
charmap.txt Refactor color and format constants 2024-10-15 17:14:36 +02:00
data_dungeon.mk Dumped dungeon parameters 2023-02-14 00:02:52 -05:00
data_item.mk
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 Dumped dungeon parameters 2023-02-14 00:02:52 -05:00
dungeon_trap.mk
graphics.mk
INSTALL.md
ld_script.txt move some const data to dungeon move/message 2024-10-25 22:47:46 +02:00
make_tools.mk
Makefile fix: fix Makefile to not zero out the ROM header 2024-04-29 15:47:05 -07:00
README.md Replaced decomp list with pret.github.io link 2023-08-30 18:17:55 -04:00
red.sha1
sym_ewram.txt new file - dungeon_move.c and clean-up 2024-10-25 21:19:22 +02:00
sym_ewram2.txt sub_8042EC8 2024-10-09 15:48:45 +02:00
sym_iwram.txt Mega rename 2024-09-15 20:29:02 +02: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.