mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-05-09 12:21:37 -05:00
10 lines
678 B
Meson
10 lines
678 B
Meson
make_pl_poke_icon_py = find_program('make_pl_poke_icon.py', native: true)
|
|
make_pl_pokegra_py = find_program('make_pl_pokegra.py', native: true)
|
|
make_pl_otherpoke_py = find_program('make_pl_otherpoke.py', native: true)
|
|
make_script_bin_sh = find_program('make_script_bin.sh', native: true)
|
|
make_pl_growtbl_py = find_program('make_pl_growtbl.py', native: true)
|
|
make_pokedex_enc_platinum_py = find_program('make_pokedex_enc_platinum.py', native: true)
|
|
make_town_map_data_py = find_program('make_town_map_data.py', native: true)
|
|
make_trainer_ball_capsules_py = find_program('make_trainer_ball_capsules.py', native: true)
|
|
nclr_concat_py = find_program('nclr_concat.py', native: true)
|