Commit Graph

15 Commits

Author SHA1 Message Date
h2o-DS
e77596d92d Applied Polish
Implemented camelCase
Use unicode characters in data.json
Removed double escape from data.json
Gave names to generated message files
2024-09-23 17:25:32 -04:00
h2o-DS
e1aeb030c7 Generate Pokedex Messages 2024-09-06 15:56:22 -04:00
h2o-DS
ab38b6a7d2 Translation and Giratina forms
Changed zukan to pokedex where possible.
Organized pokedex data for each pokemon
added functionality for zukan_data_gira
2024-09-01 16:00:47 -04:00
h2o-DS
a9c85d657b Decompile zukan_data NARC 2024-08-31 16:12:08 -04:00
Bepis
5ddf64676d Add footprint pokemon data 2024-05-19 22:34:02 -07:00
Bepis
738cd9f392 Add move tutor data to species data.json 2024-05-19 22:28:36 -07:00
Rachel
2095f847ae Redump pl_pokegra with separated JASC palette files 2024-05-12 00:03:45 -07:00
Rachel
71d2e0fa1b Migrate pokemon_personal_data.py to constgen headers 2024-02-06 22:29:26 -08:00
Rachel
f5a0e6e8f6 Dump data from pl_poke_data and height NARCs to sprite_data.json for each species 2023-11-28 13:21:44 -08:00
wildfire
158326b022 Fix mon data move enum names 2023-09-30 18:53:45 +01:00
lhearachel
1d1193eab5 Wire up OK build for pl_pokegra 2023-09-25 19:29:15 -07:00
lhearachel
32a76db2ac Dump sprites from pl_pokegra and pl_otherpoke
All sprites are optimized using optipng v0.7.7 and the following args:
    -clobber
    -force
    -strip all
    -o7
    -np
2023-09-25 19:29:11 -07:00
Rachel
d7a65cd001 Wire up OK build from icon PNGs 2023-09-23 23:23:16 -07:00
Rachel
f4c7f17073 Dump the contents of pl_poke_icon
All files were generated via nitrogfx. PNGs were generated using the following
options:

  -palette res/poketool/icongra/icon_palette.NCLR
  -palindex <index of the palette as specified by entry in Unk_020F0780>
  -width 4
  -scanfronttoback (with the exception of species_000.png)

All PNGs have been run through optipng with -o7 and -strip all, excluding
species_000. This file seemingly does not match after optimization.
2023-09-23 21:41:45 -07:00
wildfire
5b23f9b0cf Add data files for building pl_personal.narc 2023-09-19 17:55:24 +01:00