Unpack poketch.narc (#849)

This commit is contained in:
VicSevenT
2025-12-14 10:02:50 -06:00
committed by GitHub
parent 84ba2c9077
commit 2f8a628e89
162 changed files with 18650 additions and 143 deletions

View File

@@ -7,11 +7,7 @@
#define DIGITAL_WATCH_TASK_SLOTS 8
// Graphics
#define POKETCH_DIGITAL_WATCH_NARC_TILES_IDX 23
#define POKETCH_DIGITAL_WATCH_NARC_TILEMAP_IDX 24
#define POKETCH_CLOCK_DIGITS_TILEMAP_IDX 25
#define POKETCH_NUM_CLOCK_DIGITS 10
#define POKETCH_NUM_CLOCK_DIGITS 10
#define POKETCH_CLOCK_DIGIT_WIDTH 4
#define POKETCH_CLOCK_DIGIT_HEIGHT 9

View File

@@ -224,7 +224,7 @@ res/prebuilt/graphic/pl_wifinote.narc,/graphic/pl_wifinote.narc
res/graphics/windows/pl_winframe.narc,/graphic/pl_winframe.narc
res/prebuilt/graphic/plist_gra.narc,/graphic/plist_gra.narc
res/prebuilt/graphic/pmsi.narc,/graphic/pmsi.narc
res/prebuilt/graphic/poketch.narc,/graphic/poketch.narc
res/graphics/poketch/poketch.narc,/graphic/poketch.narc
res/graphics/poffin_case/poru_gra.narc,/graphic/poru_gra.narc
res/prebuilt/graphic/poruact.narc,/graphic/poruact.narc
res/prebuilt/graphic/porudemo.narc,/graphic/porudemo.narc
1 Source File Target File
224 res/graphics/windows/pl_winframe.narc /graphic/pl_winframe.narc
225 res/prebuilt/graphic/plist_gra.narc /graphic/plist_gra.narc
226 res/prebuilt/graphic/pmsi.narc /graphic/pmsi.narc
227 res/prebuilt/graphic/poketch.narc res/graphics/poketch/poketch.narc /graphic/poketch.narc
228 res/graphics/poffin_case/poru_gra.narc /graphic/poru_gra.narc
229 res/prebuilt/graphic/poruact.narc /graphic/poruact.narc
230 res/prebuilt/graphic/porudemo.narc /graphic/porudemo.narc

View File

@@ -223,7 +223,7 @@ c16faeeeee494830c720d1f795a141cacfe49121 *res/prebuilt/graphic/pl_wifinote.narc
298fd1d0ab31efd35cb00b977f69eacbfb8a8da8 *res/graphics/windows/pl_winframe.narc
b9f77b38cc07a6754fc00a7c1830d86c88d45aa6 *res/prebuilt/graphic/plist_gra.narc
e6a7fe0328d168e1b4d92919fe047d2fa12daf56 *res/prebuilt/graphic/pmsi.narc
7c6a50d69659697636849cedebb0143ed0cf146a *res/prebuilt/graphic/poketch.narc
7c6a50d69659697636849cedebb0143ed0cf146a *res/graphics/poketch/poketch.narc
3201157ab4617a303e9cac30cf1e3f7104c653e2 *res/graphics/poffin_case/poru_gra.narc
072d6abfeee0e866719b37d40475fcd86cf928a9 *res/prebuilt/graphic/poruact.narc
d263e5a1eae27a68063e10093e15b06e02de10f5 *res/prebuilt/graphic/porudemo.narc

View File

@@ -11,6 +11,7 @@ subdir('party_menu')
subdir('poffin_case')
subdir('pokedex')
subdir('pokemon_summary_screen')
subdir('poketch')
subdir('scroll_prompts')
subdir('shop_menu')
subdir('signposts')

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 546 B

View File

@@ -0,0 +1,111 @@
{
"labelEnabled": true,
"uaatEnabled": false,
"sequenceCount": 7,
"frameCount": 9,
"sequences": [{
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 0
}]
}, {
"frameCount": 2,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 2,
"frameData": [{
"frameDelay": 4,
"resultId": 0
}, {
"frameDelay": 4,
"resultId": 1
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 2
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 3
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 4
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 5
}]
}, {
"frameCount": 2,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 2,
"frameData": [{
"frameDelay": 30,
"resultId": 6
}, {
"frameDelay": 30,
"resultId": 7
}]
}],
"animationResults": [{
"resultType": 0,
"index": 0
}, {
"resultType": 0,
"index": 1
}, {
"resultType": 0,
"index": 2
}, {
"resultType": 0,
"index": 3
}, {
"resultType": 0,
"index": 4
}, {
"resultType": 0,
"index": 5
}, {
"resultType": 0,
"index": 6
}, {
"resultType": 0,
"index": 7
}],
"resultCount": 8,
"labels": ["CellAnime6", "CellAnime0", "CellAnime1", "CellAnime2", "CellAnime3", "CellAnime4", "CellAnime5"],
"labelCount": 7
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 B

View File

@@ -0,0 +1,272 @@
{
"labelEnabled": true,
"dontPadKbec": false,
"extended": false,
"vramTransferEnabled": false,
"ucatEnabled": false,
"cellCount": 8,
"mappingType": 0,
"cells": [{
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 12
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -32,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -32,
"RotationScaling": 0,
"Size": 3
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 12
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -32,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -32,
"RotationScaling": 0,
"Size": 3
},
"Attr2": {
"CharName": 64,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 9
},
"oamCount": 2,
"OAM": [{
"Attr0": {
"YCoordinate": 0,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 128,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -32,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 144,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 9
},
"oamCount": 2,
"OAM": [{
"Attr0": {
"YCoordinate": 0,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 144,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -32,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 128,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 6
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 160,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 6
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 176,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 6
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 192,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 0
},
"oamCount": 0,
"OAM": []
}],
"labels": ["CellAnime6", "CellAnime0", "CellAnime1", "CellAnime2", "CellAnime3", "CellAnime4", "CellAnime5"],
"labelCount": 7
}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 B

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 B

View File

@@ -0,0 +1,37 @@
{
"labelEnabled": true,
"uaatEnabled": false,
"sequenceCount": 2,
"frameCount": 2,
"sequences": [{
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 0
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 1
}]
}],
"animationResults": [{
"resultType": 0,
"index": 0
}, {
"resultType": 0,
"index": 1
}],
"resultCount": 2,
"labels": ["CellAnime0", "CellAnime1"],
"labelCount": 2
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 B

View File

@@ -0,0 +1,72 @@
{
"labelEnabled": true,
"dontPadKbec": false,
"extended": false,
"vramTransferEnabled": false,
"ucatEnabled": false,
"cellCount": 2,
"mappingType": 0,
"cells": [{
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 12
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -32,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -32,
"RotationScaling": 0,
"Size": 3
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 12
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -32,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -32,
"RotationScaling": 0,
"Size": 3
},
"Attr2": {
"CharName": 64,
"Priority": 0,
"Palette": 0
}
}]
}],
"labels": ["CellAnime0", "CellAnime1"],
"labelCount": 2
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 693 B

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 B

View File

