pokeplatinum/consts
Rachel 2c410b8046 Replace python scripts for packing species archives with C++
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
2025-01-21 22:46:39 -08:00
..
badges.json Move badges to their own consts file, add leader aliases and max badges constant 2024-08-24 17:41:41 -04:00
battle_subscripts.json Atomize individual generated constants-headers 2024-05-18 22:53:57 -07:00
battle.json Document and clean up field_battle_data_transfer.c 2024-11-09 20:08:53 -08:00
btlcmd.json Atomize individual generated constants-headers 2024-05-18 22:53:57 -07:00
game_records.json more documenting, notably rename pal park to catching show 2024-12-31 00:21:08 -05:00
gender.json Atomize individual generated constants-headers 2024-05-18 22:53:57 -07:00
journal.json Moving Journal...EventType constants to journal.json and adding ScrCmd_ back to ScrCmd_CreateJournalEvent in scrcmd.c 2024-12-11 08:25:16 +01:00
map.json Atomize individual generated constants-headers 2024-05-18 22:53:57 -07:00
meson.build Replace python scripts for packing species archives with C++ 2025-01-21 22:46:39 -08:00
movement.json Document some movement action functions 2024-12-13 22:05:57 +08:00
moves.json Integrate metang as a subproject + migrate species data constants 2025-01-21 22:46:38 -08:00
pokemon.json Migrate evolution methods to metang 2025-01-21 22:46:39 -08:00
poketch.json PR feedback - names and comments 2024-07-22 10:02:25 -04:00
scrcmd.json Move badges to their own consts file, add leader aliases and max badges constant 2024-08-24 17:41:41 -04:00
sdat.json move sdat constants from .h file to .json and include it in the scrcmd asm file 2024-06-18 00:25:33 -04:00
trainer_ai.json Atomize individual generated constants-headers 2024-05-18 22:53:57 -07:00
trainer.json Atomize individual generated constants-headers 2024-05-18 22:53:57 -07:00