mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
* generate pokefoot.narc Unpacked pokefoot.narc Each species folder now contains a `footprint.png` Documented `pokedex_foot` * Check parent folders Added a check to make sure the species folders exist for the NCGR files. * Function Names Gave pokedex_foot functions more accurate names * format header * pal crlf Force palettes to crlf * naix Added naix and order file generation for pokefoot.narc make_pokefoot uses species constants instead of subdirs renamed pokedex_foot and its functions * fix merge
11 lines
288 B
Meson
11 lines
288 B
Meson
species_data_files += files('data.json')
|
|
|
|
poke_icon_files += files('icon.png')
|
|
|
|
pokegra_files += files('female_back.png')
|
|
pokegra_files += files('male_back.png')
|
|
pokegra_files += files('female_front.png')
|
|
pokegra_files += files('male_front.png')
|
|
|
|
pokefoot_files += files('footprint.png')
|