@@ -0,0 +1,24 @@
{
"labelEnabled": true,
"uaatEnabled": false,
"sequenceCount": 1,
"frameCount": 1,
"sequences": [{
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 0
}]
}],
"animationResults": [{
"resultType": 0,
"index": 0
}],
"resultCount": 1,
"labels": ["CellAnime0"],
"labelCount": 1
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 B

View File

@@ -0,0 +1,42 @@
{
"labelEnabled": true,
"dontPadKbec": false,
"extended": false,
"vramTransferEnabled": false,
"ucatEnabled": false,
"cellCount": 1,
"mappingType": 0,
"cells": [{
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 6
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}]
}],
"labels": ["CellAnime0"],
"labelCount": 1
}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 594 B

View File

@@ -0,0 +1,59 @@
{
"labelEnabled": true,
"uaatEnabled": false,
"sequenceCount": 3,
"frameCount": 6,
"sequences": [{
"frameCount": 4,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 2,
"frameData": [{
"frameDelay": 4,
"resultId": 0
}, {
"frameDelay": 4,
"resultId": 1
}, {
"frameDelay": 4,
"resultId": 2
}, {
"frameDelay": 4,
"resultId": 1
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 0
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 2
}]
}],
"animationResults": [{
"resultType": 0,
"index": 0
}, {
"resultType": 0,
"index": 1
}, {
"resultType": 0,
"index": 2
}],
"resultCount": 3,
"labels": ["CellAnime0", "CellAnime1", "CellAnime2"],
"labelCount": 3
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 B

View File

@@ -0,0 +1,102 @@
{
"labelEnabled": true,
"dontPadKbec": false,
"extended": false,
"vramTransferEnabled": false,
"ucatEnabled": false,
"cellCount": 3,
"mappingType": 0,
"cells": [{
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 12
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -32,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -32,
"RotationScaling": 0,
"Size": 3
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 12
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -32,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -32,
"RotationScaling": 0,
"Size": 3
},
"Attr2": {
"CharName": 64,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 12
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -32,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -32,
"RotationScaling": 0,
"Size": 3
},
"Attr2": {
"CharName": 128,
"Priority": 0,
"Palette": 0
}
}]
}],
"labels": ["CellAnime0", "CellAnime1", "CellAnime2"],
"labelCount": 3
}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 B

View File

@@ -0,0 +1,24 @@
{
"labelEnabled": true,
"uaatEnabled": false,
"sequenceCount": 1,
"frameCount": 1,
"sequences": [{
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 0
}]
}],
"animationResults": [{
"resultType": 0,
"index": 0
}],
"resultCount": 1,
"labels": ["CellAnime0"],
"labelCount": 1
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 B

View File

@@ -0,0 +1,42 @@
{
"labelEnabled": true,
"dontPadKbec": false,
"extended": false,
"vramTransferEnabled": false,
"ucatEnabled": false,
"cellCount": 1,
"mappingType": 0,
"cells": [{
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 6
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}]
}],
"labels": ["CellAnime0"],
"labelCount": 1
}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 B

View File

@@ -0,0 +1,37 @@
{
"labelEnabled": true,
"uaatEnabled": false,
"sequenceCount": 2,
"frameCount": 2,
"sequences": [{
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 1,
"resultId": 0
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 1,
"resultId": 1
}]
}],
"animationResults": [{
"resultType": 0,
"index": 0
}, {
"resultType": 0,
"index": 1
}],
"resultCount": 2,
"labels": ["CellAnime0", "CellAnime1"],
"labelCount": 2
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

View File

@@ -0,0 +1,72 @@
{
"labelEnabled": true,
"dontPadKbec": false,
"extended": false,
"vramTransferEnabled": false,
"ucatEnabled": false,
"cellCount": 2,
"mappingType": 0,
"cells": [{
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 12
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -32,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -32,
"RotationScaling": 0,
"Size": 3
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 12
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -32,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -32,
"RotationScaling": 0,
"Size": 3
},
"Attr2": {
"CharName": 64,
"Priority": 0,
"Palette": 0
}
}]
}],
"labels": ["CellAnime0", "CellAnime1"],
"labelCount": 2
}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 B

View File

@@ -0,0 +1,180 @@
{
"labelEnabled": true,
"uaatEnabled": false,
"sequenceCount": 13,
"frameCount": 13,
"sequences": [{
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 0
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 1
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 2
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 3
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 4
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 5
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 6
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 7
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 8
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 9
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 10
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 11
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 12
}]
}],
"animationResults": [{
"resultType": 0,
"index": 0
}, {
"resultType": 0,
"index": 1
}, {
"resultType": 0,
"index": 2
}, {
"resultType": 0,
"index": 3
}, {
"resultType": 0,
"index": 4
}, {
"resultType": 0,
"index": 5
}, {
"resultType": 0,
"index": 6
}, {
"resultType": 0,
"index": 7
}, {
"resultType": 0,
"index": 8
}, {
"resultType": 0,
"index": 9
}, {
"resultType": 0,
"index": 10
}, {
"resultType": 0,
"index": 11
}, {
"resultType": 0,
"index": 12
}],
"resultCount": 13,
"labels": ["CellAnime0", "CellAnime1", "CellAnime2", "CellAnime3", "CellAnime4", "CellAnime5", "CellAnime6", "CellAnime7", "CellAnime8", "CellAnime9", "CellAnime10", "CellAnime11", "CellAnime12"],
"labelCount": 13
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 B

View File

@@ -0,0 +1,382 @@
{
"labelEnabled": true,
"dontPadKbec": false,
"extended": false,
"vramTransferEnabled": false,
"ucatEnabled": false,
"cellCount": 13,
"mappingType": 0,
"cells": [{
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 3
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 3
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 4,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 3
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 8,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 3
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 12,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 3
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 16,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 3
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 20,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 3
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 24,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 3
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 28,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 3
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 32,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 3
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 36,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 3
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 40,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 3
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 44,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 0
},
"oamCount": 0,
"OAM": []
}],
"labels": ["CellAnime0", "CellAnime1", "CellAnime2", "CellAnime3", "CellAnime4", "CellAnime5", "CellAnime6", "CellAnime7", "CellAnime8", "CellAnime9", "CellAnime10", "CellAnime11", "CellAnime12"],
"labelCount": 13
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 B

View File

@@ -0,0 +1,141 @@
{
"labelEnabled": true,
"uaatEnabled": false,
"sequenceCount": 10,
"frameCount": 10,
"sequences": [{
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 1,
"resultId": 0
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 1,
"resultId": 1
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 1,
"resultId": 2
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 1,
"resultId": 3
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 1,
"resultId": 4
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 1,
"resultId": 5
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 1,
"resultId": 6
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 1,
"resultId": 7
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 1,
"resultId": 8
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 2,
"frameData": [{
"frameDelay": 1,
"resultId": 9
}]
}],
"animationResults": [{
"resultType": 0,
"index": 0
}, {
"resultType": 0,
"index": 1
}, {
"resultType": 0,
"index": 2
}, {
"resultType": 0,
"index": 3
}, {
"resultType": 0,
"index": 4
}, {
"resultType": 0,
"index": 5
}, {
"resultType": 0,
"index": 6
}, {
"resultType": 0,
"index": 7
}, {
"resultType": 0,
"index": 8
}, {
"resultType": 0,
"index": 9
}],
"resultCount": 10,
"labels": ["CellAnime0", "CellAnime1", "CellAnime2", "CellAnime3", "CellAnime4", "CellAnime5", "CellAnime6", "CellAnime7", "CellAnime8", "CellAnime9"],
"labelCount": 10
}

