PyLibMS 3.2.1__tar.gz → 3.2.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pylibms-3.2.1 → pylibms-3.2.3}/PKG-INFO +1 -1
- {pylibms-3.2.1 → pylibms-3.2.3}/PyLibMS.egg-info/PKG-INFO +1 -1
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/message/msbt.py +10 -2
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/titleconfig/presets/Tomodachi Life.yaml +132 -132
- {pylibms-3.2.1 → pylibms-3.2.3}/pyproject.toml +1 -1
- {pylibms-3.2.1 → pylibms-3.2.3}/LICENSE +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/MANIFEST.in +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/PyLibMS.egg-info/SOURCES.txt +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/PyLibMS.egg-info/dependency_links.txt +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/PyLibMS.egg-info/requires.txt +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/PyLibMS.egg-info/top_level.txt +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/README.md +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/__init__.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/common/__init__.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/common/lms_datatype.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/common/lms_exceptions.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/common/lms_fileinfo.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/common/stream/fileinfo.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/common/stream/hashtable.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/common/stream/section.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/fileio/encoding.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/fileio/io.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/message/__init__.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/message/definitions/__init__.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/message/definitions/field/__init__.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/message/definitions/field/io.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/message/definitions/field/lms_field.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/message/definitions/lms_messagetext.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/message/msbtentry.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/message/msbtio.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/message/section/__init__.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/message/section/atr1.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/message/section/tsy1.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/message/section/txt2.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/message/tag/__init__.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/message/tag/io/param_io.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/message/tag/io/tag_io.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/message/tag/lms_tag.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/message/tag/lms_tagexceptions.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/project/__init__.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/project/definitions/__init__.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/project/definitions/attribute.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/project/definitions/color.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/project/definitions/style.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/project/definitions/tag.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/project/msbp.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/project/msbpread.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/project/section/ali2.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/project/section/ati2.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/project/section/clr1.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/project/section/string.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/project/section/syl3.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/project/section/tag2.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/project/section/tgg2.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/project/section/tgp2.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/titleconfig/__init__.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/titleconfig/config.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/titleconfig/definitions/__init__.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/titleconfig/definitions/attribute.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/titleconfig/definitions/tags.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/titleconfig/definitions/value.py +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/titleconfig/presets/Badge Arcade.yaml +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/titleconfig/presets/Brain Age Concentration Training.yaml +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/titleconfig/presets/Kirby Planet Robobot.yaml +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/titleconfig/presets/Super Mario 3D Land.yaml +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/titleconfig/presets/Super Mario 3D World + Bowsers Fury.yaml +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/titleconfig/presets/Super Mario Odyssey.yaml +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/titleconfig/presets/The Legend of Zelda Echos of Wisdom.yaml +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/lms/titleconfig/presets/The Legend of Zelda a Link Between Worlds.yaml +0 -0
- {pylibms-3.2.1 → pylibms-3.2.3}/setup.cfg +0 -0
|
@@ -23,7 +23,7 @@ class MSBT:
|
|
|
23
23
|
self,
|
|
24
24
|
info: LMS_FileInfo | None = None,
|
|
25
25
|
section_list: list[str] | None = None,
|
|
26
|
-
|
|
26
|
+
unsupported_section_map: dict[str, bytes] | None = None,
|
|
27
27
|
attribute_config: AttributeConfig | None = None,
|
|
28
28
|
tag_config: TagConfig | None = None,
|
|
29
29
|
):
|
|
@@ -39,7 +39,7 @@ class MSBT:
|
|
|
39
39
|
self.uses_encoded_attributes = True
|
|
40
40
|
self.attr_string_table: bytes | None = None
|
|
41
41
|
|
|
42
|
-
self._unsupported_section_map =
|
|
42
|
+
self._unsupported_section_map = unsupported_section_map or {}
|
|
43
43
|
|
|
44
44
|
# Store the section list so that the order of any and all sections is preserved when writing
|
|
45
45
|
self._section_list: list[str] = section_list or ["LBL1"]
|
|
@@ -47,6 +47,9 @@ class MSBT:
|
|
|
47
47
|
self._attribute_config = attribute_config
|
|
48
48
|
self._tag_config = tag_config
|
|
49
49
|
|
|
50
|
+
def __len__(self) -> int:
|
|
51
|
+
return len(self._entries)
|
|
52
|
+
|
|
50
53
|
def __iter__(self):
|
|
51
54
|
return iter(self._entries)
|
|
52
55
|
|
|
@@ -55,6 +58,11 @@ class MSBT:
|
|
|
55
58
|
"""The file info for the MSBT instance."""
|
|
56
59
|
return self._info
|
|
57
60
|
|
|
61
|
+
@property
|
|
62
|
+
def entries(self) -> tuple[MSBTEntry, ...]:
|
|
63
|
+
"""Tuple of all the MSBT entries."""
|
|
64
|
+
return tuple(self._entries)
|
|
65
|
+
|
|
58
66
|
@property
|
|
59
67
|
def section_list(self) -> tuple[str, ...]:
|
|
60
68
|
"""The list of sections with order preserved."""
|
|
@@ -66,10 +66,10 @@ tag_definitions:
|
|
|
66
66
|
description: 'The nickname of the Mii for the island.'
|
|
67
67
|
parameters:
|
|
68
68
|
- name: buffer
|
|
69
|
-
description: ''
|
|
69
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
70
70
|
datatype: uint8
|
|
71
71
|
- name: type
|
|
72
|
-
description: 'Determines if to utilize the text version or the voice
|
|
72
|
+
description: 'Determines if to utilize the text version or the voice pronunciation version of the tag text.'
|
|
73
73
|
datatype: list
|
|
74
74
|
list_items:
|
|
75
75
|
- Text
|
|
@@ -86,10 +86,10 @@ tag_definitions:
|
|
|
86
86
|
description: ''
|
|
87
87
|
parameters:
|
|
88
88
|
- name: buffer
|
|
89
|
-
description: ''
|
|
89
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
90
90
|
datatype: uint8
|
|
91
91
|
- name: type
|
|
92
|
-
description: 'Determines if to utilize the text version or the voice
|
|
92
|
+
description: 'Determines if to utilize the text version or the voice pronunciation version of the tag text.'
|
|
93
93
|
datatype: list
|
|
94
94
|
list_items:
|
|
95
95
|
- Text
|
|
@@ -106,10 +106,10 @@ tag_definitions:
|
|
|
106
106
|
description: ''
|
|
107
107
|
parameters:
|
|
108
108
|
- name: buffer
|
|
109
|
-
description: ''
|
|
109
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
110
110
|
datatype: uint8
|
|
111
111
|
- name: type
|
|
112
|
-
description: 'Determines if to utilize the text version or the voice
|
|
112
|
+
description: 'Determines if to utilize the text version or the voice pronunciation version of the tag text.'
|
|
113
113
|
datatype: list
|
|
114
114
|
list_items:
|
|
115
115
|
- Text
|
|
@@ -126,10 +126,10 @@ tag_definitions:
|
|
|
126
126
|
description: ''
|
|
127
127
|
parameters:
|
|
128
128
|
- name: buffer
|
|
129
|
-
description: ''
|
|
129
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
130
130
|
datatype: uint8
|
|
131
131
|
- name: type
|
|
132
|
-
description: 'Determines if to utilize the text version or the voice
|
|
132
|
+
description: 'Determines if to utilize the text version or the voice pronunciation version of the tag text.'
|
|
133
133
|
datatype: list
|
|
134
134
|
list_items:
|
|
135
135
|
- Text
|
|
@@ -143,10 +143,10 @@ tag_definitions:
|
|
|
143
143
|
- name: Character
|
|
144
144
|
group_id: 1
|
|
145
145
|
tag_index: 4
|
|
146
|
-
description: 'Determines if to utilize the text version or the voice
|
|
146
|
+
description: 'Determines if to utilize the text version or the voice pronunciation version of the tag text.'
|
|
147
147
|
parameters:
|
|
148
148
|
- name: buffer
|
|
149
|
-
description: ''
|
|
149
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
150
150
|
datatype: uint8
|
|
151
151
|
- name: type
|
|
152
152
|
description: ''
|
|
@@ -163,10 +163,10 @@ tag_definitions:
|
|
|
163
163
|
- name: Character16
|
|
164
164
|
group_id: 1
|
|
165
165
|
tag_index: 5
|
|
166
|
-
description: 'Determines if to utilize the text version or the voice
|
|
166
|
+
description: 'Determines if to utilize the text version or the voice pronunciation version of the tag text.'
|
|
167
167
|
parameters:
|
|
168
168
|
- name: buffer
|
|
169
|
-
description: ''
|
|
169
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
170
170
|
datatype: uint8
|
|
171
171
|
- name: type
|
|
172
172
|
description: ''
|
|
@@ -186,10 +186,10 @@ tag_definitions:
|
|
|
186
186
|
description: ''
|
|
187
187
|
parameters:
|
|
188
188
|
- name: buffer
|
|
189
|
-
description: ''
|
|
189
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
190
190
|
datatype: uint8
|
|
191
191
|
- name: type
|
|
192
|
-
description: 'Determines if to utilize the text version or the voice
|
|
192
|
+
description: 'Determines if to utilize the text version or the voice pronunciation version of the tag text.'
|
|
193
193
|
datatype: list
|
|
194
194
|
list_items:
|
|
195
195
|
- Text
|
|
@@ -200,10 +200,10 @@ tag_definitions:
|
|
|
200
200
|
description: ''
|
|
201
201
|
parameters:
|
|
202
202
|
- name: buffer
|
|
203
|
-
description: ''
|
|
203
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
204
204
|
datatype: uint8
|
|
205
205
|
- name: type
|
|
206
|
-
description: 'Determines if to utilize the text version or the voice
|
|
206
|
+
description: 'Determines if to utilize the text version or the voice pronunciation version of the tag text.'
|
|
207
207
|
datatype: list
|
|
208
208
|
list_items:
|
|
209
209
|
- Text
|
|
@@ -222,10 +222,10 @@ tag_definitions:
|
|
|
222
222
|
description: ''
|
|
223
223
|
parameters:
|
|
224
224
|
- name: buffer
|
|
225
|
-
description: ''
|
|
225
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
226
226
|
datatype: uint8
|
|
227
227
|
- name: type
|
|
228
|
-
description: 'Determines if to utilize the text version or the voice
|
|
228
|
+
description: 'Determines if to utilize the text version or the voice pronunciation version of the tag text.'
|
|
229
229
|
datatype: list
|
|
230
230
|
list_items:
|
|
231
231
|
- Text
|
|
@@ -236,7 +236,7 @@ tag_definitions:
|
|
|
236
236
|
description: ''
|
|
237
237
|
parameters:
|
|
238
238
|
- name: type
|
|
239
|
-
description: 'Determines if to utilize the text version or the voice
|
|
239
|
+
description: 'Determines if to utilize the text version or the voice pronunciation version of the tag text.'
|
|
240
240
|
datatype: list
|
|
241
241
|
list_items:
|
|
242
242
|
- Text
|
|
@@ -247,7 +247,7 @@ tag_definitions:
|
|
|
247
247
|
description: ''
|
|
248
248
|
parameters:
|
|
249
249
|
- name: type
|
|
250
|
-
description: 'Determines if to utilize the text version or the voice
|
|
250
|
+
description: 'Determines if to utilize the text version or the voice pronunciation version of the tag text.'
|
|
251
251
|
datatype: list
|
|
252
252
|
list_items:
|
|
253
253
|
- Text
|
|
@@ -264,10 +264,10 @@ tag_definitions:
|
|
|
264
264
|
description: ''
|
|
265
265
|
parameters:
|
|
266
266
|
- name: buffer
|
|
267
|
-
description: ''
|
|
267
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
268
268
|
datatype: uint8
|
|
269
269
|
- name: type
|
|
270
|
-
description: 'Determines if to utilize the text version or the voice
|
|
270
|
+
description: 'Determines if to utilize the text version or the voice pronunciation version of the tag text.'
|
|
271
271
|
datatype: list
|
|
272
272
|
list_items:
|
|
273
273
|
- Text
|
|
@@ -278,10 +278,10 @@ tag_definitions:
|
|
|
278
278
|
description: ''
|
|
279
279
|
parameters:
|
|
280
280
|
- name: buffer
|
|
281
|
-
description: ''
|
|
281
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
282
282
|
datatype: uint8
|
|
283
283
|
- name: type
|
|
284
|
-
description: 'Determines if to utilize the text version or the voice
|
|
284
|
+
description: 'Determines if to utilize the text version or the voice pronunciation version of the tag text.'
|
|
285
285
|
datatype: list
|
|
286
286
|
list_items:
|
|
287
287
|
- Text
|
|
@@ -292,7 +292,7 @@ tag_definitions:
|
|
|
292
292
|
description: ''
|
|
293
293
|
parameters:
|
|
294
294
|
- name: type
|
|
295
|
-
description: 'Determines if to utilize the text version or the voice
|
|
295
|
+
description: 'Determines if to utilize the text version or the voice pronunciation version of the tag text.'
|
|
296
296
|
datatype: list
|
|
297
297
|
list_items:
|
|
298
298
|
- Text
|
|
@@ -309,7 +309,7 @@ tag_definitions:
|
|
|
309
309
|
description: ''
|
|
310
310
|
parameters:
|
|
311
311
|
- name: type
|
|
312
|
-
description: 'Determines if to utilize the text version or the voice
|
|
312
|
+
description: 'Determines if to utilize the text version or the voice pronunciation version of the tag text.'
|
|
313
313
|
datatype: list
|
|
314
314
|
list_items:
|
|
315
315
|
- Text
|
|
@@ -326,7 +326,7 @@ tag_definitions:
|
|
|
326
326
|
description: ''
|
|
327
327
|
parameters:
|
|
328
328
|
- name: type
|
|
329
|
-
description: 'Determines if to utilize the text version or the voice
|
|
329
|
+
description: 'Determines if to utilize the text version or the voice pronunciation version of the tag text.'
|
|
330
330
|
datatype: list
|
|
331
331
|
list_items:
|
|
332
332
|
- Text
|
|
@@ -343,7 +343,7 @@ tag_definitions:
|
|
|
343
343
|
description: ''
|
|
344
344
|
parameters:
|
|
345
345
|
- name: type
|
|
346
|
-
description: 'Determines if to utilize the text version or the voice
|
|
346
|
+
description: 'Determines if to utilize the text version or the voice pronunciation version of the tag text.'
|
|
347
347
|
datatype: list
|
|
348
348
|
list_items:
|
|
349
349
|
- Text
|
|
@@ -360,7 +360,7 @@ tag_definitions:
|
|
|
360
360
|
description: ''
|
|
361
361
|
parameters:
|
|
362
362
|
- name: type
|
|
363
|
-
description: 'Determines if to utilize the text version or the voice
|
|
363
|
+
description: 'Determines if to utilize the text version or the voice pronunciation version of the tag text.'
|
|
364
364
|
datatype: list
|
|
365
365
|
list_items:
|
|
366
366
|
- Text
|
|
@@ -377,7 +377,7 @@ tag_definitions:
|
|
|
377
377
|
description: ''
|
|
378
378
|
parameters:
|
|
379
379
|
- name: type
|
|
380
|
-
description: 'Determines if to utilize the text version or the voice
|
|
380
|
+
description: 'Determines if to utilize the text version or the voice pronunciation version of the tag text.'
|
|
381
381
|
datatype: list
|
|
382
382
|
list_items:
|
|
383
383
|
- Text
|
|
@@ -394,7 +394,7 @@ tag_definitions:
|
|
|
394
394
|
description: ''
|
|
395
395
|
parameters:
|
|
396
396
|
- name: type
|
|
397
|
-
description: 'Determines if to utilize the text version or the voice
|
|
397
|
+
description: 'Determines if to utilize the text version or the voice pronunciation version of the tag text.'
|
|
398
398
|
datatype: list
|
|
399
399
|
list_items:
|
|
400
400
|
- Text
|
|
@@ -411,7 +411,7 @@ tag_definitions:
|
|
|
411
411
|
description: ''
|
|
412
412
|
parameters:
|
|
413
413
|
- name: type
|
|
414
|
-
description: 'Determines if to utilize the text version or the voice
|
|
414
|
+
description: 'Determines if to utilize the text version or the voice pronunciation version of the tag text.'
|
|
415
415
|
datatype: list
|
|
416
416
|
list_items:
|
|
417
417
|
- Text
|
|
@@ -428,7 +428,7 @@ tag_definitions:
|
|
|
428
428
|
description: ''
|
|
429
429
|
parameters:
|
|
430
430
|
- name: type
|
|
431
|
-
description: 'Determines if to utilize the text version or the voice
|
|
431
|
+
description: 'Determines if to utilize the text version or the voice pronunciation version of the tag text.'
|
|
432
432
|
datatype: list
|
|
433
433
|
list_items:
|
|
434
434
|
- Text
|
|
@@ -445,7 +445,7 @@ tag_definitions:
|
|
|
445
445
|
description: ''
|
|
446
446
|
parameters:
|
|
447
447
|
- name: type
|
|
448
|
-
description: 'Determines if to utilize the text version or the voice
|
|
448
|
+
description: 'Determines if to utilize the text version or the voice pronunciation version of the tag text.'
|
|
449
449
|
datatype: list
|
|
450
450
|
list_items:
|
|
451
451
|
- Text
|
|
@@ -462,7 +462,7 @@ tag_definitions:
|
|
|
462
462
|
description: ''
|
|
463
463
|
parameters:
|
|
464
464
|
- name: type
|
|
465
|
-
description: 'Determines if to utilize the text version or the voice
|
|
465
|
+
description: 'Determines if to utilize the text version or the voice pronunciation version of the tag text.'
|
|
466
466
|
datatype: list
|
|
467
467
|
list_items:
|
|
468
468
|
- Text
|
|
@@ -479,7 +479,7 @@ tag_definitions:
|
|
|
479
479
|
description: ''
|
|
480
480
|
parameters:
|
|
481
481
|
- name: type
|
|
482
|
-
description: 'Determines if to utilize the text version or the voice
|
|
482
|
+
description: 'Determines if to utilize the text version or the voice pronunciation version of the tag text.'
|
|
483
483
|
datatype: list
|
|
484
484
|
list_items:
|
|
485
485
|
- Text
|
|
@@ -496,7 +496,7 @@ tag_definitions:
|
|
|
496
496
|
description: ''
|
|
497
497
|
parameters:
|
|
498
498
|
- name: type
|
|
499
|
-
description: 'Determines if to utilize the text version or the voice
|
|
499
|
+
description: 'Determines if to utilize the text version or the voice pronunciation version of the tag text.'
|
|
500
500
|
datatype: list
|
|
501
501
|
list_items:
|
|
502
502
|
- Text
|
|
@@ -513,7 +513,7 @@ tag_definitions:
|
|
|
513
513
|
description: ''
|
|
514
514
|
parameters:
|
|
515
515
|
- name: type
|
|
516
|
-
description: 'Determines if to utilize the text version or the voice
|
|
516
|
+
description: 'Determines if to utilize the text version or the voice pronunciation version of the tag text.'
|
|
517
517
|
datatype: list
|
|
518
518
|
list_items:
|
|
519
519
|
- Text
|
|
@@ -527,7 +527,7 @@ tag_definitions:
|
|
|
527
527
|
- name: BrotherSister
|
|
528
528
|
group_id: 2
|
|
529
529
|
tag_index: 14
|
|
530
|
-
description: 'Determines if to utilize the text version or the voice
|
|
530
|
+
description: 'Determines if to utilize the text version or the voice pronunciation version of the tag text.'
|
|
531
531
|
parameters:
|
|
532
532
|
- name: type
|
|
533
533
|
description: ''
|
|
@@ -547,7 +547,7 @@ tag_definitions:
|
|
|
547
547
|
description: ''
|
|
548
548
|
parameters:
|
|
549
549
|
- name: buffer
|
|
550
|
-
description: ''
|
|
550
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
551
551
|
datatype: uint8
|
|
552
552
|
- name: zero
|
|
553
553
|
description: ''
|
|
@@ -573,7 +573,7 @@ tag_definitions:
|
|
|
573
573
|
description: ''
|
|
574
574
|
parameters:
|
|
575
575
|
- name: buffer
|
|
576
|
-
description: ''
|
|
576
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
577
577
|
datatype: uint8
|
|
578
578
|
- name: zero
|
|
579
579
|
description: ''
|
|
@@ -587,7 +587,7 @@ tag_definitions:
|
|
|
587
587
|
description: ''
|
|
588
588
|
parameters:
|
|
589
589
|
- name: buffer
|
|
590
|
-
description: ''
|
|
590
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
591
591
|
datatype: uint8
|
|
592
592
|
- name: zero
|
|
593
593
|
description: ''
|
|
@@ -601,7 +601,7 @@ tag_definitions:
|
|
|
601
601
|
description: ''
|
|
602
602
|
parameters:
|
|
603
603
|
- name: buffer
|
|
604
|
-
description: ''
|
|
604
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
605
605
|
datatype: uint8
|
|
606
606
|
- name: zero
|
|
607
607
|
description: ''
|
|
@@ -621,7 +621,7 @@ tag_definitions:
|
|
|
621
621
|
description: ''
|
|
622
622
|
parameters:
|
|
623
623
|
- name: buffer
|
|
624
|
-
description: ''
|
|
624
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
625
625
|
datatype: uint8
|
|
626
626
|
- name: zero
|
|
627
627
|
description: ''
|
|
@@ -635,7 +635,7 @@ tag_definitions:
|
|
|
635
635
|
description: ''
|
|
636
636
|
parameters:
|
|
637
637
|
- name: buffer
|
|
638
|
-
description: ''
|
|
638
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
639
639
|
datatype: uint8
|
|
640
640
|
- name: zero
|
|
641
641
|
description: ''
|
|
@@ -649,7 +649,7 @@ tag_definitions:
|
|
|
649
649
|
description: ''
|
|
650
650
|
parameters:
|
|
651
651
|
- name: buffer
|
|
652
|
-
description: ''
|
|
652
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
653
653
|
datatype: uint8
|
|
654
654
|
- name: type
|
|
655
655
|
description: ''
|
|
@@ -663,7 +663,7 @@ tag_definitions:
|
|
|
663
663
|
description: ''
|
|
664
664
|
parameters:
|
|
665
665
|
- name: buffer
|
|
666
|
-
description: ''
|
|
666
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
667
667
|
datatype: uint8
|
|
668
668
|
- name: type
|
|
669
669
|
description: ''
|
|
@@ -677,7 +677,7 @@ tag_definitions:
|
|
|
677
677
|
description: ''
|
|
678
678
|
parameters:
|
|
679
679
|
- name: buffer
|
|
680
|
-
description: ''
|
|
680
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
681
681
|
datatype: uint8
|
|
682
682
|
- name: type
|
|
683
683
|
description: ''
|
|
@@ -691,7 +691,7 @@ tag_definitions:
|
|
|
691
691
|
description: ''
|
|
692
692
|
parameters:
|
|
693
693
|
- name: buffer
|
|
694
|
-
description: ''
|
|
694
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
695
695
|
datatype: uint8
|
|
696
696
|
- name: type
|
|
697
697
|
description: ''
|
|
@@ -711,7 +711,7 @@ tag_definitions:
|
|
|
711
711
|
description: ''
|
|
712
712
|
parameters:
|
|
713
713
|
- name: buffer
|
|
714
|
-
description: ''
|
|
714
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
715
715
|
datatype: uint8
|
|
716
716
|
- name: type
|
|
717
717
|
description: ''
|
|
@@ -725,7 +725,7 @@ tag_definitions:
|
|
|
725
725
|
description: ''
|
|
726
726
|
parameters:
|
|
727
727
|
- name: buffer
|
|
728
|
-
description: ''
|
|
728
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
729
729
|
datatype: uint8
|
|
730
730
|
- name: type
|
|
731
731
|
description: ''
|
|
@@ -739,7 +739,7 @@ tag_definitions:
|
|
|
739
739
|
description: ''
|
|
740
740
|
parameters:
|
|
741
741
|
- name: buffer
|
|
742
|
-
description: ''
|
|
742
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
743
743
|
datatype: uint8
|
|
744
744
|
- name: type
|
|
745
745
|
description: ''
|
|
@@ -753,7 +753,7 @@ tag_definitions:
|
|
|
753
753
|
description: ''
|
|
754
754
|
parameters:
|
|
755
755
|
- name: buffer
|
|
756
|
-
description: ''
|
|
756
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
757
757
|
datatype: uint8
|
|
758
758
|
- name: type
|
|
759
759
|
description: ''
|
|
@@ -767,7 +767,7 @@ tag_definitions:
|
|
|
767
767
|
description: ''
|
|
768
768
|
parameters:
|
|
769
769
|
- name: buffer
|
|
770
|
-
description: ''
|
|
770
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
771
771
|
datatype: uint8
|
|
772
772
|
- name: type
|
|
773
773
|
description: ''
|
|
@@ -793,7 +793,7 @@ tag_definitions:
|
|
|
793
793
|
description: ''
|
|
794
794
|
parameters:
|
|
795
795
|
- name: buffer
|
|
796
|
-
description: ''
|
|
796
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
797
797
|
datatype: uint8
|
|
798
798
|
- name: type
|
|
799
799
|
description: ''
|
|
@@ -813,7 +813,7 @@ tag_definitions:
|
|
|
813
813
|
description: ''
|
|
814
814
|
parameters:
|
|
815
815
|
- name: buffer
|
|
816
|
-
description: ''
|
|
816
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
817
817
|
datatype: uint8
|
|
818
818
|
- name: type
|
|
819
819
|
description: ''
|
|
@@ -833,7 +833,7 @@ tag_definitions:
|
|
|
833
833
|
description: ''
|
|
834
834
|
parameters:
|
|
835
835
|
- name: buffer
|
|
836
|
-
description: ''
|
|
836
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
837
837
|
datatype: uint8
|
|
838
838
|
- name: type
|
|
839
839
|
description: ''
|
|
@@ -853,7 +853,7 @@ tag_definitions:
|
|
|
853
853
|
description: ''
|
|
854
854
|
parameters:
|
|
855
855
|
- name: buffer
|
|
856
|
-
description: ''
|
|
856
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
857
857
|
datatype: uint8
|
|
858
858
|
- name: type
|
|
859
859
|
description: ''
|
|
@@ -873,7 +873,7 @@ tag_definitions:
|
|
|
873
873
|
description: ''
|
|
874
874
|
parameters:
|
|
875
875
|
- name: buffer
|
|
876
|
-
description: ''
|
|
876
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
877
877
|
datatype: uint8
|
|
878
878
|
- name: type
|
|
879
879
|
description: ''
|
|
@@ -893,7 +893,7 @@ tag_definitions:
|
|
|
893
893
|
description: ''
|
|
894
894
|
parameters:
|
|
895
895
|
- name: buffer
|
|
896
|
-
description: ''
|
|
896
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
897
897
|
datatype: uint8
|
|
898
898
|
- name: type
|
|
899
899
|
description: ''
|
|
@@ -913,7 +913,7 @@ tag_definitions:
|
|
|
913
913
|
description: ''
|
|
914
914
|
parameters:
|
|
915
915
|
- name: buffer
|
|
916
|
-
description: ''
|
|
916
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
917
917
|
datatype: uint8
|
|
918
918
|
- name: type
|
|
919
919
|
description: ''
|
|
@@ -933,7 +933,7 @@ tag_definitions:
|
|
|
933
933
|
description: ''
|
|
934
934
|
parameters:
|
|
935
935
|
- name: buffer
|
|
936
|
-
description: ''
|
|
936
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
937
937
|
datatype: uint8
|
|
938
938
|
- name: type
|
|
939
939
|
description: ''
|
|
@@ -953,7 +953,7 @@ tag_definitions:
|
|
|
953
953
|
description: ''
|
|
954
954
|
parameters:
|
|
955
955
|
- name: buffer
|
|
956
|
-
description: ''
|
|
956
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
957
957
|
datatype: uint8
|
|
958
958
|
- name: info
|
|
959
959
|
description: ''
|
|
@@ -971,7 +971,7 @@ tag_definitions:
|
|
|
971
971
|
description: ''
|
|
972
972
|
parameters:
|
|
973
973
|
- name: buffer
|
|
974
|
-
description: ''
|
|
974
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
975
975
|
datatype: uint8
|
|
976
976
|
- name: info
|
|
977
977
|
description: ''
|
|
@@ -1004,7 +1004,7 @@ tag_definitions:
|
|
|
1004
1004
|
description: ''
|
|
1005
1005
|
parameters:
|
|
1006
1006
|
- name: buffer
|
|
1007
|
-
description: ''
|
|
1007
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1008
1008
|
datatype: int32
|
|
1009
1009
|
- name: info
|
|
1010
1010
|
description: ''
|
|
@@ -1017,7 +1017,7 @@ tag_definitions:
|
|
|
1017
1017
|
description: ''
|
|
1018
1018
|
parameters:
|
|
1019
1019
|
- name: buffer
|
|
1020
|
-
description: ''
|
|
1020
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1021
1021
|
datatype: uint8
|
|
1022
1022
|
- name: SongGenre
|
|
1023
1023
|
group_id: 4
|
|
@@ -1025,7 +1025,7 @@ tag_definitions:
|
|
|
1025
1025
|
description: ''
|
|
1026
1026
|
parameters:
|
|
1027
1027
|
- name: buffer
|
|
1028
|
-
description: ''
|
|
1028
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1029
1029
|
datatype: uint8
|
|
1030
1030
|
- name: Counter(JP)
|
|
1031
1031
|
group_id: 4
|
|
@@ -1033,7 +1033,7 @@ tag_definitions:
|
|
|
1033
1033
|
description: ''
|
|
1034
1034
|
parameters:
|
|
1035
1035
|
- name: buffer
|
|
1036
|
-
description: ''
|
|
1036
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1037
1037
|
datatype: uint8
|
|
1038
1038
|
- name: type
|
|
1039
1039
|
description: ''
|
|
@@ -1101,7 +1101,7 @@ tag_definitions:
|
|
|
1101
1101
|
description: ''
|
|
1102
1102
|
parameters:
|
|
1103
1103
|
- name: buffer
|
|
1104
|
-
description: ''
|
|
1104
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1105
1105
|
datatype: uint8
|
|
1106
1106
|
- name: pitch
|
|
1107
1107
|
description: ''
|
|
@@ -1178,7 +1178,7 @@ tag_definitions:
|
|
|
1178
1178
|
description: ''
|
|
1179
1179
|
parameters:
|
|
1180
1180
|
- name: buffer
|
|
1181
|
-
description: ''
|
|
1181
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1182
1182
|
datatype: uint8
|
|
1183
1183
|
- name: Pitch
|
|
1184
1184
|
group_id: 5
|
|
@@ -1283,7 +1283,7 @@ tag_definitions:
|
|
|
1283
1283
|
description: ''
|
|
1284
1284
|
parameters:
|
|
1285
1285
|
- name: buffer
|
|
1286
|
-
description: ''
|
|
1286
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1287
1287
|
datatype: uint8
|
|
1288
1288
|
- name: male
|
|
1289
1289
|
description: ''
|
|
@@ -1347,7 +1347,7 @@ tag_definitions:
|
|
|
1347
1347
|
description: ''
|
|
1348
1348
|
parameters:
|
|
1349
1349
|
- name: buffer
|
|
1350
|
-
description: ''
|
|
1350
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1351
1351
|
datatype: uint8
|
|
1352
1352
|
- name: masculine
|
|
1353
1353
|
description: ''
|
|
@@ -1364,7 +1364,7 @@ tag_definitions:
|
|
|
1364
1364
|
description: ''
|
|
1365
1365
|
parameters:
|
|
1366
1366
|
- name: buffer
|
|
1367
|
-
description: ''
|
|
1367
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1368
1368
|
datatype: uint8
|
|
1369
1369
|
- name: masculine
|
|
1370
1370
|
description: ''
|
|
@@ -1381,7 +1381,7 @@ tag_definitions:
|
|
|
1381
1381
|
description: ''
|
|
1382
1382
|
parameters:
|
|
1383
1383
|
- name: buffer
|
|
1384
|
-
description: ''
|
|
1384
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1385
1385
|
datatype: uint8
|
|
1386
1386
|
- name: masculine
|
|
1387
1387
|
description: ''
|
|
@@ -1398,7 +1398,7 @@ tag_definitions:
|
|
|
1398
1398
|
description: ''
|
|
1399
1399
|
parameters:
|
|
1400
1400
|
- name: buffer
|
|
1401
|
-
description: ''
|
|
1401
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1402
1402
|
datatype: uint8
|
|
1403
1403
|
- name: masculine
|
|
1404
1404
|
description: ''
|
|
@@ -1415,7 +1415,7 @@ tag_definitions:
|
|
|
1415
1415
|
description: ''
|
|
1416
1416
|
parameters:
|
|
1417
1417
|
- name: buffer
|
|
1418
|
-
description: ''
|
|
1418
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1419
1419
|
datatype: uint8
|
|
1420
1420
|
- name: masculine
|
|
1421
1421
|
description: ''
|
|
@@ -1432,7 +1432,7 @@ tag_definitions:
|
|
|
1432
1432
|
description: ''
|
|
1433
1433
|
parameters:
|
|
1434
1434
|
- name: buffer
|
|
1435
|
-
description: ''
|
|
1435
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1436
1436
|
datatype: uint8
|
|
1437
1437
|
- name: masculine
|
|
1438
1438
|
description: ''
|
|
@@ -1449,7 +1449,7 @@ tag_definitions:
|
|
|
1449
1449
|
description: ''
|
|
1450
1450
|
parameters:
|
|
1451
1451
|
- name: buffer
|
|
1452
|
-
description: ''
|
|
1452
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1453
1453
|
datatype: uint8
|
|
1454
1454
|
- name: masculine
|
|
1455
1455
|
description: ''
|
|
@@ -1466,7 +1466,7 @@ tag_definitions:
|
|
|
1466
1466
|
description: ''
|
|
1467
1467
|
parameters:
|
|
1468
1468
|
- name: buffer
|
|
1469
|
-
description: ''
|
|
1469
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1470
1470
|
datatype: uint8
|
|
1471
1471
|
- name: masculine
|
|
1472
1472
|
description: ''
|
|
@@ -1483,7 +1483,7 @@ tag_definitions:
|
|
|
1483
1483
|
description: ''
|
|
1484
1484
|
parameters:
|
|
1485
1485
|
- name: buffer
|
|
1486
|
-
description: ''
|
|
1486
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1487
1487
|
datatype: uint8
|
|
1488
1488
|
- name: masculine
|
|
1489
1489
|
description: ''
|
|
@@ -1500,7 +1500,7 @@ tag_definitions:
|
|
|
1500
1500
|
description: ''
|
|
1501
1501
|
parameters:
|
|
1502
1502
|
- name: buffer
|
|
1503
|
-
description: ''
|
|
1503
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1504
1504
|
datatype: uint8
|
|
1505
1505
|
- name: sp
|
|
1506
1506
|
description: ''
|
|
@@ -1520,7 +1520,7 @@ tag_definitions:
|
|
|
1520
1520
|
description: ''
|
|
1521
1521
|
parameters:
|
|
1522
1522
|
- name: buffer
|
|
1523
|
-
description: ''
|
|
1523
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1524
1524
|
datatype: uint8
|
|
1525
1525
|
- name: sp
|
|
1526
1526
|
description: ''
|
|
@@ -1540,7 +1540,7 @@ tag_definitions:
|
|
|
1540
1540
|
description: ''
|
|
1541
1541
|
parameters:
|
|
1542
1542
|
- name: buffer
|
|
1543
|
-
description: ''
|
|
1543
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1544
1544
|
datatype: uint8
|
|
1545
1545
|
- name: sp
|
|
1546
1546
|
description: ''
|
|
@@ -1560,7 +1560,7 @@ tag_definitions:
|
|
|
1560
1560
|
description: ''
|
|
1561
1561
|
parameters:
|
|
1562
1562
|
- name: buffer
|
|
1563
|
-
description: ''
|
|
1563
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1564
1564
|
datatype: uint8
|
|
1565
1565
|
- name: sp
|
|
1566
1566
|
description: ''
|
|
@@ -1580,7 +1580,7 @@ tag_definitions:
|
|
|
1580
1580
|
description: ''
|
|
1581
1581
|
parameters:
|
|
1582
1582
|
- name: buffer
|
|
1583
|
-
description: ''
|
|
1583
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1584
1584
|
datatype: uint8
|
|
1585
1585
|
- name: sp
|
|
1586
1586
|
description: ''
|
|
@@ -1600,7 +1600,7 @@ tag_definitions:
|
|
|
1600
1600
|
description: ''
|
|
1601
1601
|
parameters:
|
|
1602
1602
|
- name: buffer
|
|
1603
|
-
description: ''
|
|
1603
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1604
1604
|
datatype: uint8
|
|
1605
1605
|
- name: sp
|
|
1606
1606
|
description: ''
|
|
@@ -1620,7 +1620,7 @@ tag_definitions:
|
|
|
1620
1620
|
description: ''
|
|
1621
1621
|
parameters:
|
|
1622
1622
|
- name: buffer
|
|
1623
|
-
description: ''
|
|
1623
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1624
1624
|
datatype: uint8
|
|
1625
1625
|
- name: sp
|
|
1626
1626
|
description: ''
|
|
@@ -1640,7 +1640,7 @@ tag_definitions:
|
|
|
1640
1640
|
description: ''
|
|
1641
1641
|
parameters:
|
|
1642
1642
|
- name: buffer
|
|
1643
|
-
description: ''
|
|
1643
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1644
1644
|
datatype: uint8
|
|
1645
1645
|
- name: sp
|
|
1646
1646
|
description: ''
|
|
@@ -1660,7 +1660,7 @@ tag_definitions:
|
|
|
1660
1660
|
description: ''
|
|
1661
1661
|
parameters:
|
|
1662
1662
|
- name: buffer
|
|
1663
|
-
description: ''
|
|
1663
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1664
1664
|
datatype: uint8
|
|
1665
1665
|
- name: sp
|
|
1666
1666
|
description: ''
|
|
@@ -1680,7 +1680,7 @@ tag_definitions:
|
|
|
1680
1680
|
description: ''
|
|
1681
1681
|
parameters:
|
|
1682
1682
|
- name: buffer
|
|
1683
|
-
description: ''
|
|
1683
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1684
1684
|
datatype: uint8
|
|
1685
1685
|
- name: singular
|
|
1686
1686
|
description: ''
|
|
@@ -1694,7 +1694,7 @@ tag_definitions:
|
|
|
1694
1694
|
description: ''
|
|
1695
1695
|
parameters:
|
|
1696
1696
|
- name: buffer
|
|
1697
|
-
description: ''
|
|
1697
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1698
1698
|
datatype: uint8
|
|
1699
1699
|
- name: singular
|
|
1700
1700
|
description: ''
|
|
@@ -1708,7 +1708,7 @@ tag_definitions:
|
|
|
1708
1708
|
description: ''
|
|
1709
1709
|
parameters:
|
|
1710
1710
|
- name: buffer
|
|
1711
|
-
description: ''
|
|
1711
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1712
1712
|
datatype: uint8
|
|
1713
1713
|
- name: sp
|
|
1714
1714
|
description: ''
|
|
@@ -1740,7 +1740,7 @@ tag_definitions:
|
|
|
1740
1740
|
description: ''
|
|
1741
1741
|
parameters:
|
|
1742
1742
|
- name: buffer
|
|
1743
|
-
description: ''
|
|
1743
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1744
1744
|
datatype: uint8
|
|
1745
1745
|
- name: sp
|
|
1746
1746
|
description: ''
|
|
@@ -1772,7 +1772,7 @@ tag_definitions:
|
|
|
1772
1772
|
description: ''
|
|
1773
1773
|
parameters:
|
|
1774
1774
|
- name: buffer
|
|
1775
|
-
description: ''
|
|
1775
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1776
1776
|
datatype: uint8
|
|
1777
1777
|
- name: sp
|
|
1778
1778
|
description: ''
|
|
@@ -1804,7 +1804,7 @@ tag_definitions:
|
|
|
1804
1804
|
description: ''
|
|
1805
1805
|
parameters:
|
|
1806
1806
|
- name: buffer
|
|
1807
|
-
description: ''
|
|
1807
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1808
1808
|
datatype: uint8
|
|
1809
1809
|
- name: sp
|
|
1810
1810
|
description: ''
|
|
@@ -1836,7 +1836,7 @@ tag_definitions:
|
|
|
1836
1836
|
description: ''
|
|
1837
1837
|
parameters:
|
|
1838
1838
|
- name: buffer
|
|
1839
|
-
description: ''
|
|
1839
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1840
1840
|
datatype: uint8
|
|
1841
1841
|
- name: sp
|
|
1842
1842
|
description: ''
|
|
@@ -1868,7 +1868,7 @@ tag_definitions:
|
|
|
1868
1868
|
description: ''
|
|
1869
1869
|
parameters:
|
|
1870
1870
|
- name: buffer
|
|
1871
|
-
description: ''
|
|
1871
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1872
1872
|
datatype: uint8
|
|
1873
1873
|
- name: sp
|
|
1874
1874
|
description: ''
|
|
@@ -1900,7 +1900,7 @@ tag_definitions:
|
|
|
1900
1900
|
description: ''
|
|
1901
1901
|
parameters:
|
|
1902
1902
|
- name: buffer
|
|
1903
|
-
description: ''
|
|
1903
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1904
1904
|
datatype: uint8
|
|
1905
1905
|
- name: sp
|
|
1906
1906
|
description: ''
|
|
@@ -1932,7 +1932,7 @@ tag_definitions:
|
|
|
1932
1932
|
description: ''
|
|
1933
1933
|
parameters:
|
|
1934
1934
|
- name: buffer
|
|
1935
|
-
description: ''
|
|
1935
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1936
1936
|
datatype: uint8
|
|
1937
1937
|
- name: sp
|
|
1938
1938
|
description: ''
|
|
@@ -1964,7 +1964,7 @@ tag_definitions:
|
|
|
1964
1964
|
description: ''
|
|
1965
1965
|
parameters:
|
|
1966
1966
|
- name: buffer
|
|
1967
|
-
description: ''
|
|
1967
|
+
description: 'Index intoIndex into buffer that specifies which data to reference.'
|
|
1968
1968
|
datatype: uint8
|
|
1969
1969
|
- name: sp
|
|
1970
1970
|
description: ''
|
|
@@ -2993,16 +2993,16 @@ attribute_definitions:
|
|
|
2993
2993
|
- TopicStarter
|
|
2994
2994
|
- name: Question
|
|
2995
2995
|
description: ''
|
|
2996
|
-
datatype:
|
|
2996
|
+
datatype: bool
|
|
2997
2997
|
- name: Silent
|
|
2998
2998
|
description: ''
|
|
2999
|
-
datatype:
|
|
2999
|
+
datatype: bool
|
|
3000
3000
|
- name: Interrupt
|
|
3001
3001
|
description: ''
|
|
3002
|
-
datatype:
|
|
3002
|
+
datatype: bool
|
|
3003
3003
|
- name: Permutation
|
|
3004
3004
|
description: ''
|
|
3005
|
-
datatype:
|
|
3005
|
+
datatype: bool
|
|
3006
3006
|
- name: SameTopicLabelID
|
|
3007
3007
|
description: ''
|
|
3008
3008
|
datatype: int16
|
|
@@ -3180,61 +3180,61 @@ attribute_definitions:
|
|
|
3180
3180
|
datatype: uint8
|
|
3181
3181
|
- name: Season_Spring
|
|
3182
3182
|
description: ''
|
|
3183
|
-
datatype:
|
|
3183
|
+
datatype: bool
|
|
3184
3184
|
- name: Season_Summer
|
|
3185
3185
|
description: ''
|
|
3186
|
-
datatype:
|
|
3186
|
+
datatype: bool
|
|
3187
3187
|
- name: Season_Autumn
|
|
3188
3188
|
description: ''
|
|
3189
|
-
datatype:
|
|
3189
|
+
datatype: bool
|
|
3190
3190
|
- name: Season_Winter
|
|
3191
3191
|
description: ''
|
|
3192
|
-
datatype:
|
|
3192
|
+
datatype: bool
|
|
3193
3193
|
- name: Attr_Warm
|
|
3194
3194
|
description: ''
|
|
3195
|
-
datatype:
|
|
3195
|
+
datatype: bool
|
|
3196
3196
|
- name: Attr_Cold
|
|
3197
3197
|
description: ''
|
|
3198
|
-
datatype:
|
|
3198
|
+
datatype: bool
|
|
3199
3199
|
- name: Attr_Showy
|
|
3200
3200
|
description: ''
|
|
3201
|
-
datatype:
|
|
3201
|
+
datatype: bool
|
|
3202
3202
|
- name: Attr_Quiet
|
|
3203
3203
|
description: ''
|
|
3204
|
-
datatype:
|
|
3204
|
+
datatype: bool
|
|
3205
3205
|
- name: Attr_Formal
|
|
3206
3206
|
description: ''
|
|
3207
|
-
datatype:
|
|
3207
|
+
datatype: bool
|
|
3208
3208
|
- name: Attr_Casual
|
|
3209
3209
|
description: ''
|
|
3210
|
-
datatype:
|
|
3210
|
+
datatype: bool
|
|
3211
3211
|
- name: Attr_Cute
|
|
3212
3212
|
description: ''
|
|
3213
|
-
datatype:
|
|
3213
|
+
datatype: bool
|
|
3214
3214
|
- name: Attr_Sexy
|
|
3215
3215
|
description: ''
|
|
3216
|
-
datatype:
|
|
3216
|
+
datatype: bool
|
|
3217
3217
|
- name: Attr_Cool
|
|
3218
3218
|
description: ''
|
|
3219
|
-
datatype:
|
|
3219
|
+
datatype: bool
|
|
3220
3220
|
- name: Attr_Frumpy
|
|
3221
3221
|
description: ''
|
|
3222
|
-
datatype:
|
|
3222
|
+
datatype: bool
|
|
3223
3223
|
- name: Attr_Eccentric
|
|
3224
3224
|
description: ''
|
|
3225
|
-
datatype:
|
|
3225
|
+
datatype: bool
|
|
3226
3226
|
- name: Attr_Safe
|
|
3227
3227
|
description: ''
|
|
3228
|
-
datatype:
|
|
3228
|
+
datatype: bool
|
|
3229
3229
|
- name: Attr_Skirt
|
|
3230
3230
|
description: ''
|
|
3231
|
-
datatype:
|
|
3231
|
+
datatype: bool
|
|
3232
3232
|
- name: Attr_Work
|
|
3233
3233
|
description: ''
|
|
3234
|
-
datatype:
|
|
3234
|
+
datatype: bool
|
|
3235
3235
|
- name: Attr_Sports
|
|
3236
3236
|
description: ''
|
|
3237
|
-
datatype:
|
|
3237
|
+
datatype: bool
|
|
3238
3238
|
- name: Color1
|
|
3239
3239
|
description: ''
|
|
3240
3240
|
datatype: list
|
|
@@ -4637,10 +4637,10 @@ attribute_definitions:
|
|
|
4637
4637
|
datatype: int32
|
|
4638
4638
|
- name: Food_FirstCatalog
|
|
4639
4639
|
description: ''
|
|
4640
|
-
datatype:
|
|
4640
|
+
datatype: bool
|
|
4641
4641
|
- name: ForIslanderOnly
|
|
4642
4642
|
description: ''
|
|
4643
|
-
datatype:
|
|
4643
|
+
datatype: bool
|
|
4644
4644
|
- name: FPriceEU_UK
|
|
4645
4645
|
description: ''
|
|
4646
4646
|
datatype: uint32
|
|
@@ -4664,25 +4664,25 @@ attribute_definitions:
|
|
|
4664
4664
|
datatype: uint32
|
|
4665
4665
|
- name: Food_FirstDaily_US_En
|
|
4666
4666
|
description: ''
|
|
4667
|
-
datatype:
|
|
4667
|
+
datatype: bool
|
|
4668
4668
|
- name: Food_FirstDaily_EU_En
|
|
4669
4669
|
description: ''
|
|
4670
|
-
datatype:
|
|
4670
|
+
datatype: bool
|
|
4671
4671
|
- name: Food_FirstDaily_EU_Fr
|
|
4672
4672
|
description: ''
|
|
4673
|
-
datatype:
|
|
4673
|
+
datatype: bool
|
|
4674
4674
|
- name: Food_FirstDaily_EU_Ge
|
|
4675
4675
|
description: ''
|
|
4676
|
-
datatype:
|
|
4676
|
+
datatype: bool
|
|
4677
4677
|
- name: Food_FirstDaily_EU_It
|
|
4678
4678
|
description: ''
|
|
4679
|
-
datatype:
|
|
4679
|
+
datatype: bool
|
|
4680
4680
|
- name: Food_FirstDaily_EU_Sp
|
|
4681
4681
|
description: ''
|
|
4682
|
-
datatype:
|
|
4682
|
+
datatype: bool
|
|
4683
4683
|
- name: Food_FirstDaily_KR_Kr
|
|
4684
4684
|
description: ''
|
|
4685
|
-
datatype:
|
|
4685
|
+
datatype: bool
|
|
4686
4686
|
- name: Throw_US
|
|
4687
4687
|
description: ''
|
|
4688
4688
|
datatype: list
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "PyLibMS"
|
|
7
|
-
version = "3.2.
|
|
7
|
+
version = "3.2.3"
|
|
8
8
|
requires-python = ">=3.12"
|
|
9
9
|
description = "Python library built for the libMessageStudio (LMS) proprietary file formats from Nintendo. Supports MSBT, MSBP, and MSBF."
|
|
10
10
|
readme = "README.md"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pylibms-3.2.1 → pylibms-3.2.3}/lms/titleconfig/presets/Brain Age Concentration Training.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pylibms-3.2.1 → pylibms-3.2.3}/lms/titleconfig/presets/Super Mario 3D World + Bowsers Fury.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{pylibms-3.2.1 → pylibms-3.2.3}/lms/titleconfig/presets/The Legend of Zelda Echos of Wisdom.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|