mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
Decompilation of Pokémon Mystery Dungeon: Explorers of Sky
Compared/synced by hand from the pokeheartgold asm. Some of the functions had labels corresponding to libgcc counterparts; rename them all for consistency. Note that some of the functions have multiple names in pokeheartgold (of which at most one is actually used). Instead of polluting the xMAP files with multiple symbols (some with zero length), which makes it really hard for scripts to parse, just add these alternate names as comments. This makes them searchable without having an effect on build artifacts. |
||
|---|---|---|
| .devcontainer | ||
| .github | ||
| asm | ||
| files | ||
| include | ||
| lib | ||
| pmdsky.eu | ||
| pmdsky.us | ||
| src | ||
| sub | ||
| tools | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| binutils.mk | ||
| charmap.txt | ||
| common.mk | ||
| config.mk | ||
| CONTRIBUTING.md | ||
| filesystem.mk | ||
| flake.lock | ||
| flake.nix | ||
| graphics_files_rules.mk | ||
| INSTALL.md | ||
| main.lsf | ||
| Makefile | ||
| nitrofs_files_eu.txt | ||
| nitrofs_files.txt | ||
| platform.mk | ||
| README.md | ||
| rom.rsf | ||
Pokémon Mystery Dungeon: Explorers of Sky
This is a WIP disassembly of Pokémon Mystery Dungeon: Explorers of Sky. For instructions on how to set up the repository, please read INSTALL.md.
This repository builds the following ROMs:
- pmdsky.us.nds
sha1: 5fa96ca8d8dd6405d6cd2bad73ed68bc73a9d152 - pmdsky.eu.nds
sha1: c838a5adf1ed32d2da8454976e5b1a1aa189c139
For contacts and other pret projects, see pret.github.io.