View File

@@ -0,0 +1,312 @@
{
"labelEnabled": true,
"dontPadKbec": false,
"extended": false,
"vramTransferEnabled": false,
"ucatEnabled": false,
"cellCount": 10,
"mappingType": 0,
"cells": [{
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 5
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 5
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 8,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 5
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 16,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 5
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 24,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 5
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 32,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 5
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 40,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 5
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 48,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 5
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 56,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 5
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 64,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 5
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 72,
"Priority": 0,
"Palette": 0
}
}]
}],
"labels": ["CellAnime0", "CellAnime1", "CellAnime2", "CellAnime3", "CellAnime4", "CellAnime5", "CellAnime6", "CellAnime7", "CellAnime8", "CellAnime9"],
"labelCount": 10
}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 B

View File

@@ -0,0 +1,277 @@
{
"labelEnabled": true,
"uaatEnabled": false,
"sequenceCount": 4,
"frameCount": 30,
"sequences": [{
"frameCount": 18,
"loopStartFrame": 0,
"animationElement": 1,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 2,
"resultId": 0
}, {
"frameDelay": 2,
"resultId": 1
}, {
"frameDelay": 2,
"resultId": 2
}, {
"frameDelay": 2,
"resultId": 3
}, {
"frameDelay": 1,
"resultId": 4
}, {
"frameDelay": 2,
"resultId": 5
}, {
"frameDelay": 1,
"resultId": 6
}, {
"frameDelay": 2,
"resultId": 7
}, {
"frameDelay": 1,
"resultId": 8
}, {
"frameDelay": 2,
"resultId": 9
}, {
"frameDelay": 1,
"resultId": 10
}, {
"frameDelay": 2,
"resultId": 11
}, {
"frameDelay": 1,
"resultId": 12
}, {
"frameDelay": 2,
"resultId": 13
}, {
"frameDelay": 4,
"resultId": 13
}, {
"frameDelay": 6,
"resultId": 14
}, {
"frameDelay": 2,
"resultId": 15
}, {
"frameDelay": 1,
"resultId": 16
}]
}, {
"frameCount": 4,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 20,
"resultId": 17
}, {
"frameDelay": 20,
"resultId": 18
}, {
"frameDelay": 20,
"resultId": 17
}, {
"frameDelay": 1,
"resultId": 18
}]
}, {
"frameCount": 4,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 20,
"resultId": 19
}, {
"frameDelay": 20,
"resultId": 18
}, {
"frameDelay": 20,
"resultId": 19
}, {
"frameDelay": 1,
"resultId": 18
}]
}, {
"frameCount": 4,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 20,
"resultId": 20
}, {
"frameDelay": 20,
"resultId": 18
}, {
"frameDelay": 20,
"resultId": 20
}, {
"frameDelay": 1,
"resultId": 18
}]
}],
"animationResults": [{
"resultType": 1,
"index": 0,
"rotation": 0,
"scaleX": 4096,
"scaleY": 4096,
"positionX": 0,
"positionY": 0
}, {
"resultType": 1,
"index": 1,
"rotation": 0,
"scaleX": 4096,
"scaleY": 4096,
"positionX": 0,
"positionY": 0
}, {
"resultType": 1,
"index": 4,
"rotation": 0,
"scaleX": 5325,
"scaleY": 5325,
"positionX": 0,
"positionY": 0
}, {
"resultType": 1,
"index": 4,
"rotation": 0,
"scaleX": 7373,
"scaleY": 7373,
"positionX": 0,
"positionY": 0
}, {
"resultType": 1,
"index": 2,
"rotation": 0,
"scaleX": 3686,
"scaleY": 3686,
"positionX": 0,
"positionY": 0
}, {
"resultType": 1,
"index": 2,
"rotation": 0,
"scaleX": 4096,
"scaleY": 4096,
"positionX": 0,
"positionY": 0
}, {
"resultType": 1,
"index": 2,
"rotation": 0,
"scaleX": 4915,
"scaleY": 4915,
"positionX": 0,
"positionY": 0
}, {
"resultType": 1,
"index": 2,
"rotation": 0,
"scaleX": 6144,
"scaleY": 6144,
"positionX": 0,
"positionY": 0
}, {
"resultType": 1,
"index": 3,
"rotation": 0,
"scaleX": 3277,
"scaleY": 3277,
"positionX": 0,
"positionY": 0
}, {
"resultType": 1,
"index": 3,
"rotation": 0,
"scaleX": 4096,
"scaleY": 4096,
"positionX": 0,
"positionY": 0
}, {
"resultType": 1,
"index": 3,
"rotation": 0,
"scaleX": 4710,
"scaleY": 4710,
"positionX": 0,
"positionY": 0
}, {
"resultType": 1,
"index": 3,
"rotation": 0,
"scaleX": 5325,
"scaleY": 5325,
"positionX": 0,
"positionY": 0
}, {
"resultType": 1,
"index": 3,
"rotation": 0,
"scaleX": 5939,
"scaleY": 5939,
"positionX": 0,
"positionY": 0
}, {
"resultType": 1,
"index": 3,
"rotation": 0,
"scaleX": 6554,
"scaleY": 6554,
"positionX": 0,
"positionY": 0
}, {
"resultType": 1,
"index": 6,
"rotation": 0,
"scaleX": 6554,
"scaleY": 6554,
"positionX": 0,
"positionY": 0
}, {
"resultType": 1,
"index": 7,
"rotation": 0,
"scaleX": 6554,
"scaleY": 6554,
"positionX": 0,
"positionY": 0
}, {
"resultType": 1,
"index": 8,
"rotation": 0,
"scaleX": 4096,
"scaleY": 4096,
"positionX": 0,
"positionY": 0
}, {
"resultType": 0,
"index": 5
}, {
"resultType": 0,
"index": 8
}, {
"resultType": 0,
"index": 9
}, {
"resultType": 0,
"index": 10
}],
"resultCount": 21,
"labels": ["CellAnime0", "CellAnime1", "CellAnime2", "CellAnime3"],
"labelCount": 4
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B

View File

