Decompilation of Pokémon Mystery Dungeon: Red Rescue Team
Go to file
2023-08-09 11:09:42 -04:00
.github Update calcrom.pl 2023-06-25 13:18:33 -05:00
asm Nonmatch sub_803ABC8 and clean debug/main menu 2023-08-09 08:41:47 -04:00
data NAKED sub_8007AA4 2023-08-07 11:11:58 -04:00
graphics
include Debug Menu work YIPPEEEEEEEE 2023-08-09 11:09:42 -04:00
libagbsyscall
sound Defined pointers for sound_data 2023-06-09 21:46:57 -04:00
src Debug Menu work YIPPEEEEEEEE 2023-08-09 11:09:42 -04:00
tools Fixed bad replace for gender color 2023-06-06 23:50:36 -04:00
.gitattributes
.gitignore Removed more hard-coded pointers 2023-06-14 23:58:16 -04:00
asmdiff.sh
baserom.xdelta
charmap.txt Renamed gender-specific text color 2023-06-04 22:35:24 -04: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 build dungeon trap data in JSON and make it shiftable 2022-10-06 20:48:18 -07:00
graphics.mk
INSTALL.md
ld_script.txt Debug Menu work YIPPEEEEEEEE 2023-08-09 11:09:42 -04:00
make_tools.mk
Makefile kecleon_items to kecleon_bros (more descriptive) 2023-08-05 11:11:22 -04:00
README.md RSE/FRLG/DP are all in the decomp stage now as well 2022-07-04 10:44:05 -03:00
red.sha1
sym_ewram.txt continue to clean up functions and add ewram 2023-07-27 21:46:31 -07:00
sym_ewram2.txt Debug Menu work YIPPEEEEEEEE 2023-08-09 11:09:42 -04:00
sym_iwram.txt start wiring up ramscrgen for files 2023-05-08 13:51:08 -07: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.

See also