Decompilation of Pokémon Mystery Dungeon: Red Rescue Team
Go to file
2023-06-25 13:18:33 -05:00
.github Update calcrom.pl 2023-06-25 13:18:33 -05:00
asm matched sub_8048A68 thanks to @YohannDR 2023-06-04 07:31:44 -07:00
data Defined function pointers for data_8115F5C 2023-06-15 23:53:13 -04:00
graphics
include matched sub_8048A68 thanks to @YohannDR 2023-06-04 07:31:44 -07:00
libagbsyscall
sound Defined pointers for sound_data 2023-06-09 21:46:57 -04:00
src Redid LIGHT_BLUE_2 rename after merge 2023-06-07 00:32:01 -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
data_item.mk
data_monster.mk
data_move.mk
dungeon_floor.mk
dungeon_pokemon.mk
dungeon_trap.mk
graphics.mk
INSTALL.md
ld_script.txt matched sub_8048A68 thanks to @YohannDR 2023-06-04 07:31:44 -07:00
make_tools.mk
Makefile
README.md
red.sha1
sym_ewram.txt more decomp 2023-05-25 08:02:53 -07:00
sym_ewram2.txt move more data to src 2023-05-28 10:45:13 -07:00
sym_iwram.txt

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