@@ -0,0 +1,322 @@
{
"labelEnabled": true,
"dontPadKbec": false,
"extended": false,
"vramTransferEnabled": false,
"ucatEnabled": false,
"cellCount": 11,
"mappingType": 0,
"cells": [{
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 2
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -4,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -4,
"RotationScaling": 0,
"Size": 0
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 9
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": true,
"SizeDisable": true,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 1,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 17
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -32,
"Rotation": true,
"SizeDisable": true,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -32,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 5,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 34
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -64,
"Rotation": true,
"SizeDisable": true,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -64,
"RotationScaling": 0,
"Size": 3
},
"Attr2": {
"CharName": 21,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 9
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": true,
"SizeDisable": true,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 85,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 3
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 89,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 34
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -64,
"Rotation": true,
"SizeDisable": true,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -64,
"RotationScaling": 0,
"Size": 3
},
"Attr2": {
"CharName": 21,
"Priority": 0,
"Palette": 13
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 34
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -64,
"Rotation": true,
"SizeDisable": true,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -64,
"RotationScaling": 0,
"Size": 3
},
"Attr2": {
"CharName": 21,
"Priority": 0,
"Palette": 14
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 0
},
"oamCount": 0,
"OAM": []
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 3
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 93,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 3
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 97,
"Priority": 0,
"Palette": 0
}
}]
}],
"labels": ["CellAnime0", "CellAnime1", "CellAnime2", "CellAnime3"],
"labelCount": 4
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 B

View File

@@ -0,0 +1,84 @@
{
"labelEnabled": true,
"uaatEnabled": false,
"sequenceCount": 4,
"frameCount": 10,
"sequences": [{
"frameCount": 2,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 2,
"frameData": [{
"frameDelay": 30,
"resultId": 0
}, {
"frameDelay": 30,
"resultId": 1
}]
}, {
"frameCount": 3,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 2,
"frameData": [{
"frameDelay": 30,
"resultId": 0
}, {
"frameDelay": 30,
"resultId": 2
}, {
"frameDelay": 30,
"resultId": 1
}]
}, {
"frameCount": 4,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 2,
"frameData": [{
"frameDelay": 30,
"resultId": 0
}, {
"frameDelay": 30,
"resultId": 2
}, {
"frameDelay": 30,
"resultId": 3
}, {
"frameDelay": 30,
"resultId": 1
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 4
}]
}],
"animationResults": [{
"resultType": 0,
"index": 1
}, {
"resultType": 0,
"index": 0
}, {
"resultType": 0,
"index": 2
}, {
"resultType": 0,
"index": 3
}, {
"resultType": 0,
"index": 4
}],
"resultCount": 5,
"labels": ["CellAnime0", "CellAnime1", "CellAnime2", "CellAnime3"],
"labelCount": 4
}

View File

@@ -0,0 +1,182 @@
{
"labelEnabled": true,
"dontPadKbec": false,
"extended": false,
"vramTransferEnabled": false,
"ucatEnabled": false,
"cellCount": 5,
"mappingType": 0,
"cells": [{
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 0
},
"oamCount": 0,
"OAM": []
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 9
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -24,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -24,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 9
},
"oamCount": 2,
"OAM": [{
"Attr0": {
"YCoordinate": -26,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -26,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 4,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -26,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": 10,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 4,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 13
},
"oamCount": 2,
"OAM": [{
"Attr0": {
"YCoordinate": -37,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": 2,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 8,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -37,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -35,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 8,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 6
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": 2,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 24,
"Priority": 0,
"Palette": 0
}
}]
}],
"labels": ["CellAnime0", "CellAnime1", "CellAnime2", "CellAnime3"],
"labelCount": 4
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 859 B

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 650 B

View File

@@ -0,0 +1,160 @@
{
"labelEnabled": true,
"uaatEnabled": false,
"sequenceCount": 11,
"frameCount": 12,
"sequences": [{
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 2,
"resultId": 0
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 2,
"resultId": 1
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 12,
"resultId": 2
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 3
}]
}, {
"frameCount": 2,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 2,
"frameData": [{
"frameDelay": 20,
"resultId": 4
}, {
"frameDelay": 20,
"resultId": 5
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 2,
"resultId": 6
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 2,
"resultId": 7
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 2,
"resultId": 8
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 9
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 2,
"resultId": 10
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 11
}]
}],
"animationResults": [{
"resultType": 0,
"index": 0
}, {
"resultType": 0,
"index": 1
}, {
"resultType": 0,
"index": 2
}, {
"resultType": 0,
"index": 3
}, {
"resultType": 0,
"index": 4
}, {
"resultType": 0,
"index": 5
}, {
"resultType": 0,
"index": 6
}, {
"resultType": 0,
"index": 7
}, {
"resultType": 0,
"index": 8
}, {
"resultType": 0,
"index": 9
}, {
"resultType": 0,
"index": 10
}, {
"resultType": 0,
"index": 11
}],
"resultCount": 12,
"labels": ["arm_up_r", "arm_down_r", "anm_up_L", "anm_down_L", "yajirusi", "start_off", "start_on", "stop_off", "stop_on", "reset_off", "reset_on"],
"labelCount": 11
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 B

View File

@@ -0,0 +1,372 @@
{
"labelEnabled": true,
"dontPadKbec": false,
"extended": false,
"vramTransferEnabled": false,
"ucatEnabled": false,
"cellCount": 12,
"mappingType": 0,
"cells": [{
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 12
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -32,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -32,
"RotationScaling": 0,
"Size": 3
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 14
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -24,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -40,
"RotationScaling": 0,
"Size": 3
},
"Attr2": {
"CharName": 64,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": true,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 12
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -32,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -32,
"RotationScaling": 8,
"Size": 3
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": true,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 14
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -24,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -24,
"RotationScaling": 8,
"Size": 3
},
"Attr2": {
"CharName": 64,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 3
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 128,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 3
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 132,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 9
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": -32,
"RotationScaling": 0,
"Size": 3
},
"Attr2": {
"CharName": 136,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 9
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": -32,
"RotationScaling": 0,
"Size": 3
},
"Attr2": {
"CharName": 168,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 9
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": -32,
"RotationScaling": 0,
"Size": 3
},
"Attr2": {
"CharName": 200,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 9
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": -32,
"RotationScaling": 0,
"Size": 3
},
"Attr2": {
"CharName": 232,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 9
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": -32,
"RotationScaling": 0,
"Size": 3
},
"Attr2": {
"CharName": 264,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 9
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": -32,
"RotationScaling": 0,
"Size": 3
},
"Attr2": {
"CharName": 296,
"Priority": 0,
"Palette": 0
}
}]
}],
"labels": ["arm_up_r", "arm_down_r", "anm_up_L", "anm_down_L", "yajirusi", "start_off", "start_on", "stop_off", "stop_on", "reset_off", "reset_on"],
"labelCount": 11
}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 B

View File

