mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
Move pl_msg to res/text
This commit is contained in:
parent
96e45a8408
commit
b8d67d91a9
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -6,3 +6,4 @@ subdir('prebuilt')
|
|||
# Decompiled data directories
|
||||
subdir('battle')
|
||||
subdir('items')
|
||||
subdir('text')
|
||||
|
|
|
|||
|
|
@ -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
13
res/text/meson.build
Normal 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
Loading…
Reference in New Issue
Block a user