Decompilation of Pokémon Platinum
Go to file
Rachel b7fffbfc76
Rebase + clean-up PR#115 with current project state (#134)
* improving readability

also seemingly located the party healing function

* readability

* clean it up

* Update pokemon.h

* add function names

Adds names to many unnamed functions for readability. Also adds names to a couple structs.

* add function names

* add struct names

* more functions with human names

* rename chatotcrydata

* doxygen documentation

* update box mon function

ProcessBoxPokemonWithTrainerInfo is now UpdateBoxMonStatusAndTrainerInfo and all params are labeled

* fixing formatting

---------

Co-authored-by: Jack <schoenjack98@gmail.com>
2024-01-28 19:05:12 -08:00
.github Merge pull request #123 from lhearachel/battle_scripts 2024-01-24 22:24:49 -08:00
asm Add new consts used by battle scripts 2024-01-23 17:34:18 -08:00
consts First pass at labelling AI script commands 2024-01-26 21:49:07 -08:00
include Rebase + clean-up PR#115 with current project state (#134) 2024-01-28 19:05:12 -08:00
lib Resolve pointers in libspl 2023-09-05 19:43:52 +02:00
meson Decompile wild encounters 2023-07-27 20:22:38 +02:00
platinum.us Merge pull request #123 from lhearachel/battle_scripts 2024-01-24 22:24:49 -08:00
res Wire up OK build for battle-script NARCs 2024-01-23 21:26:45 -08:00
src Rebase + clean-up PR#115 with current project state (#134) 2024-01-28 19:05:12 -08:00
subprojects Move enum-based battle constants to constgen schema 2024-01-08 20:50:36 -08:00
tools Update json2bin for python3.8 compatibility 2024-01-27 13:49:49 -08:00
.gitattributes Move existing folders in res under res/prebuilt parent folder 2023-09-18 19:56:11 -07:00
.gitignore Integrate constgen as a subproject 2024-01-06 21:02:09 -08:00
build.sh Rebase + clean-up PR#115 with current project state (#134) 2024-01-28 19:05:12 -08:00
clean.sh Fix shebangs and make scripts executable 2023-07-26 19:20:06 +02:00
config.sh Add support for build on Mac OSX <= 10.14 2023-10-23 00:27:55 -07:00
Dockerfile Add Dockerfile 2023-10-24 20:39:37 -04:00
INSTALL.md Update INSTALL.md with correct msys2 binutils package (#132) 2024-01-28 14:13:15 -08:00
meson.build Wire up OK build for battle-script NARCs 2024-01-23 21:26:45 -08:00
README.md Replaced decomp list with pret.github.io link 2023-08-30 00:01:23 -04:00
replace.sh replace.sh: replace all occurences 2024-01-28 01:19:39 +01:00

Pokémon Platinum

This is a WIP decompilation of Pokémon Platinum. For instructions on how to set up the repository, please read INSTALL.md.

This repository builds the following ROMs:

For contacts and other pret projects, see pret.github.io. In addition to the pret Discord, also see the VoidMatrix Discord (#decomp).