Decompilation of Pokémon Mystery Dungeon: Red Rescue Team
Go to file
Cheng Hann Gan c53bdc35f8
Dungeon random/AI decomp + converted positions to structs (#83)
* Decomped RollPercentChance()

* Decomped DungeonRandomCapped()

* Decomped DungeonRandom()

* Decomped FindRockItemTargets()

-Added position struct.
2021-12-12 12:52:06 -08:00
.github
.travis/calcrom/calcrom
asm Dungeon random/AI decomp + converted positions to structs (#83) 2021-12-12 12:52:06 -08:00
constants
data No wifi + 2 days on train = more decomp (#80) 2021-12-01 14:33:06 -08:00
graphics Disassemble some more tables and the first graphic (#71) 2021-11-04 14:07:26 -07:00
include Dungeon random/AI decomp + converted positions to structs (#83) 2021-12-12 12:52:06 -08:00
libagbsyscall
sound Death by 74 files (#65) 2021-10-22 10:01:07 -07:00
src Dungeon random/AI decomp + converted positions to structs (#83) 2021-12-12 12:52:06 -08:00
tools Disassemble some more tables and the first graphic (#71) 2021-11-04 14:07:26 -07:00
.gitattributes
.gitignore
asmdiff.sh
baserom.xdelta
charmap.txt Labeled more symbols (#77) 2021-11-20 08:47:46 -08:00
data_item.mk
data_move.mk
data_pokemon.mk
dungeon_floor.mk
dungeon_pokemon.mk
graphics.mk Disassemble some more tables and the first graphic (#71) 2021-11-04 14:07:26 -07:00
INSTALL.md
ld_script.txt Dungeon random/AI decomp + converted positions to structs (#83) 2021-12-12 12:52:06 -08:00
make_tools.mk
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
sym_ewram.txt Labeled more symbols (#77) 2021-11-20 08:47:46 -08:00
sym_ewram2.txt Dungeon random/AI decomp + converted positions to structs (#83) 2021-12-12 12:52:06 -08: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