Decompilation of Pokémon Mystery Dungeon: Red Rescue Team
Go to file
2023-01-30 18:01:24 -05:00
.github hopefully fix OK bot 2021-08-08 17:37:09 -07:00
asm Merge branch 'master' of https://github.com/pret/pmd-red 2023-01-30 18:01:24 -05:00
data Merge branch 'master' of https://github.com/pret/pmd-red 2023-01-30 18:01:24 -05:00
graphics Dump and document status sprites 2021-12-13 10:44:48 -06:00
include Merge branch 'master' of https://github.com/pret/pmd-red 2023-01-30 18:01:24 -05:00
libagbsyscall Translate all .include to #include 2021-12-20 16:29:12 +01:00
sound document all music players 2022-06-16 16:38:44 -07:00
src Merge branch 'master' of https://github.com/pret/pmd-red 2023-01-30 18:01:24 -05:00
tools Added NONMATCHING for learnset access functions 2023-01-30 00:42:21 -05:00
.gitattributes sync gitattributes from pokeemerald 2021-07-10 12:06:36 -05:00
.gitignore Decompiled some item related functions (#42) 2021-07-10 11:23:20 -05:00
asmdiff.sh Update asmdiff.sh (#40) 2021-07-07 17:07:54 -05:00
baserom.xdelta inital try at GithubCI 2021-01-28 10:01:56 -06:00
charmap.txt finish out dialogue labeling, label some moltres fight funcs, and cleanup some more text macros 2022-05-07 09:05:52 -07:00
data_item.mk Explicitly declare dependencies for generated files 2021-12-20 16:29:19 +01:00
data_monster.mk Dumped learnset data 2023-01-29 21:58:44 -05:00
data_move.mk Explicitly declare dependencies for generated files 2021-12-20 16:29:19 +01:00
dungeon_floor.mk Dungeon pokemon/Floor ID JSON Part 1 (#39) 2021-06-09 22:54:21 -05:00
dungeon_pokemon.mk Dungeon pokemon/Floor ID JSON Part 1 (#39) 2021-06-09 22:54:21 -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 Disassemble some more tables and the first graphic (#71) 2021-11-04 14:07:26 -07:00
INSTALL.md Makefile and Install.md Revamp (#41) 2021-07-09 19:35:12 -05:00
ld_script.txt convert sym files to use ramscrgen 2023-01-28 09:37:16 -08:00
make_tools.mk Makefile and Install.md Revamp (#41) 2021-07-09 19:35:12 -05:00
Makefile Merge branch 'master' of https://github.com/pret/pmd-red 2023-01-30 18:01:24 -05: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 Makefile overhaul 2018-11-18 18:29:52 +08:00
sym_ewram2.txt convert sym files to use ramscrgen 2023-01-28 09:37:16 -08:00
sym_ewram.txt Merge branch 'master' of https://github.com/pret/pmd-red 2023-01-30 18:01:24 -05:00
sym_iwram.txt convert sym files to use ramscrgen 2023-01-28 09:37:16 -08: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