mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
11 lines
750 B
Meson
11 lines
750 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_pokezukan_py = find_program('make_pl_pokezukan.py', native: true)
|
|
make_shinzukan_py = find_program('make_shinzukan.py', native: true)
|
|
make_pl_growtbl_py = find_program('make_pl_growtbl.py', native: true)
|
|
make_pokedex_data_py = find_program('make_pokedex_data.py', native: true)
|
|
make_pokedex_text_banks_py = find_program('make_pokedex_text_banks.py', native: true)
|
|
make_pokedex_enc_platinum_py = find_program('make_pokedex_enc_platinum.py', native: true)
|