fix mattix and use less dupe codes

This commit is contained in:
DitFranXX
2021-04-27 13:00:11 +09:00
parent 91f772d309
commit 819561337e
3 changed files with 4 additions and 47 deletions

View File

@@ -100,7 +100,7 @@ export async function defaultProcessRawData(path: string): Promise<CommonMusicDa
cont_dm: K.ITEM('bool', dm == 0 ? 0 : 1),
is_secret: K.ITEM('bool', 0),
is_hot: K.ITEM('bool', type == 2 ? 0 : 1),
data_ver: K.ITEM('s32', m.number("data_ver")),
data_ver: K.ITEM('s32', m.number("data_ver", 115)),
diff: K.ARRAY('u16', [
d[0],
d[1],

File diff suppressed because one or more lines are too long