@@ -0,0 +1,102 @@
{
"labelEnabled": true,
"uaatEnabled": false,
"sequenceCount": 4,
"frameCount": 11,
"sequences": [{
"frameCount": 6,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 2,
"frameData": [{
"frameDelay": 20,
"resultId": 0
}, {
"frameDelay": 8,
"resultId": 1
}, {
"frameDelay": 8,
"resultId": 2
}, {
"frameDelay": 8,
"resultId": 3
}, {
"frameDelay": 8,
"resultId": 4
}, {
"frameDelay": 8,
"resultId": 5
}]
}, {
"frameCount": 2,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 2,
"frameData": [{
"frameDelay": 16,
"resultId": 6
}, {
"frameDelay": 16,
"resultId": 7
}]
}, {
"frameCount": 2,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 2,
"frameData": [{
"frameDelay": 16,
"resultId": 8
}, {
"frameDelay": 16,
"resultId": 7
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 9
}]
}],
"animationResults": [{
"resultType": 0,
"index": 0
}, {
"resultType": 0,
"index": 1
}, {
"resultType": 0,
"index": 2
}, {
"resultType": 0,
"index": 3
}, {
"resultType": 0,
"index": 4
}, {
"resultType": 0,
"index": 5
}, {
"resultType": 0,
"index": 7
}, {
"resultType": 0,
"index": 9
}, {
"resultType": 0,
"index": 8
}, {
"resultType": 0,
"index": 10
}],
"resultCount": 10,
"labels": ["bar", "denpa", "mark", "DS"],
"labelCount": 4
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 B

View File

@@ -0,0 +1,782 @@
{
"labelEnabled": true,
"dontPadKbec": false,
"extended": false,
"vramTransferEnabled": false,
"ucatEnabled": false,
"cellCount": 11,
"mappingType": 0,
"cells": [{
"cellAttrs": {
"hFlip": true,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 16
},
"oamCount": 4,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": 32,
"RotationScaling": 8,
"Size": 1
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": 0,
"RotationScaling": 8,
"Size": 1
},
"Attr2": {
"CharName": 4,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": -64,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": -32,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 4,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": true,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 16
},
"oamCount": 4,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": 32,
"RotationScaling": 8,
"Size": 1
},
"Attr2": {
"CharName": 8,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": 0,
"RotationScaling": 8,
"Size": 1
},
"Attr2": {
"CharName": 12,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": -64,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 8,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": -32,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 12,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": true,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 16
},
"oamCount": 4,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": 32,
"RotationScaling": 8,
"Size": 1
},
"Attr2": {
"CharName": 16,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": 0,
"RotationScaling": 8,
"Size": 1
},
"Attr2": {
"CharName": 20,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": -64,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 16,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": -32,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 20,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": true,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 16
},
"oamCount": 4,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": 32,
"RotationScaling": 8,
"Size": 1
},
"Attr2": {
"CharName": 24,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": 0,
"RotationScaling": 8,
"Size": 1
},
"Attr2": {
"CharName": 28,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": -64,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 24,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": -32,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 28,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": true,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 16
},
"oamCount": 4,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": 32,
"RotationScaling": 8,
"Size": 1
},
"Attr2": {
"CharName": 32,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": 0,
"RotationScaling": 8,
"Size": 1
},
"Attr2": {
"CharName": 36,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": -64,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 32,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": -32,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 36,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": true,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 16
},
"oamCount": 4,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": 32,
"RotationScaling": 8,
"Size": 1
},
"Attr2": {
"CharName": 40,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": 0,
"RotationScaling": 8,
"Size": 1
},
"Attr2": {
"CharName": 44,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": -64,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 40,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": -32,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 44,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": true,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 16
},
"oamCount": 4,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": 32,
"RotationScaling": 8,
"Size": 1
},
"Attr2": {
"CharName": 48,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": 0,
"RotationScaling": 8,
"Size": 1
},
"Attr2": {
"CharName": 52,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": -64,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 48,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": -32,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 52,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 6
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 56,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 6
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 72,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 6
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 88,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 7
},
"oamCount": 2,
"OAM": [{
"Attr0": {
"YCoordinate": -24,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 104,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": 8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 120,
"Priority": 0,
"Palette": 0
}
}]
}],
"labels": ["bar", "denpa", "mark", "DS"],
"labelCount": 4
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 B

View File

@@ -0,0 +1,294 @@
{
"labelEnabled": true,
"uaatEnabled": false,
"sequenceCount": 19,
"frameCount": 21,
"sequences": [{
"frameCount": 2,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 2,
"frameData": [{
"frameDelay": 30,
"resultId": 0
}, {
"frameDelay": 30,
"resultId": 1
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 2,
"resultId": 2
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 2,
"resultId": 3
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 2,
"resultId": 4
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 2,
"resultId": 5
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 2,
"resultId": 6
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 2,
"resultId": 7
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 2,
"resultId": 8
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 1,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 9
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 1,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 10
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 1,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 11
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 1,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 12
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 1,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 13
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 1,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 14
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 15
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 15
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 16
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 17
}]
}, {
"frameCount": 2,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 2,
"frameData": [{
"frameDelay": 15,
"resultId": 18
}, {
"frameDelay": 15,
"resultId": 1
}]
}],
"animationResults": [{
"resultType": 0,
"index": 0
}, {
"resultType": 0,
"index": 1
}, {
"resultType": 0,
"index": 2
}, {
"resultType": 0,
"index": 3
}, {
"resultType": 0,
"index": 4
}, {
"resultType": 0,
"index": 5
}, {
"resultType": 0,
"index": 6
}, {
"resultType": 0,
"index": 7
}, {
"resultType": 0,
"index": 8
}, {
"resultType": 1,
"index": 2,
"rotation": 0,
"scaleX": 8192,
"scaleY": 8192,
"positionX": 0,
"positionY": 0
}, {
"resultType": 1,
"index": 3,
"rotation": 0,
"scaleX": 8192,
"scaleY": 8192,
"positionX": 0,
"positionY": 0
}, {
"resultType": 1,
"index": 4,
"rotation": 0,
"scaleX": 8192,
"scaleY": 8192,
"positionX": 0,
"positionY": 0
}, {
"resultType": 1,
"index": 5,
"rotation": 0,
"scaleX": 8192,
"scaleY": 8192,
"positionX": 0,
"positionY": 0
}, {
"resultType": 1,
"index": 6,
"rotation": 0,
"scaleX": 8192,
"scaleY": 8192,
"positionX": 0,
"positionY": 0
}, {
"resultType": 1,
"index": 7,
"rotation": 0,
"scaleX": 8192,
"scaleY": 8192,
"positionX": 0,
"positionY": 0
}, {
"resultType": 0,
"index": 9
}, {
"resultType": 0,
"index": 10
}, {
"resultType": 0,
"index": 11
}, {
"resultType": 0,
"index": 12
}],
"resultCount": 19,
"labels": ["cur", "ball", "star", "cube", "try", "hart", "dia", "kinomi", "CellAnime0", "CellAnime1", "CellAnime2", "CellAnime3", "CellAnime4", "CellAnime5", "D15", "D30", "D18", "L04", "movepoke"],
"labelCount": 19
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 436 B

View File

@@ -0,0 +1,402 @@
{
"labelEnabled": true,
"dontPadKbec": false,
"extended": false,
"vramTransferEnabled": false,
"ucatEnabled": false,
"cellCount": 13,
"mappingType": 0,
"cells": [{
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 3
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 0
},
"oamCount": 0,
"OAM": []
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 9
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": true,
"SizeDisable": true,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 4,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 9
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": true,
"SizeDisable": true,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 8,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 9
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": true,
"SizeDisable": true,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 12,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 9
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": true,
"SizeDisable": true,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 16,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 9
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": true,
"SizeDisable": true,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 20,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 9
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": true,
"SizeDisable": true,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 24,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 3
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 28,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 3
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 32,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 3
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 36,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 8
},
"oamCount": 2,
"OAM": [{
"Attr0": {
"YCoordinate": 0,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 40,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -32,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 48,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 3
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 56,
"Priority": 0,
"Palette": 0
}
}]
}],
"labels": ["cur", "ball", "star", "cube", "try", "hart", "dia", "kinomi", "CellAnime0", "CellAnime1", "CellAnime2", "CellAnime3", "CellAnime4", "CellAnime5", "D15", "D30", "D18", "L04", "movepoke"],
"labelCount": 19
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 B

