mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-18 16:32:46 -05:00
This new code is responsible for packing the following archives: - `pl_personal` -> basic information for each species: stats, types, etc. - `evo` -> evolution lines for each species - `wotbl` -> by-level learnsets for each species - `ppark` -> catching show data for each species - `height` -> y-offsets for front and back sprites for each species - `pl_poke_data` -> sprite-rendering data for each species: animation ID, frame data, shadow size and offsets, etc. Additionally, the following headers are generated: - `res/pokemon/tutorable_moves.h` -> A listing of moves taught by each tutor and how much each move costs to be tutored - `res/pokemon/species_learnsets_by_tutor.h` -> An array of bitmasks for each species designating which moves can be tutored to that species |
||
|---|---|---|
| .. | ||
| migration | ||
| make_pl_growtbl.py | ||
| make_pl_otherpoke.py | ||
| make_pl_poke_icon.py | ||
| make_pl_pokegra.py | ||
| make_pl_pokezukan.py | ||
| make_pokedex_data.py | ||
| make_pokedex_enc_platinum.py | ||
| make_pokedex_message_banks.py | ||
| make_script_bin.sh | ||
| make_shinzukan.py | ||
| make_species_tables.py | ||
| meson.build | ||