Decompilation of Pokémon Mystery Dungeon: Red Rescue Team
Go to file
mid-kid 010d641899 Explicitly declare dependencies for generated files
These are harder to pick up automatically, and will only change when the
tools are edited, anyway...

Any other methods for solving this issue can always be reconsidered
later down the line...
2021-12-20 16:29:19 +01:00
.github
.travis/calcrom/calcrom
asm Translate all .include to #include 2021-12-20 16:29:12 +01:00
data Translate all .include to #include 2021-12-20 16:29:12 +01:00
graphics
include Translate all .include to #include 2021-12-20 16:29:12 +01:00
libagbsyscall Translate all .include to #include 2021-12-20 16:29:12 +01:00
sound
src
tools Translate all .include to #include 2021-12-20 16:29:12 +01:00
.gitattributes
.gitignore
asmdiff.sh
baserom.xdelta
charmap.txt
data_item.mk Explicitly declare dependencies for generated files 2021-12-20 16:29:19 +01:00
data_move.mk Explicitly declare dependencies for generated files 2021-12-20 16:29:19 +01:00
data_pokemon.mk Explicitly declare dependencies for generated files 2021-12-20 16:29:19 +01:00
dungeon_floor.mk
dungeon_pokemon.mk
graphics.mk
INSTALL.md
ld_script.txt
make_tools.mk
Makefile Explicitly declare dependencies for generated files 2021-12-20 16:29:19 +01:00
README.md
red.sha1
sym_ewram.txt
sym_ewram2.txt
sym_iwram.txt

Pokémon Mystery Dungeon: Red Rescue Team

build

This is a disassembly 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