View File

@@ -0,0 +1,388 @@
{
"labelEnabled": true,
"uaatEnabled": false,
"sequenceCount": 11,
"frameCount": 60,
"sequences": [{
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 0
}]
}, {
"frameCount": 2,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 32,
"resultId": 0
}, {
"frameDelay": 32,
"resultId": 1
}]
}, {
"frameCount": 3,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 32,
"resultId": 0
}, {
"frameDelay": 32,
"resultId": 1
}, {
"frameDelay": 32,
"resultId": 2
}]
}, {
"frameCount": 4,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 32,
"resultId": 0
}, {
"frameDelay": 32,
"resultId": 1
}, {
"frameDelay": 32,
"resultId": 2
}, {
"frameDelay": 32,
"resultId": 3
}]
}, {
"frameCount": 14,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 2,
"frameData": [{
"frameDelay": 8,
"resultId": 1
}, {
"frameDelay": 8,
"resultId": 4
}, {
"frameDelay": 8,
"resultId": 5
}, {
"frameDelay": 8,
"resultId": 4
}, {
"frameDelay": 8,
"resultId": 1
}, {
"frameDelay": 8,
"resultId": 4
}, {
"frameDelay": 8,
"resultId": 5
}, {
"frameDelay": 8,
"resultId": 4
}, {
"frameDelay": 8,
"resultId": 1
}, {
"frameDelay": 8,
"resultId": 4
}, {
"frameDelay": 16,
"resultId": 3
}, {
"frameDelay": 16,
"resultId": 0
}, {
"frameDelay": 16,
"resultId": 3
}, {
"frameDelay": 16,
"resultId": 0
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 6
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 7
}]
}, {
"frameCount": 16,
"loopStartFrame": 0,
"animationElement": 2,
"animationType": 1,
"playbackMode": 2,
"frameData": [{
"frameDelay": 8,
"resultId": 8
}, {
"frameDelay": 8,
"resultId": 9
}, {
"frameDelay": 8,
"resultId": 10
}, {
"frameDelay": 8,
"resultId": 11
}, {
"frameDelay": 8,
"resultId": 10
}, {
"frameDelay": 8,
"resultId": 9
}, {
"frameDelay": 8,
"resultId": 8
}, {
"frameDelay": 8,
"resultId": 12
}, {
"frameDelay": 8,
"resultId": 13
}, {
"frameDelay": 8,
"resultId": 14
}, {
"frameDelay": 8,
"resultId": 15
}, {
"frameDelay": 8,
"resultId": 16
}, {
"frameDelay": 8,
"resultId": 15
}, {
"frameDelay": 8,
"resultId": 14
}, {
"frameDelay": 8,
"resultId": 13
}, {
"frameDelay": 8,
"resultId": 12
}]
}, {
"frameCount": 16,
"loopStartFrame": 0,
"animationElement": 2,
"animationType": 1,
"playbackMode": 2,
"frameData": [{
"frameDelay": 8,
"resultId": 17
}, {
"frameDelay": 8,
"resultId": 18
}, {
"frameDelay": 8,
"resultId": 19
}, {
"frameDelay": 8,
"resultId": 20
}, {
"frameDelay": 8,
"resultId": 19
}, {
"frameDelay": 8,
"resultId": 18
}, {
"frameDelay": 8,
"resultId": 17
}, {
"frameDelay": 8,
"resultId": 21
}, {
"frameDelay": 8,
"resultId": 22
}, {
"frameDelay": 8,
"resultId": 23
}, {
"frameDelay": 8,
"resultId": 24
}, {
"frameDelay": 8,
"resultId": 25
}, {
"frameDelay": 8,
"resultId": 24
}, {
"frameDelay": 8,
"resultId": 23
}, {
"frameDelay": 8,
"resultId": 22
}, {
"frameDelay": 8,
"resultId": 21
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 1,
"resultId": 26
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 1,
"resultId": 27
}]
}],
"animationResults": [{
"resultType": 0,
"index": 0
}, {
"resultType": 0,
"index": 1
}, {
"resultType": 0,
"index": 2
}, {
"resultType": 0,
"index": 3
}, {
"resultType": 0,
"index": 4
}, {
"resultType": 0,
"index": 5
}, {
"resultType": 0,
"index": 8
}, {
"resultType": 0,
"index": 9
}, {
"resultType": 2,
"index": 8,
"positionX": -6,
"positionY": 0
}, {
"resultType": 2,
"index": 8,
"positionX": -11,
"positionY": 0
}, {
"resultType": 2,
"index": 8,
"positionX": -14,
"positionY": 0
}, {
"resultType": 2,
"index": 8,
"positionX": -16,
"positionY": 0
}, {
"resultType": 2,
"index": 8,
"positionX": 0,
"positionY": 0
}, {
"resultType": 2,
"index": 8,
"positionX": 6,
"positionY": 0
}, {
"resultType": 2,
"index": 8,
"positionX": 11,
"positionY": 0
}, {
"resultType": 2,
"index": 8,
"positionX": 14,
"positionY": 0
}, {
"resultType": 2,
"index": 8,
"positionX": 16,
"positionY": 0
}, {
"resultType": 2,
"index": 9,
"positionX": -6,
"positionY": 0
}, {
"resultType": 2,
"index": 9,
"positionX": -11,
"positionY": 0
}, {
"resultType": 2,
"index": 9,
"positionX": -14,
"positionY": 0
}, {
"resultType": 2,
"index": 9,
"positionX": -16,
"positionY": 0
}, {
"resultType": 2,
"index": 9,
"positionX": 0,
"positionY": 0
}, {
"resultType": 2,
"index": 9,
"positionX": 6,
"positionY": 0
}, {
"resultType": 2,
"index": 9,
"positionX": 11,
"positionY": 0
}, {
"resultType": 2,
"index": 9,
"positionX": 14,
"positionY": 0
}, {
"resultType": 2,
"index": 9,
"positionX": 16,
"positionY": 0
}, {
"resultType": 0,
"index": 6
}, {
"resultType": 0,
"index": 7
}],
"resultCount": 28,
"labels": ["CellAnime0", "CellAnime1", "CellAnime2", "CellAnime3", "CellAnime4", "CellAnime5", "CellAnime6", "CellAnime7", "CellAnime8", "CellAnime9", "CellAnime10"],
"labelCount": 11
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 B

View File

