mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 16:47:15 -05:00
15 lines
280 B
Meson
15 lines
280 B
Meson
prebuilt_files = [
|
|
'b_bag_gra.narc',
|
|
'b_plist_gra.narc',
|
|
'batt_bg.narc',
|
|
'batt_obj.narc',
|
|
'pl_b_plist_gra.narc',
|
|
'pl_batt_bg.narc',
|
|
'pl_batt_obj.narc',
|
|
'vs_demo_gra.narc'
|
|
]
|
|
|
|
foreach f : prebuilt_files
|
|
nitrofs_files += fs.copyfile(f)
|
|
endforeach
|