Decompilation of Pokémon Mystery Dungeon: Red Rescue Team
Go to file
AnonymousRandomPerson 969a2fb55f
Some checks are pending
GithubCI / build (push) Waiting to run
Merge pull request #226 from AnonymousRandomPerson/master
Replace hex numbers with chars in HandleTextFormat
2024-10-06 22:03:29 -04:00
.github Update calcrom.pl 2023-06-25 13:18:33 -05:00
asm Merge pull request #222 from DizzyEggg/text 2024-10-06 21:43:14 -04:00
data Document more script var stuff 2024-09-20 00:57:27 +02:00
graphics Dump and document status sprites 2021-12-13 10:44:48 -06:00
include Merge pull request #222 from DizzyEggg/text 2024-10-06 21:43:14 -04:00
libagbsyscall Translate all .include to #include 2021-12-20 16:29:12 +01:00
sound Defined pointers for sound_data 2023-06-09 21:46:57 -04:00
src Replace hex numbers with chars in HandleTextFormat 2024-10-06 21:52:19 -04:00
tools Updated some AI symbol names 2024-08-29 23:24:58 -04:00
.gitattributes sync gitattributes from pokeemerald 2021-07-10 12:06:36 -05:00
.gitignore Add .*~ to .gitignore 2024-09-19 02:13:50 +02:00
asmdiff.sh Oops 2023-09-02 07:37:35 -04:00
baserom.xdelta inital try at GithubCI 2021-01-28 10:01:56 -06:00
charmap.txt Minor charmap changes - mostly windows-1252 codepage 2024-09-15 19:59:42 +02:00
data_dungeon.mk Dumped dungeon parameters 2023-02-14 00:02:52 -05:00
data_item.mk Explicitly declare dependencies for generated files 2021-12-20 16:29:19 +01:00
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/Floor ID JSON Part 1 (#39) 2021-06-09 22:54:21 -05:00
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 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 more functions decomped 2024-09-29 15:46:34 -07:00
make_tools.mk Makefile and Install.md Revamp (#41) 2021-07-09 19:35:12 -05:00
Makefile fix: fix Makefile to not zero out the ROM header 2024-04-29 15:47:05 -07:00
README.md Replaced decomp list with pret.github.io link 2023-08-30 18:17:55 -04:00
red.sha1 Makefile overhaul 2018-11-18 18:29:52 +08:00
sym_ewram2.txt Mega rename 2024-09-15 20:29:02 +02:00
sym_ewram.txt more functions decomped 2024-09-29 15:46:34 -07:00
sym_iwram.txt Mega rename 2024-09-15 20:29:02 +02: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.

For contacts and other pret projects, see pret.github.io.