@@ -0,0 +1,692 @@
{
"labelEnabled": true,
"dontPadKbec": false,
"extended": false,
"vramTransferEnabled": false,
"ucatEnabled": false,
"cellCount": 10,
"mappingType": 0,
"cells": [{
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 13
},
"oamCount": 3,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": 16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -48,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 13
},
"oamCount": 3,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": 16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -48,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 16,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 13
},
"oamCount": 3,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 16,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": 16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -48,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 16,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 13
},
"oamCount": 3,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": 16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 16,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 16,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -48,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 16,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 13
},
"oamCount": 4,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": 16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -48,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": 16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 16,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 13
},
"oamCount": 3,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -48,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": 16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 16,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": true,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 9
},
"oamCount": 4,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": 8,
"RotationScaling": 8,
"Size": 2
},
"Attr2": {
"CharName": 32,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": 16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": 8,
"RotationScaling": 8,
"Size": 0
},
"Attr2": {
"CharName": 40,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -24,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 42,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": 16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": -24,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 58,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": true,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 9
},
"oamCount": 4,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": 8,
"RotationScaling": 8,
"Size": 2
},
"Attr2": {
"CharName": 62,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": 16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": 8,
"RotationScaling": 8,
"Size": 0
},
"Attr2": {
"CharName": 70,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -24,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 72,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": 16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": -24,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 88,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": true,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 9
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -32,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 8,
"Size": 3
},
"Attr2": {
"CharName": 92,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 9
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -32,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 3
},
"Attr2": {
"CharName": 92,
"Priority": 0,
"Palette": 0
}
}]
}],
"labels": ["CellAnime0", "CellAnime1", "CellAnime2", "CellAnime3", "CellAnime4", "CellAnime5", "CellAnime6", "CellAnime7", "CellAnime8", "CellAnime9", "CellAnime10"],
"labelCount": 11
}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 B

View File

@@ -0,0 +1,63 @@
{
"labelEnabled": true,
"uaatEnabled": false,
"sequenceCount": 4,
"frameCount": 4,
"sequences": [{
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 0
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 1
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 2
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 3
}]
}],
"animationResults": [{
"resultType": 0,
"index": 0
}, {
"resultType": 0,
"index": 2
}, {
"resultType": 0,
"index": 1
}, {
"resultType": 0,
"index": 3
}],
"resultCount": 4,
"labels": ["CellAnime0", "CellAnime1", "CellAnime2", "CellAnime3"],
"labelCount": 4
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 B

View File

@@ -0,0 +1,212 @@
{
"labelEnabled": true,
"dontPadKbec": false,
"extended": false,
"vramTransferEnabled": false,
"ucatEnabled": false,
"cellCount": 4,
"mappingType": 0,
"cells": [{
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 11
},
"oamCount": 2,
"OAM": [{
"Attr0": {
"YCoordinate": -40,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 3
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": 24,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 32,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 11
},
"oamCount": 2,
"OAM": [{
"Attr0": {
"YCoordinate": -40,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 3
},
"Attr2": {
"CharName": 40,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": 24,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 72,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 11
},
"oamCount": 2,
"OAM": [{
"Attr0": {
"YCoordinate": -40,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 3
},
"Attr2": {
"CharName": 80,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": 24,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 112,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 11
},
"oamCount": 2,
"OAM": [{
"Attr0": {
"YCoordinate": -40,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 3
},
"Attr2": {
"CharName": 120,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": 24,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 1
},
"Attr1": {
"XCoordinate": -16,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 152,
"Priority": 0,
"Palette": 0
}
}]
}],
"labels": ["CellAnime0", "CellAnime1", "CellAnime2", "CellAnime3"],
"labelCount": 4
}

View File

@@ -0,0 +1,250 @@
poketch_cells = ncer_lz_gen.process(
files(
'digits_cell.json',
'poke_icon_cell.json',
'stopwatch_cell.json',
'analog_watch_cell.json',
'memo_pad_cell.json',
'friendship_checker_cell.json',
'dowsing_machine_cell.json',
'counter_cell.json',
'pedometer_cell.json',
'coin_toss_cell.json',
'move_tester_cell.json',
'color_changer_cell.json',
'matchup_checker_cell.json',
'alarm_clock_cell.json',
'daycare_checker_cell.json',
'roulette_cell.json',
'kitchen_timer_cell.json',
'link_searcher_cell.json',
'backlight_toggle_cell.json',
'party_status_cell.json',
'calendar_cell.json',
'map_cell.json',
'trainer_counter_cell.json',
),
extra_args: [
'-nopad',
]
)
poketch_anims = nanr_lz_gen.process(
files(
'digits_anim.json',
'poke_icon_anim.json',
'stopwatch_anim.json',
'analog_watch_anim.json',
'memo_pad_anim.json',
'friendship_checker_anim.json',
'dowsing_machine_anim.json',
'counter_anim.json',
'pedometer_anim.json',
'coin_toss_anim.json',
'move_tester_anim.json',
'color_changer_anim.json',
'matchup_checker_anim.json',
'alarm_clock_anim.json',
'daycare_checker_anim.json',
'roulette_anim.json',
'kitchen_timer_anim.json',
'link_searcher_anim.json',
'backlight_toggle_anim.json',
'party_status_anim.json',
'calendar_anim.json',
'map_anim.json',
'trainer_counter_anim.json',
),
extra_args: [
'-nopad',
]
)
poketch_nscrs = lz_gen.process(files(
'unavailable.NSCR',
'poketch_border.NSCR',
'calculator.NSCR',
'stopwatch.NSCR',
'digital_watch.NSCR',
'digital_watch_digits.NSCR',
'analog_watch.NSCR',
'memo_pad.NSCR',
'dowsing_machine.NSCR',
'counter.NSCR',
'pedometer.NSCR',
'coin_toss.NSCR',
'unused_menu.NSCR',
'move_tester.NSCR',
'color_changer.NSCR',
'matchup_checker.NSCR',
'alarm_clock.NSCR',
'daycare_checker.NSCR',
'roulette.NSCR',
'kitchen_timer.NSCR',
'link_searcher.NSCR',
'backlight_toggle.NSCR',
'party_status.NSCR',
'calendar.NSCR',
'marking_map.NSCR',
'berry_searcher.NSCR',
'trainer_counter.NSCR',
),
extra_args: [
'-nopad',
]
)
poketch_bg_tiles = ncgr_lz_gen.process(
files(
'unavailable_bg_tiles.png',
'poketch_border.png',
'calculator_bg_tiles.png',
'stopwatch_bg_tiles.png',
'watch_bg_tiles.png',
'memo_pad_bg_tiles.png',
'dowsing_machine_bg_tiles.png',
'counter_bg_tiles.png',
'pedometer_bg_tiles.png',
'coin_toss_bg_tiles.png',
'unused_menu_bg_tiles.png',
'move_tester_bg_tiles.png',
'color_changer_bg_tiles.png',
'matchup_checker_bg_tiles.png',
'alarm_clock_bg_tiles.png',
'daycare_checker_bg_tiles.png',
'roulette_bg_tiles.png',
'kitchen_timer_bg_tiles.png',
'link_searcher_bg_tiles.png',
'backlight_toggle_bg_tiles.png',
'party_status_bg_tiles.png',
'calendar_bg_tiles.png',
'map_bg_tiles.png',
'trainer_counter_bg_tiles.png',
),
extra_args: [
'-sopc',
'-version101',
'-nopad',
]
)
poketch_palettes = nclr_gen.process(
files(
'unavailable_bg_tiles.png',
'unused_apps.png',
),
extra_args: [
'-bitdepth', '4',
'-nopad',
'-pcmp',
]
)
poketch_generic_bg_tiles = ncgr_lz_gen.process(
files(
'generic_bg_tiles.png',
),
extra_args: [
'-convertTo4Bpp',
'-sopc',
'-version101',
'-nopad',
]
)
poketch_screen_palette = nclr_gen.process(
files('generic_bg_tiles.png'),
extra_args: ['-bitdepth', '4'],
)
poketch_screen_palette_dupe = generator(nitrogfx_exe,
arguments: ['@INPUT@', '@OUTPUT@', '-bitdepth', '4'],
output: '@BASENAME@_dupe.NCLR',
).process(files('generic_bg_tiles.png'))
poketch_border_palette = nclr_gen.process(
files('poketch_border.pal'),
extra_args: [
'-bitdepth', '4',
'-nopad',
'-pcmp',
'-start', '14',
]
)
poketch_graphics = ncgr_cell_lz_gen.process(
files(
'digits.png',
'analog_watch.png',
'memo_pad.png',
'friendship_checker.png',
'dowsing_machine.png',
'counter.png',
'pedometer.png',
'coin_toss.png',
'move_tester.png',
'color_changer.png',
'matchup_checker.png',
'alarm_clock.png',
'daycare_checker.png',
'roulette.png',
'kitchen_timer.png',
'link_searcher.png',
'backlight_toggle.png',
'party_status.png',
'calendar.png',
'map.png',
'trainer_counter.png',
),
extra_args: [
'-clobbersize',
'-version101',
'-nopad',
]
)
poketch_unused_ncgr = ncgr_gen.process(
files('unused_apps.png'),
extra_args: [
'-convertTo4Bpp',
'-version101',
'-sopc',
],
)
poketch_ncgrs = copy_gen.process(files(
'stopwatch.NCGR.lz',
))
poketch_order = files('poketch.order')
poketch_narc = custom_target('poketch_narc',
output: [
'poketch.narc',
'poketch.naix.h',
],
input: [
poketch_graphics,
poketch_ncgrs,
poketch_unused_ncgr,
poketch_bg_tiles,
poketch_generic_bg_tiles,
poketch_cells,
poketch_anims,
poketch_nscrs,
poketch_palettes,
poketch_border_palette,
poketch_screen_palette,
poketch_screen_palette_dupe,
],
command: [
narc_exe, 'create',
'--naix',
'--order', poketch_order,
'--output', '@OUTPUT0@',
'@PRIVATE_DIR@',
]
)
nitrofs_files += poketch_narc
naix_headers += poketch_narc[1]

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 B

View File

@@ -0,0 +1,89 @@
{
"labelEnabled": true,
"uaatEnabled": false,
"sequenceCount": 6,
"frameCount": 6,
"sequences": [{
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 0
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 1
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 2
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 3
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 4
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 5
}]
}],
"animationResults": [{
"resultType": 0,
"index": 0
}, {
"resultType": 0,
"index": 1
}, {
"resultType": 0,
"index": 2
}, {
"resultType": 0,
"index": 3
}, {
"resultType": 0,
"index": 4
}, {
"resultType": 0,
"index": 6
}],
"resultCount": 6,
"labels": ["CellAnime0", "CellAnime1", "CellAnime2", "CellAnime3", "CellAnime4", "CellAnime5"],
"labelCount": 6
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 B

View File

@@ -0,0 +1,282 @@
{
"labelEnabled": true,
"dontPadKbec": false,
"extended": false,
"vramTransferEnabled": false,
"ucatEnabled": false,
"cellCount": 7,
"mappingType": 0,
"cells": [{
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 5
},
"oamCount": 2,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": -12,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": 4,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 8,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 5
},
"oamCount": 2,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": -12,
"RotationScaling": 0,
"Size": 2
},
"Attr2": {
"CharName": 12,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": 4,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 20,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": true,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 5
},
"oamCount": 2,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": -4,
"RotationScaling": 8,
"Size": 2
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": -12,
"RotationScaling": 8,
"Size": 1
},
"Attr2": {
"CharName": 8,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": true,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 5
},
"oamCount": 2,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": -4,
"RotationScaling": 8,
"Size": 2
},
"Attr2": {
"CharName": 12,
"Priority": 0,
"Palette": 0
}
}, {
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": -12,
"RotationScaling": 8,
"Size": 1
},
"Attr2": {
"CharName": 20,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 4
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": -4,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 24,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 4
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -16,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 2
},
"Attr1": {
"XCoordinate": -4,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 28,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 0
},
"oamCount": 0,
"OAM": []
}],
"labels": ["CellAnime0", "CellAnime1", "CellAnime2", "CellAnime3", "CellAnime4", "CellAnime5"],
"labelCount": 6
}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 B

