Decompilation of Pokémon Mystery Dungeon: Red Rescue Team
Go to file
Seth Barberee 4fd4208364
Delete build artifacts on clean target (#89)
* delete build artifacts on clean target

* clean out the graphics files too

* fix up auto-gen message on pokemon_found and move END_OF_TABLE to actual end of table
2021-12-21 14:47:46 -06: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 Dump and document status sprites 2021-12-13 10:44:48 -06:00
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 Decomped GetMapTileAtPosition() 2021-12-18 00:22:03 -05:00
tools Delete build artifacts on clean target (#89) 2021-12-21 14:47:46 -06:00
.gitattributes
.gitignore
asmdiff.sh
baserom.xdelta
charmap.txt Finish de-incbinning data_80E59A8.s and data_80E7D40.s 2021-12-20 16:16:37 +01:00
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 Decomped GetMapTileAtPosition() 2021-12-18 00:22:03 -05:00
make_tools.mk
Makefile Delete build artifacts on clean target (#89) 2021-12-21 14:47:46 -06:00
README.md
red.sha1
sym_ewram.txt Labeled more symbols (#77) 2021-11-20 08:47:46 -08:00
sym_ewram2.txt Dump and document status sprites 2021-12-13 10:44:48 -06:00
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