mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-17 08:50:33 -05:00
8 lines
146 B
Meson
8 lines
146 B
Meson
prebuilt_files = [
|
|
'ball_particle.narc',
|
|
'waza_particle.narc'
|
|
]
|
|
|
|
foreach f : prebuilt_files
|
|
nitrofs_files += fs.copyfile(f)
|
|
endforeach |