Move pl_msg to res/text

This commit is contained in:
Rachel 2023-09-17 14:50:45 -07:00
parent 96e45a8408
commit b8d67d91a9
729 changed files with 21 additions and 15 deletions

View File

@ -172,7 +172,13 @@ RomSpec
File data/wm.nclr
File data/sound/sound_data.sdat
File data/sound/pl_sound_data.sdat
File msgdata/pl_msg.narc
Root /msgdata
HostRoot res/text
File pl_msg.narc
Root /
HostRoot res/prebuilt
File msgdata/msg.narc
File msgdata/scenario/scr_msg.narc
File poketool/pokegra/dp_height.narc

View File

@ -6,3 +6,4 @@ subdir('prebuilt')
# Decompiled data directories
subdir('battle')
subdir('items')
subdir('text')

View File

@ -1,17 +1,3 @@
subdir('pl_msg')
pl_msg_narc = custom_target('pl_msg.narc',
output: 'pl_msg.narc',
input: msgenc_gen.process(pl_msg_gmm),
command: [
knarc_exe,
'-d', '@OUTDIR@/pl_msg.narc.p',
'-p', '@OUTPUT0@'
]
)
nitrofs_files += pl_msg_narc
subdir('scenario')
prebuilt_files = [

13
res/text/meson.build Normal file
View File

@ -0,0 +1,13 @@
subdir('pl_msg')
pl_msg_narc = custom_target('pl_msg.narc',
output: 'pl_msg.narc',
input: msgenc_gen.process(pl_msg_gmm),
command: [
knarc_exe,
'-d', '@OUTDIR@/pl_msg.narc.p',
'-p', '@OUTPUT0@'
]
)
nitrofs_files += pl_msg_narc

Some files were not shown because too many files have changed in this diff Show More