Decompilation of Pokémon Mystery Dungeon: Red Rescue Team
Go to file
mid-kid 681ca68ac9
Disassemble some more tables and the first graphic (#71)
* Sync tools/ directory with pokeemerald

We really ought to have a central repository for this mess

* Make incremental builds faster

Scientists hate him!
He made NODEP disappear with this ONE SIMPLE TRICK!!!
Want to know more? -> __click here__ <-

* Disassemble some more tables and the first graphic
2021-11-04 14:07:26 -07:00
.github hopefully fix OK bot 2021-08-08 17:37:09 -07:00
.travis/calcrom/calcrom Improve calcrom, add incbin counting, fix a few existing issues (#7) 2020-12-12 14:44:18 -06:00
asm Moves and some friend_area_action_menu 2021-11-02 16:31:16 -07:00
constants More data dumping and some code cleaning (#46) 2021-08-12 17:26:01 -07:00
data Disassemble some more tables and the first graphic (#71) 2021-11-04 14:07:26 -07:00
graphics Disassemble some more tables and the first graphic (#71) 2021-11-04 14:07:26 -07:00
include Moves and some friend_area_action_menu 2021-11-02 16:31:16 -07:00
libagbsyscall static-link libagbsyscall similar to pokeemerald... Thx Pika 2020-10-20 13:02:58 -05:00
sound Death by 74 files (#65) 2021-10-22 10:01:07 -07:00
src Disassemble a script-related table 2021-11-04 02:10:38 +01:00
tools Disassemble some more tables and the first graphic (#71) 2021-11-04 14:07:26 -07: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 Extract shop dialogue 2021-11-03 00:08:22 +01:00
data_item.mk Added move data JSON (#60) 2021-10-05 17:09:53 -07:00
data_move.mk Added move data JSON (#60) 2021-10-05 17:09:53 -07:00
data_pokemon.mk Added move data JSON (#60) 2021-10-05 17:09:53 -07: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
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 Moves and some friend_area_action_menu 2021-11-02 16:31:16 -07:00
make_tools.mk Makefile and Install.md Revamp (#41) 2021-07-09 19:35:12 -05:00
Makefile Disassemble some more tables and the first graphic (#71) 2021-11-04 14:07:26 -07:00
README.md Kill Freenode. 2021-10-08 04:42:35 -06:00
red.sha1 Makefile overhaul 2018-11-18 18:29:52 +08:00
sym_ewram2.txt Data work and decomp some mail/pelipper board (#54) 2021-09-24 00:49:43 -05:00
sym_ewram.txt Sese's April/May Dump (#37) 2021-05-15 18:59:55 -05:00
sym_iwram.txt Makefile overhaul 2018-11-18 18:29:52 +08:00

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