View File

@@ -0,0 +1,37 @@
{
"labelEnabled": true,
"uaatEnabled": false,
"sequenceCount": 2,
"frameCount": 2,
"sequences": [{
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 2,
"frameData": [{
"frameDelay": 4,
"resultId": 0
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 2,
"frameData": [{
"frameDelay": 4,
"resultId": 1
}]
}],
"animationResults": [{
"resultType": 0,
"index": 0
}, {
"resultType": 0,
"index": 1
}],
"resultCount": 2,
"labels": ["item", "mail"],
"labelCount": 2
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 B

View File

@@ -0,0 +1,72 @@
{
"labelEnabled": true,
"dontPadKbec": false,
"extended": false,
"vramTransferEnabled": false,
"ucatEnabled": false,
"cellCount": 2,
"mappingType": 0,
"cells": [{
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 3
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 0,
"Priority": 0,
"Palette": 0
}
}]
}, {
"cellAttrs": {
"hFlip": false,
"vFlip": false,
"hvFlip": false,
"boundingRect": false,
"boundingSphereRadius": 3
},
"oamCount": 1,
"OAM": [{
"Attr0": {
"YCoordinate": -8,
"Rotation": false,
"SizeDisable": false,
"Mode": 0,
"Mosaic": false,
"Colours": 16,
"Shape": 0
},
"Attr1": {
"XCoordinate": -8,
"RotationScaling": 0,
"Size": 1
},
"Attr2": {
"CharName": 4,
"Priority": 0,
"Palette": 0
}
}]
}],
"labels": ["item", "mail"],
"labelCount": 2
}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 B

View File

@@ -0,0 +1,37 @@
{
"labelEnabled": true,
"uaatEnabled": false,
"sequenceCount": 2,
"frameCount": 2,
"sequences": [{
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 0
}]
}, {
"frameCount": 1,
"loopStartFrame": 0,
"animationElement": 0,
"animationType": 1,
"playbackMode": 1,
"frameData": [{
"frameDelay": 4,
"resultId": 1
}]
}],
"animationResults": [{
"resultType": 0,
"index": 0
}, {
"resultType": 0,
"index": 1
}],
"resultCount": 2,
"labels": ["CellAnime0", "CellAnime1"],
"labelCount": 2
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 B

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