Unpack Trainer Graphics (#786)
Co-authored-by: Rachel <lhearachel@proton.me>
|
|
@ -152,6 +152,7 @@ endforeach
|
|||
npc_trades_txt = files('npc_trades.txt')
|
||||
species_txt = files('species.txt')
|
||||
text_banks_txt = files('text_banks.txt')
|
||||
trainer_classes_txt = files('trainer_classes.txt')
|
||||
trainers_txt = files('trainers.txt')
|
||||
|
||||
py_consts_env = environment()
|
||||
|
|
|
|||
|
|
@ -154,8 +154,8 @@ res/prebuilt/poketool/pokegra/poke_shadow.narc,/poketool/pokegra/poke_shadow.nar
|
|||
res/prebuilt/poketool/pokegra/poke_shadow_ofx.narc,/poketool/pokegra/poke_shadow_ofx.narc
|
||||
res/prebuilt/poketool/pokegra/poke_yofs.narc,/poketool/pokegra/poke_yofs.narc
|
||||
res/prebuilt/poketool/pokegra/pokegra.narc,/poketool/pokegra/pokegra.narc
|
||||
res/prebuilt/poketool/trgra/trbgra.narc,/poketool/trgra/trbgra.narc
|
||||
res/prebuilt/poketool/trgra/trfgra.narc,/poketool/trgra/trfgra.narc
|
||||
res/trainers/classes/trbgra.narc,/poketool/trgra/trbgra.narc
|
||||
res/trainers/classes/trfgra.narc,/poketool/trgra/trfgra.narc
|
||||
res/prebuilt/poketool/personal/personal.narc,/poketool/personal/personal.narc
|
||||
res/pokemon/pl_personal.narc,/poketool/personal/pl_personal.narc
|
||||
res/pokemon/evo.narc,/poketool/personal/evo.narc
|
||||
|
|
@ -199,7 +199,7 @@ res/prebuilt/graphic/ending.narc,/graphic/ending.narc
|
|||
res/prebuilt/graphic/ev_pokeselect.narc,/graphic/ev_pokeselect.narc
|
||||
res/prebuilt/graphic/f_note_gra.narc,/graphic/f_note_gra.narc
|
||||
res/graphics/signposts/field_board.narc,/graphic/field_board.narc
|
||||
res/prebuilt/graphic/field_encounteffect.narc,/graphic/field_encounteffect.narc
|
||||
res/trainers/classes/field_encounteffect.narc,/graphic/field_encounteffect.narc
|
||||
res/graphics/scroll_prompts/fld_comact.narc,/graphic/fld_comact.narc
|
||||
res/prebuilt/graphic/font.narc,/graphic/font.narc
|
||||
res/prebuilt/graphic/fontoam.narc,/graphic/fontoam.narc
|
||||
|
|
|
|||
|
|
|
@ -153,8 +153,8 @@ e55f97e91b48ddd010cae4db6cec329160e963b5 *res/pokemon/pl_pokegra.narc
|
|||
878ee9603413426966c0a4e12e83f98473522769 *res/prebuilt/poketool/pokegra/poke_shadow_ofx.narc
|
||||
093dd07a406d331369d1066e78f8617b8c6dd9d7 *res/prebuilt/poketool/pokegra/poke_yofs.narc
|
||||
23a3e0392b77e0a10759b282796a139235fc5302 *res/prebuilt/poketool/pokegra/pokegra.narc
|
||||
4fb9e47d018968ca2bf28ca3194e85d872102dd1 *res/prebuilt/poketool/trgra/trbgra.narc
|
||||
e32324642d5ec29155743970ac8bc14dd74f63e1 *res/prebuilt/poketool/trgra/trfgra.narc
|
||||
4fb9e47d018968ca2bf28ca3194e85d872102dd1 *res/trainers/classes/trbgra.narc
|
||||
e32324642d5ec29155743970ac8bc14dd74f63e1 *res/trainers/classes/trfgra.narc
|
||||
16f526ba6a59561e1f351769ef74a6a3e0428e8c *res/prebuilt/poketool/personal/personal.narc
|
||||
1f8689cbc763d9efedac9e6f12e940dbd361f7a9 *res/pokemon/pl_personal.narc
|
||||
7755e3a884a11b098122ca9dd656223fd4b02dd0 *res/pokemon/evo.narc
|
||||
|
|
@ -198,7 +198,7 @@ d5a8953a61b8589539ce7b139ab956a802adaa33 *res/prebuilt/graphic/dendou_pc.narc
|
|||
d91ceca1e3ef5e57061dabc690c0f1a1556dc624 *res/prebuilt/graphic/ev_pokeselect.narc
|
||||
5c673be62fe6bddfa911e3be26762b7e47d60b41 *res/prebuilt/graphic/f_note_gra.narc
|
||||
4941a639804c2b009836d1ab9b86a2ab0bb0c436 *res/graphics/signposts/field_board.narc
|
||||
3a71f8eca65f2524f96c4bb8463800ae19a70a90 *res/prebuilt/graphic/field_encounteffect.narc
|
||||
3a71f8eca65f2524f96c4bb8463800ae19a70a90 *res/trainers/classes/field_encounteffect.narc
|
||||
e4ad5fcd9010114089a5ded83a077a75860d633a *res/graphics/scroll_prompts/fld_comact.narc
|
||||
1122e901209b1047fbbacb1a47311c8bd529a647 *res/prebuilt/graphic/font.narc
|
||||
02e2132b2bb08413d890c220bff7219e3725f7c2 *res/prebuilt/graphic/fontoam.narc
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ ncgr_cell_gen = generator(nitrogfx_exe,
|
|||
arguments: [
|
||||
'@INPUT@',
|
||||
'@OUTPUT@',
|
||||
'-cell', '@CURRENT_SOURCE_DIR@/@BASENAME@_cell.json',
|
||||
'-cell', '-preservepath',
|
||||
'@EXTRA_ARGS@',
|
||||
],
|
||||
output: '@BASENAME@.NCGR',
|
||||
|
|
@ -66,6 +66,11 @@ lz_gen = generator(nitrogfx_exe,
|
|||
output: '@PLAINNAME@.lz',
|
||||
)
|
||||
|
||||
copy_gen = generator(find_program('cp'),
|
||||
arguments: [ '@INPUT@', '@OUTPUT@', ],
|
||||
output: '@PLAINNAME@'
|
||||
)
|
||||
|
||||
### DECOMPILED DATA DIRECTORIES ###
|
||||
# These subpaths are listed because the result of some build-rule inside them
|
||||
# is a dependency of some later build-rule.
|
||||
|
|
@ -76,11 +81,6 @@ subdir('text')
|
|||
# Common generator for "scripting" files, i.e. field and battle scripts
|
||||
relative_source_root = fs.relative_to(meson.project_source_root(), meson.project_build_root())
|
||||
|
||||
copy_gen = generator(find_program('cp'),
|
||||
arguments: [ '@INPUT@', '@OUTPUT@', ],
|
||||
output: '@PLAINNAME@'
|
||||
)
|
||||
|
||||
# NOTE: The members of the `depends` clause below will always be modified by the
|
||||
# postconf script to be order-only dependencies. This means that this generator
|
||||
# will only *wait* to run until after these files have been generated, and it
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ prebuilt_files = [
|
|||
'ending.narc',
|
||||
'ev_pokeselect.narc',
|
||||
'f_note_gra.narc',
|
||||
'field_encounteffect.narc',
|
||||
'fld_comact.narc',
|
||||
'font.narc',
|
||||
'fontoam.narc',
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ subdir('icongra')
|
|||
subdir('personal')
|
||||
subdir('pokeanm')
|
||||
subdir('pokegra')
|
||||
subdir('trgra')
|
||||
subdir('waza')
|
||||
|
||||
prebuilt_files = [
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
prebuilt_files = [
|
||||
'trbgra.narc',
|
||||
'trfgra.narc'
|
||||
]
|
||||
|
||||
foreach f : prebuilt_files
|
||||
nitrofs_files += fs.copyfile(f)
|
||||
endforeach
|
||||
BIN
res/trainers/classes/.shared/dummy_banner.NSCR
Executable file
BIN
res/trainers/classes/.shared/dummy_banner.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
res/trainers/classes/.shared/dummy_mugshot.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
24
res/trainers/classes/.shared/dummy_mugshot_anim.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"uaatEnabled": false,
|
||||
"sequenceCount": 1,
|
||||
"frameCount": 1,
|
||||
"sequences": [{
|
||||
"frameCount": 1,
|
||||
"loopStartFrame": 0,
|
||||
"animationElement": 0,
|
||||
"animationType": 1,
|
||||
"playbackMode": 2,
|
||||
"frameData": [{
|
||||
"frameDelay": 4,
|
||||
"resultId": 0
|
||||
}]
|
||||
}],
|
||||
"animationResults": [{
|
||||
"resultType": 0,
|
||||
"index": 0
|
||||
}],
|
||||
"resultCount": 1,
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1
|
||||
}
|
||||
45
res/trainers/classes/.shared/dummy_mugshot_cell.json
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"extended": true,
|
||||
"vramTransferEnabled": false,
|
||||
"ucatEnabled": false,
|
||||
"cellCount": 1,
|
||||
"mappingType": 0,
|
||||
"cells": [{
|
||||
"cellAttrs": {
|
||||
"hFlip": false,
|
||||
"vFlip": false,
|
||||
"hvFlip": false,
|
||||
"boundingRect": true,
|
||||
"boundingSphereRadius": 12
|
||||
},
|
||||
"maxX": 31,
|
||||
"maxY": 31,
|
||||
"minX": -32,
|
||||
"minY": -32,
|
||||
"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
|
||||
}
|
||||
}]
|
||||
}],
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1
|
||||
}
|
||||
BIN
res/trainers/classes/.shared/elite_particle_1.spa
Executable file
BIN
res/trainers/classes/.shared/elite_particle_2.spa
Executable file
259
res/trainers/classes/.shared/enc_fade.pal
Normal file
|
|
@ -0,0 +1,259 @@
|
|||
JASC-PAL
|
||||
0100
|
||||
256
|
||||
0 0 0
|
||||
255 255 255
|
||||
74 82 82
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
BIN
res/trainers/classes/.shared/enc_galactic.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
24
res/trainers/classes/.shared/enc_galactic_anim.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"uaatEnabled": false,
|
||||
"sequenceCount": 1,
|
||||
"frameCount": 1,
|
||||
"sequences": [{
|
||||
"frameCount": 1,
|
||||
"loopStartFrame": 0,
|
||||
"animationElement": 0,
|
||||
"animationType": 1,
|
||||
"playbackMode": 2,
|
||||
"frameData": [{
|
||||
"frameDelay": 4,
|
||||
"resultId": 0
|
||||
}]
|
||||
}],
|
||||
"animationResults": [{
|
||||
"resultType": 0,
|
||||
"index": 0
|
||||
}],
|
||||
"resultCount": 1,
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1
|
||||
}
|
||||
105
res/trainers/classes/.shared/enc_galactic_cell.json
Normal file
|
|
@ -0,0 +1,105 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"extended": true,
|
||||
"vramTransferEnabled": false,
|
||||
"ucatEnabled": false,
|
||||
"cellCount": 1,
|
||||
"mappingType": 0,
|
||||
"cells": [{
|
||||
"cellAttrs": {
|
||||
"hFlip": false,
|
||||
"vFlip": false,
|
||||
"hvFlip": false,
|
||||
"boundingRect": true,
|
||||
"boundingSphereRadius": 23
|
||||
},
|
||||
"maxX": 63,
|
||||
"maxY": 63,
|
||||
"minX": -64,
|
||||
"minY": -64,
|
||||
"oamCount": 4,
|
||||
"OAM": [{
|
||||
"Attr0": {
|
||||
"YCoordinate": -64,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": true,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -64,
|
||||
"RotationScaling": 0,
|
||||
"Size": 3
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 0,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": -64,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": true,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 0,
|
||||
"RotationScaling": 0,
|
||||
"Size": 3
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 64,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 0,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": true,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -64,
|
||||
"RotationScaling": 0,
|
||||
"Size": 3
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 128,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 0,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": true,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 0,
|
||||
"RotationScaling": 0,
|
||||
"Size": 3
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 192,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}]
|
||||
}],
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1
|
||||
}
|
||||
259
res/trainers/classes/.shared/enc_trainer.pal
Normal file
|
|
@ -0,0 +1,259 @@
|
|||
JASC-PAL
|
||||
0100
|
||||
256
|
||||
0 0 0
|
||||
255 255 255
|
||||
246 65 65
|
||||
0 0 0
|
||||
148 123 82
|
||||
0 0 0
|
||||
0 0 255
|
||||
197 197 205
|
||||
131 139 148
|
||||
189 65 74
|
||||
131 74 82
|
||||
222 222 222
|
||||
213 41 41
|
||||
255 0 255
|
||||
255 0 255
|
||||
74 82 90
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
BIN
res/trainers/classes/.shared/enc_trainer_high.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
50
res/trainers/classes/.shared/enc_trainer_high_anim.json
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"uaatEnabled": false,
|
||||
"sequenceCount": 3,
|
||||
"frameCount": 3,
|
||||
"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
|
||||
}]
|
||||
}, {
|
||||
"frameCount": 1,
|
||||
"loopStartFrame": 0,
|
||||
"animationElement": 0,
|
||||
"animationType": 1,
|
||||
"playbackMode": 2,
|
||||
"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
|
||||
}
|
||||
213
res/trainers/classes/.shared/enc_trainer_high_cell.json
Normal file
|
|
@ -0,0 +1,213 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"extended": true,
|
||||
"vramTransferEnabled": false,
|
||||
"ucatEnabled": false,
|
||||
"cellCount": 3,
|
||||
"mappingType": 0,
|
||||
"cells": [{
|
||||
"cellAttrs": {
|
||||
"hFlip": false,
|
||||
"vFlip": false,
|
||||
"hvFlip": false,
|
||||
"boundingRect": true,
|
||||
"boundingSphereRadius": 23
|
||||
},
|
||||
"maxX": 63,
|
||||
"maxY": 63,
|
||||
"minX": -64,
|
||||
"minY": -64,
|
||||
"oamCount": 4,
|
||||
"OAM": [{
|
||||
"Attr0": {
|
||||
"YCoordinate": 0,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -64,
|
||||
"RotationScaling": 0,
|
||||
"Size": 3
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 0,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 0,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 0,
|
||||
"RotationScaling": 0,
|
||||
"Size": 3
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 64,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": -64,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -64,
|
||||
"RotationScaling": 0,
|
||||
"Size": 3
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 128,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": -64,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 0,
|
||||
"RotationScaling": 0,
|
||||
"Size": 3
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 192,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}]
|
||||
}, {
|
||||
"cellAttrs": {
|
||||
"hFlip": false,
|
||||
"vFlip": false,
|
||||
"hvFlip": false,
|
||||
"boundingRect": true,
|
||||
"boundingSphereRadius": 23
|
||||
},
|
||||
"maxX": 63,
|
||||
"maxY": -1,
|
||||
"minX": -64,
|
||||
"minY": -64,
|
||||
"oamCount": 2,
|
||||
"OAM": [{
|
||||
"Attr0": {
|
||||
"YCoordinate": -64,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -64,
|
||||
"RotationScaling": 0,
|
||||
"Size": 3
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 128,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": -64,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 0,
|
||||
"RotationScaling": 0,
|
||||
"Size": 3
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 192,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}]
|
||||
}, {
|
||||
"cellAttrs": {
|
||||
"hFlip": false,
|
||||
"vFlip": false,
|
||||
"hvFlip": false,
|
||||
"boundingRect": true,
|
||||
"boundingSphereRadius": 23
|
||||
},
|
||||
"maxX": 63,
|
||||
"maxY": 63,
|
||||
"minX": -64,
|
||||
"minY": 0,
|
||||
"oamCount": 2,
|
||||
"OAM": [{
|
||||
"Attr0": {
|
||||
"YCoordinate": 0,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -64,
|
||||
"RotationScaling": 0,
|
||||
"Size": 3
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 0,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 0,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 0,
|
||||
"RotationScaling": 0,
|
||||
"Size": 3
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 64,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}]
|
||||
}],
|
||||
"labels": ["CellAnime0", "CellAnime1", "CellAnime2"],
|
||||
"labelCount": 3
|
||||
}
|
||||
BIN
res/trainers/classes/.shared/enc_trainer_low.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
24
res/trainers/classes/.shared/enc_trainer_low_anim.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"uaatEnabled": false,
|
||||
"sequenceCount": 1,
|
||||
"frameCount": 1,
|
||||
"sequences": [{
|
||||
"frameCount": 1,
|
||||
"loopStartFrame": 0,
|
||||
"animationElement": 0,
|
||||
"animationType": 1,
|
||||
"playbackMode": 2,
|
||||
"frameData": [{
|
||||
"frameDelay": 4,
|
||||
"resultId": 0
|
||||
}]
|
||||
}],
|
||||
"animationResults": [{
|
||||
"resultType": 0,
|
||||
"index": 0
|
||||
}],
|
||||
"resultCount": 1,
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1
|
||||
}
|
||||
45
res/trainers/classes/.shared/enc_trainer_low_cell.json
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"extended": true,
|
||||
"vramTransferEnabled": false,
|
||||
"ucatEnabled": false,
|
||||
"cellCount": 1,
|
||||
"mappingType": 0,
|
||||
"cells": [{
|
||||
"cellAttrs": {
|
||||
"hFlip": false,
|
||||
"vFlip": false,
|
||||
"hvFlip": false,
|
||||
"boundingRect": true,
|
||||
"boundingSphereRadius": 12
|
||||
},
|
||||
"maxX": 31,
|
||||
"maxY": 31,
|
||||
"minX": -32,
|
||||
"minY": -32,
|
||||
"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
|
||||
}
|
||||
}]
|
||||
}],
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1
|
||||
}
|
||||
79
res/trainers/classes/.shared/frontier_vs_cell.json
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"extended": true,
|
||||
"vramTransferEnabled": false,
|
||||
"ucatEnabled": false,
|
||||
"cellCount": 2,
|
||||
"mappingType": 2,
|
||||
"cells": [{
|
||||
"cellAttrs": {
|
||||
"hFlip": false,
|
||||
"vFlip": false,
|
||||
"hvFlip": false,
|
||||
"boundingRect": true,
|
||||
"boundingSphereRadius": 12
|
||||
},
|
||||
"maxX": 31,
|
||||
"maxY": 31,
|
||||
"minX": -32,
|
||||
"minY": -32,
|
||||
"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": true,
|
||||
"boundingSphereRadius": 12
|
||||
},
|
||||
"maxX": 31,
|
||||
"maxY": 31,
|
||||
"minX": -32,
|
||||
"minY": -32,
|
||||
"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": 16,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}]
|
||||
}],
|
||||
"labels": ["CellAnime0", "CellAnime1"],
|
||||
"labelCount": 2
|
||||
}
|
||||
BIN
res/trainers/classes/.shared/league_banner.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
163
res/trainers/classes/.shared/league_banner_anim.json
Normal file
|
|
@ -0,0 +1,163 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"uaatEnabled": false,
|
||||
"sequenceCount": 2,
|
||||
"frameCount": 23,
|
||||
"sequences": [{
|
||||
"frameCount": 12,
|
||||
"loopStartFrame": 0,
|
||||
"animationElement": 0,
|
||||
"animationType": 1,
|
||||
"playbackMode": 2,
|
||||
"frameData": [{
|
||||
"frameDelay": 2,
|
||||
"resultId": 0
|
||||
}, {
|
||||
"frameDelay": 2,
|
||||
"resultId": 1
|
||||
}, {
|
||||
"frameDelay": 2,
|
||||
"resultId": 2
|
||||
}, {
|
||||
"frameDelay": 2,
|
||||
"resultId": 3
|
||||
}, {
|
||||
"frameDelay": 2,
|
||||
"resultId": 4
|
||||
}, {
|
||||
"frameDelay": 2,
|
||||
"resultId": 5
|
||||
}, {
|
||||
"frameDelay": 2,
|
||||
"resultId": 6
|
||||
}, {
|
||||
"frameDelay": 2,
|
||||
"resultId": 7
|
||||
}, {
|
||||
"frameDelay": 2,
|
||||
"resultId": 8
|
||||
}, {
|
||||
"frameDelay": 2,
|
||||
"resultId": 9
|
||||
}, {
|
||||
"frameDelay": 2,
|
||||
"resultId": 10
|
||||
}, {
|
||||
"frameDelay": 2,
|
||||
"resultId": 11
|
||||
}]
|
||||
}, {
|
||||
"frameCount": 11,
|
||||
"loopStartFrame": 0,
|
||||
"animationElement": 0,
|
||||
"animationType": 1,
|
||||
"playbackMode": 2,
|
||||
"frameData": [{
|
||||
"frameDelay": 2,
|
||||
"resultId": 12
|
||||
}, {
|
||||
"frameDelay": 2,
|
||||
"resultId": 13
|
||||
}, {
|
||||
"frameDelay": 2,
|
||||
"resultId": 14
|
||||
}, {
|
||||
"frameDelay": 2,
|
||||
"resultId": 15
|
||||
}, {
|
||||
"frameDelay": 2,
|
||||
"resultId": 16
|
||||
}, {
|
||||
"frameDelay": 2,
|
||||
"resultId": 17
|
||||
}, {
|
||||
"frameDelay": 2,
|
||||
"resultId": 18
|
||||
}, {
|
||||
"frameDelay": 2,
|
||||
"resultId": 19
|
||||
}, {
|
||||
"frameDelay": 2,
|
||||
"resultId": 20
|
||||
}, {
|
||||
"frameDelay": 2,
|
||||
"resultId": 21
|
||||
}, {
|
||||
"frameDelay": 2,
|
||||
"resultId": 22
|
||||
}]
|
||||
}],
|
||||
"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
|
||||
}, {
|
||||
"resultType": 0,
|
||||
"index": 13
|
||||
}, {
|
||||
"resultType": 0,
|
||||
"index": 14
|
||||
}, {
|
||||
"resultType": 0,
|
||||
"index": 15
|
||||
}, {
|
||||
"resultType": 0,
|
||||
"index": 16
|
||||
}, {
|
||||
"resultType": 0,
|
||||
"index": 17
|
||||
}, {
|
||||
"resultType": 0,
|
||||
"index": 18
|
||||
}, {
|
||||
"resultType": 0,
|
||||
"index": 19
|
||||
}, {
|
||||
"resultType": 0,
|
||||
"index": 20
|
||||
}, {
|
||||
"resultType": 0,
|
||||
"index": 21
|
||||
}, {
|
||||
"resultType": 0,
|
||||
"index": 22
|
||||
}],
|
||||
"resultCount": 23,
|
||||
"labels": ["CellAnime0", "CellAnime1"],
|
||||
"labelCount": 2
|
||||
}
|
||||
1713
res/trainers/classes/.shared/league_banner_cell.json
Normal file
BIN
res/trainers/classes/.shared/vs.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
37
res/trainers/classes/.shared/vs_anim.json
Normal 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": ["CellAnime0", "CellAnime1"],
|
||||
"labelCount": 2
|
||||
}
|
||||
79
res/trainers/classes/.shared/vs_cell.json
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"extended": true,
|
||||
"vramTransferEnabled": false,
|
||||
"ucatEnabled": false,
|
||||
"cellCount": 2,
|
||||
"mappingType": 0,
|
||||
"cells": [{
|
||||
"cellAttrs": {
|
||||
"hFlip": false,
|
||||
"vFlip": false,
|
||||
"hvFlip": false,
|
||||
"boundingRect": true,
|
||||
"boundingSphereRadius": 12
|
||||
},
|
||||
"maxX": 31,
|
||||
"maxY": 31,
|
||||
"minX": -32,
|
||||
"minY": -32,
|
||||
"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": true,
|
||||
"boundingSphereRadius": 12
|
||||
},
|
||||
"maxX": 31,
|
||||
"maxY": 31,
|
||||
"minX": -32,
|
||||
"minY": -32,
|
||||
"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
|
||||
}
|
||||
BIN
res/trainers/classes/ace_trainer_female/front.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
28
res/trainers/classes/ace_trainer_female/front_anim.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"uaatEnabled": true,
|
||||
"sequenceCount": 1,
|
||||
"frameCount": 1,
|
||||
"sequences": [{
|
||||
"frameCount": 1,
|
||||
"loopStartFrame": 0,
|
||||
"animationElement": 0,
|
||||
"animationType": 1,
|
||||
"playbackMode": 2,
|
||||
"frameData": [{
|
||||
"frameDelay": 4,
|
||||
"resultId": 0
|
||||
}]
|
||||
}],
|
||||
"animationResults": [{
|
||||
"resultType": 0,
|
||||
"index": 0
|
||||
}],
|
||||
"resultCount": 1,
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1,
|
||||
"uaatData": {
|
||||
"sequenceAttributes": [0],
|
||||
"frameAttributes": [0]
|
||||
}
|
||||
}
|
||||
151
res/trainers/classes/ace_trainer_female/front_cell.json
Normal file
|
|
@ -0,0 +1,151 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"extended": true,
|
||||
"vramTransferEnabled": true,
|
||||
"ucatEnabled": true,
|
||||
"cellCount": 1,
|
||||
"mappingType": 1,
|
||||
"cells": [{
|
||||
"cellAttrs": {
|
||||
"hFlip": false,
|
||||
"vFlip": false,
|
||||
"hvFlip": false,
|
||||
"boundingRect": true,
|
||||
"boundingSphereRadius": 14
|
||||
},
|
||||
"maxX": 39,
|
||||
"maxY": 39,
|
||||
"minX": -40,
|
||||
"minY": -40,
|
||||
"oamCount": 6,
|
||||
"OAM": [{
|
||||
"Attr0": {
|
||||
"YCoordinate": -40,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -40,
|
||||
"RotationScaling": 0,
|
||||
"Size": 3
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 0,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": -40,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 2
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 32,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": -8,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 2
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 36,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 1
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -40,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 40,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 1
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -8,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 44,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 1
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 48,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}]
|
||||
}],
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1,
|
||||
"vramTransferMaxSize": 3200,
|
||||
"transferData": [{
|
||||
"offset": 0,
|
||||
"size": 3200
|
||||
}],
|
||||
"cellAttributes": [0]
|
||||
}
|
||||
BIN
res/trainers/classes/ace_trainer_female/front_scan.png
Normal file
|
After Width: | Height: | Size: 757 B |
BIN
res/trainers/classes/ace_trainer_female/front_scan.png.key
Normal file
BIN
res/trainers/classes/ace_trainer_male/front.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
28
res/trainers/classes/ace_trainer_male/front_anim.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"uaatEnabled": true,
|
||||
"sequenceCount": 1,
|
||||
"frameCount": 1,
|
||||
"sequences": [{
|
||||
"frameCount": 1,
|
||||
"loopStartFrame": 0,
|
||||
"animationElement": 0,
|
||||
"animationType": 1,
|
||||
"playbackMode": 2,
|
||||
"frameData": [{
|
||||
"frameDelay": 4,
|
||||
"resultId": 0
|
||||
}]
|
||||
}],
|
||||
"animationResults": [{
|
||||
"resultType": 0,
|
||||
"index": 0
|
||||
}],
|
||||
"resultCount": 1,
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1,
|
||||
"uaatData": {
|
||||
"sequenceAttributes": [0],
|
||||
"frameAttributes": [0]
|
||||
}
|
||||
}
|
||||
151
res/trainers/classes/ace_trainer_male/front_cell.json
Normal file
|
|
@ -0,0 +1,151 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"extended": true,
|
||||
"vramTransferEnabled": true,
|
||||
"ucatEnabled": true,
|
||||
"cellCount": 1,
|
||||
"mappingType": 1,
|
||||
"cells": [{
|
||||
"cellAttrs": {
|
||||
"hFlip": false,
|
||||
"vFlip": false,
|
||||
"hvFlip": false,
|
||||
"boundingRect": true,
|
||||
"boundingSphereRadius": 14
|
||||
},
|
||||
"maxX": 39,
|
||||
"maxY": 39,
|
||||
"minX": -40,
|
||||
"minY": -40,
|
||||
"oamCount": 6,
|
||||
"OAM": [{
|
||||
"Attr0": {
|
||||
"YCoordinate": -40,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -40,
|
||||
"RotationScaling": 0,
|
||||
"Size": 3
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 0,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": -40,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 2
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 32,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": -8,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 2
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 36,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 1
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -40,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 40,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 1
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -8,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 44,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 1
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 48,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}]
|
||||
}],
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1,
|
||||
"vramTransferMaxSize": 3200,
|
||||
"transferData": [{
|
||||
"offset": 0,
|
||||
"size": 3200
|
||||
}],
|
||||
"cellAttributes": [0]
|
||||
}
|
||||
BIN
res/trainers/classes/ace_trainer_male/front_scan.png
Normal file
|
After Width: | Height: | Size: 723 B |
BIN
res/trainers/classes/ace_trainer_male/front_scan.png.key
Normal file
BIN
res/trainers/classes/ace_trainer_snow_female/front.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
28
res/trainers/classes/ace_trainer_snow_female/front_anim.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"uaatEnabled": true,
|
||||
"sequenceCount": 1,
|
||||
"frameCount": 1,
|
||||
"sequences": [{
|
||||
"frameCount": 1,
|
||||
"loopStartFrame": 0,
|
||||
"animationElement": 0,
|
||||
"animationType": 1,
|
||||
"playbackMode": 2,
|
||||
"frameData": [{
|
||||
"frameDelay": 4,
|
||||
"resultId": 0
|
||||
}]
|
||||
}],
|
||||
"animationResults": [{
|
||||
"resultType": 0,
|
||||
"index": 0
|
||||
}],
|
||||
"resultCount": 1,
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1,
|
||||
"uaatData": {
|
||||
"sequenceAttributes": [0],
|
||||
"frameAttributes": [0]
|
||||
}
|
||||
}
|
||||
151
res/trainers/classes/ace_trainer_snow_female/front_cell.json
Normal file
|
|
@ -0,0 +1,151 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"extended": true,
|
||||
"vramTransferEnabled": true,
|
||||
"ucatEnabled": true,
|
||||
"cellCount": 1,
|
||||
"mappingType": 1,
|
||||
"cells": [{
|
||||
"cellAttrs": {
|
||||
"hFlip": false,
|
||||
"vFlip": false,
|
||||
"hvFlip": false,
|
||||
"boundingRect": true,
|
||||
"boundingSphereRadius": 14
|
||||
},
|
||||
"maxX": 39,
|
||||
"maxY": 39,
|
||||
"minX": -40,
|
||||
"minY": -40,
|
||||
"oamCount": 6,
|
||||
"OAM": [{
|
||||
"Attr0": {
|
||||
"YCoordinate": -40,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -40,
|
||||
"RotationScaling": 0,
|
||||
"Size": 3
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 0,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": -40,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 2
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 32,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": -8,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 2
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 36,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 1
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -40,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 40,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 1
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -8,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 44,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 1
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 48,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}]
|
||||
}],
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1,
|
||||
"vramTransferMaxSize": 3200,
|
||||
"transferData": [{
|
||||
"offset": 0,
|
||||
"size": 3200
|
||||
}],
|
||||
"cellAttributes": [0]
|
||||
}
|
||||
BIN
res/trainers/classes/ace_trainer_snow_female/front_scan.png
Normal file
|
After Width: | Height: | Size: 852 B |
BIN
res/trainers/classes/ace_trainer_snow_female/front_scan.png.key
Normal file
BIN
res/trainers/classes/ace_trainer_snow_male/front.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
28
res/trainers/classes/ace_trainer_snow_male/front_anim.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"uaatEnabled": true,
|
||||
"sequenceCount": 1,
|
||||
"frameCount": 1,
|
||||
"sequences": [{
|
||||
"frameCount": 1,
|
||||
"loopStartFrame": 0,
|
||||
"animationElement": 0,
|
||||
"animationType": 1,
|
||||
"playbackMode": 2,
|
||||
"frameData": [{
|
||||
"frameDelay": 4,
|
||||
"resultId": 0
|
||||
}]
|
||||
}],
|
||||
"animationResults": [{
|
||||
"resultType": 0,
|
||||
"index": 0
|
||||
}],
|
||||
"resultCount": 1,
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1,
|
||||
"uaatData": {
|
||||
"sequenceAttributes": [0],
|
||||
"frameAttributes": [0]
|
||||
}
|
||||
}
|
||||
151
res/trainers/classes/ace_trainer_snow_male/front_cell.json
Normal file
|
|
@ -0,0 +1,151 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"extended": true,
|
||||
"vramTransferEnabled": true,
|
||||
"ucatEnabled": true,
|
||||
"cellCount": 1,
|
||||
"mappingType": 1,
|
||||
"cells": [{
|
||||
"cellAttrs": {
|
||||
"hFlip": false,
|
||||
"vFlip": false,
|
||||
"hvFlip": false,
|
||||
"boundingRect": true,
|
||||
"boundingSphereRadius": 14
|
||||
},
|
||||
"maxX": 39,
|
||||
"maxY": 39,
|
||||
"minX": -40,
|
||||
"minY": -40,
|
||||
"oamCount": 6,
|
||||
"OAM": [{
|
||||
"Attr0": {
|
||||
"YCoordinate": -40,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -40,
|
||||
"RotationScaling": 0,
|
||||
"Size": 3
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 0,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": -40,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 2
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 32,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": -8,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 2
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 36,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 1
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -40,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 40,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 1
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -8,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 44,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 1
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 48,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}]
|
||||
}],
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1,
|
||||
"vramTransferMaxSize": 3200,
|
||||
"transferData": [{
|
||||
"offset": 0,
|
||||
"size": 3200
|
||||
}],
|
||||
"cellAttributes": [0]
|
||||
}
|
||||
BIN
res/trainers/classes/ace_trainer_snow_male/front_scan.png
Normal file
|
After Width: | Height: | Size: 810 B |
BIN
res/trainers/classes/ace_trainer_snow_male/front_scan.png.key
Normal file
BIN
res/trainers/classes/arcade_star/banner.NSCR
Executable file
BIN
res/trainers/classes/arcade_star/banner.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
res/trainers/classes/arcade_star/front.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
104
res/trainers/classes/arcade_star/front_anim.json
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"uaatEnabled": true,
|
||||
"sequenceCount": 2,
|
||||
"frameCount": 14,
|
||||
"sequences": [{
|
||||
"frameCount": 1,
|
||||
"loopStartFrame": 0,
|
||||
"animationElement": 0,
|
||||
"animationType": 1,
|
||||
"playbackMode": 2,
|
||||
"frameData": [{
|
||||
"frameDelay": 4,
|
||||
"resultId": 0
|
||||
}]
|
||||
}, {
|
||||
"frameCount": 13,
|
||||
"loopStartFrame": 0,
|
||||
"animationElement": 0,
|
||||
"animationType": 1,
|
||||
"playbackMode": 1,
|
||||
"frameData": [{
|
||||
"frameDelay": 20,
|
||||
"resultId": 0
|
||||
}, {
|
||||
"frameDelay": 6,
|
||||
"resultId": 1
|
||||
}, {
|
||||
"frameDelay": 4,
|
||||
"resultId": 2
|
||||
}, {
|
||||
"frameDelay": 20,
|
||||
"resultId": 3
|
||||
}, {
|
||||
"frameDelay": 6,
|
||||
"resultId": 4
|
||||
}, {
|
||||
"frameDelay": 4,
|
||||
"resultId": 5
|
||||
}, {
|
||||
"frameDelay": 28,
|
||||
"resultId": 6
|
||||
}, {
|
||||
"frameDelay": 4,
|
||||
"resultId": 5
|
||||
}, {
|
||||
"frameDelay": 6,
|
||||
"resultId": 0
|
||||
}, {
|
||||
"frameDelay": 18,
|
||||
"resultId": 7
|
||||
}, {
|
||||
"frameDelay": 4,
|
||||
"resultId": 8
|
||||
}, {
|
||||
"frameDelay": 4,
|
||||
"resultId": 9
|
||||
}, {
|
||||
"frameDelay": 80,
|
||||
"resultId": 10
|
||||
}]
|
||||
}],
|
||||
"animationResults": [{
|
||||
"resultType": 0,
|
||||
"index": 0
|
||||
}, {
|
||||
"resultType": 0,
|
||||
"index": 4
|
||||
}, {
|
||||
"resultType": 0,
|
||||
"index": 5
|
||||
}, {
|
||||
"resultType": 0,
|
||||
"index": 6
|
||||
}, {
|
||||
"resultType": 0,
|
||||
"index": 1
|
||||
}, {
|
||||
"resultType": 0,
|
||||
"index": 2
|
||||
}, {
|
||||
"resultType": 0,
|
||||
"index": 3
|
||||
}, {
|
||||
"resultType": 0,
|
||||
"index": 9
|
||||
}, {
|
||||
"resultType": 0,
|
||||
"index": 7
|
||||
}, {
|
||||
"resultType": 0,
|
||||
"index": 8
|
||||
}, {
|
||||
"resultType": 0,
|
||||
"index": 10
|
||||
}],
|
||||
"resultCount": 11,
|
||||
"labels": ["CellAnime1", "CellAnime0"],
|
||||
"labelCount": 2,
|
||||
"uaatData": {
|
||||
"sequenceAttributes": [0, 0],
|
||||
"frameAttributes": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0]
|
||||
}
|
||||
}
|
||||
1538
res/trainers/classes/arcade_star/front_cell.json
Normal file
BIN
res/trainers/classes/arcade_star/front_scan.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
res/trainers/classes/arcade_star/front_scan.png.key
Normal file
BIN
res/trainers/classes/arcade_star/mugshot.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
24
res/trainers/classes/arcade_star/mugshot_anim.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"uaatEnabled": false,
|
||||
"sequenceCount": 1,
|
||||
"frameCount": 1,
|
||||
"sequences": [{
|
||||
"frameCount": 1,
|
||||
"loopStartFrame": 0,
|
||||
"animationElement": 0,
|
||||
"animationType": 1,
|
||||
"playbackMode": 2,
|
||||
"frameData": [{
|
||||
"frameDelay": 4,
|
||||
"resultId": 0
|
||||
}]
|
||||
}],
|
||||
"animationResults": [{
|
||||
"resultType": 0,
|
||||
"index": 0
|
||||
}],
|
||||
"resultCount": 1,
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1
|
||||
}
|
||||
65
res/trainers/classes/arcade_star/mugshot_cell.json
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"extended": true,
|
||||
"vramTransferEnabled": false,
|
||||
"ucatEnabled": false,
|
||||
"cellCount": 1,
|
||||
"mappingType": 2,
|
||||
"cells": [{
|
||||
"cellAttrs": {
|
||||
"hFlip": false,
|
||||
"vFlip": false,
|
||||
"hvFlip": false,
|
||||
"boundingRect": true,
|
||||
"boundingSphereRadius": 15
|
||||
},
|
||||
"maxX": 47,
|
||||
"maxY": 31,
|
||||
"minX": -48,
|
||||
"minY": -32,
|
||||
"oamCount": 2,
|
||||
"OAM": [{
|
||||
"Attr0": {
|
||||
"YCoordinate": -32,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -48,
|
||||
"RotationScaling": 0,
|
||||
"Size": 3
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 0,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": -32,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 2
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 16,
|
||||
"RotationScaling": 0,
|
||||
"Size": 3
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 16,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}]
|
||||
}],
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1
|
||||
}
|
||||
BIN
res/trainers/classes/aroma_lady/front.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
28
res/trainers/classes/aroma_lady/front_anim.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"uaatEnabled": true,
|
||||
"sequenceCount": 1,
|
||||
"frameCount": 1,
|
||||
"sequences": [{
|
||||
"frameCount": 1,
|
||||
"loopStartFrame": 0,
|
||||
"animationElement": 0,
|
||||
"animationType": 1,
|
||||
"playbackMode": 2,
|
||||
"frameData": [{
|
||||
"frameDelay": 4,
|
||||
"resultId": 0
|
||||
}]
|
||||
}],
|
||||
"animationResults": [{
|
||||
"resultType": 0,
|
||||
"index": 0
|
||||
}],
|
||||
"resultCount": 1,
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1,
|
||||
"uaatData": {
|
||||
"sequenceAttributes": [0],
|
||||
"frameAttributes": [0]
|
||||
}
|
||||
}
|
||||
151
res/trainers/classes/aroma_lady/front_cell.json
Normal file
|
|
@ -0,0 +1,151 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"extended": true,
|
||||
"vramTransferEnabled": true,
|
||||
"ucatEnabled": true,
|
||||
"cellCount": 1,
|
||||
"mappingType": 1,
|
||||
"cells": [{
|
||||
"cellAttrs": {
|
||||
"hFlip": false,
|
||||
"vFlip": false,
|
||||
"hvFlip": false,
|
||||
"boundingRect": true,
|
||||
"boundingSphereRadius": 14
|
||||
},
|
||||
"maxX": 39,
|
||||
"maxY": 39,
|
||||
"minX": -40,
|
||||
"minY": -40,
|
||||
"oamCount": 6,
|
||||
"OAM": [{
|
||||
"Attr0": {
|
||||
"YCoordinate": -40,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -40,
|
||||
"RotationScaling": 0,
|
||||
"Size": 3
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 0,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": -40,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 2
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 32,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": -8,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 2
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 36,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 1
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -40,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 40,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 1
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -8,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 44,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 1
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 48,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}]
|
||||
}],
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1,
|
||||
"vramTransferMaxSize": 3200,
|
||||
"transferData": [{
|
||||
"offset": 0,
|
||||
"size": 3200
|
||||
}],
|
||||
"cellAttributes": [0]
|
||||
}
|
||||
BIN
res/trainers/classes/aroma_lady/front_scan.png
Normal file
|
After Width: | Height: | Size: 794 B |
BIN
res/trainers/classes/aroma_lady/front_scan.png.key
Normal file
BIN
res/trainers/classes/artist/front.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
28
res/trainers/classes/artist/front_anim.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"uaatEnabled": true,
|
||||
"sequenceCount": 1,
|
||||
"frameCount": 1,
|
||||
"sequences": [{
|
||||
"frameCount": 1,
|
||||
"loopStartFrame": 0,
|
||||
"animationElement": 0,
|
||||
"animationType": 1,
|
||||
"playbackMode": 2,
|
||||
"frameData": [{
|
||||
"frameDelay": 4,
|
||||
"resultId": 0
|
||||
}]
|
||||
}],
|
||||
"animationResults": [{
|
||||
"resultType": 0,
|
||||
"index": 0
|
||||
}],
|
||||
"resultCount": 1,
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1,
|
||||
"uaatData": {
|
||||
"sequenceAttributes": [0],
|
||||
"frameAttributes": [0]
|
||||
}
|
||||
}
|
||||
151
res/trainers/classes/artist/front_cell.json
Normal file
|
|
@ -0,0 +1,151 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"extended": true,
|
||||
"vramTransferEnabled": true,
|
||||
"ucatEnabled": true,
|
||||
"cellCount": 1,
|
||||
"mappingType": 1,
|
||||
"cells": [{
|
||||
"cellAttrs": {
|
||||
"hFlip": false,
|
||||
"vFlip": false,
|
||||
"hvFlip": false,
|
||||
"boundingRect": true,
|
||||
"boundingSphereRadius": 14
|
||||
},
|
||||
"maxX": 39,
|
||||
"maxY": 39,
|
||||
"minX": -40,
|
||||
"minY": -40,
|
||||
"oamCount": 6,
|
||||
"OAM": [{
|
||||
"Attr0": {
|
||||
"YCoordinate": -40,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -40,
|
||||
"RotationScaling": 0,
|
||||
"Size": 3
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 0,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": -40,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 2
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 32,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": -8,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 2
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 36,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 1
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -40,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 40,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 1
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -8,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 44,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 1
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 48,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}]
|
||||
}],
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1,
|
||||
"vramTransferMaxSize": 3200,
|
||||
"transferData": [{
|
||||
"offset": 0,
|
||||
"size": 3200
|
||||
}],
|
||||
"cellAttributes": [0]
|
||||
}
|
||||
BIN
res/trainers/classes/artist/front_scan.png
Normal file
|
After Width: | Height: | Size: 945 B |
BIN
res/trainers/classes/artist/front_scan.png.key
Normal file
BIN
res/trainers/classes/battle_girl/front.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
28
res/trainers/classes/battle_girl/front_anim.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"uaatEnabled": true,
|
||||
"sequenceCount": 1,
|
||||
"frameCount": 1,
|
||||
"sequences": [{
|
||||
"frameCount": 1,
|
||||
"loopStartFrame": 0,
|
||||
"animationElement": 0,
|
||||
"animationType": 1,
|
||||
"playbackMode": 2,
|
||||
"frameData": [{
|
||||
"frameDelay": 4,
|
||||
"resultId": 0
|
||||
}]
|
||||
}],
|
||||
"animationResults": [{
|
||||
"resultType": 0,
|
||||
"index": 0
|
||||
}],
|
||||
"resultCount": 1,
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1,
|
||||
"uaatData": {
|
||||
"sequenceAttributes": [0],
|
||||
"frameAttributes": [0]
|
||||
}
|
||||
}
|
||||
151
res/trainers/classes/battle_girl/front_cell.json
Normal file
|
|
@ -0,0 +1,151 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"extended": true,
|
||||
"vramTransferEnabled": true,
|
||||
"ucatEnabled": true,
|
||||
"cellCount": 1,
|
||||
"mappingType": 1,
|
||||
"cells": [{
|
||||
"cellAttrs": {
|
||||
"hFlip": false,
|
||||
"vFlip": false,
|
||||
"hvFlip": false,
|
||||
"boundingRect": true,
|
||||
"boundingSphereRadius": 14
|
||||
},
|
||||
"maxX": 39,
|
||||
"maxY": 39,
|
||||
"minX": -40,
|
||||
"minY": -40,
|
||||
"oamCount": 6,
|
||||
"OAM": [{
|
||||
"Attr0": {
|
||||
"YCoordinate": -40,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -40,
|
||||
"RotationScaling": 0,
|
||||
"Size": 3
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 0,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": -40,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 2
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 32,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": -8,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 2
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 36,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 1
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -40,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 40,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 1
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -8,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 44,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 1
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 48,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}]
|
||||
}],
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1,
|
||||
"vramTransferMaxSize": 3200,
|
||||
"transferData": [{
|
||||
"offset": 0,
|
||||
"size": 3200
|
||||
}],
|
||||
"cellAttributes": [0]
|
||||
}
|
||||
BIN
res/trainers/classes/battle_girl/front_scan.png
Normal file
|
After Width: | Height: | Size: 776 B |
BIN
res/trainers/classes/battle_girl/front_scan.png.key
Normal file
BIN
res/trainers/classes/beauty/front.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
28
res/trainers/classes/beauty/front_anim.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"uaatEnabled": true,
|
||||
"sequenceCount": 1,
|
||||
"frameCount": 1,
|
||||
"sequences": [{
|
||||
"frameCount": 1,
|
||||
"loopStartFrame": 0,
|
||||
"animationElement": 0,
|
||||
"animationType": 1,
|
||||
"playbackMode": 2,
|
||||
"frameData": [{
|
||||
"frameDelay": 4,
|
||||
"resultId": 0
|
||||
}]
|
||||
}],
|
||||
"animationResults": [{
|
||||
"resultType": 0,
|
||||
"index": 0
|
||||
}],
|
||||
"resultCount": 1,
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1,
|
||||
"uaatData": {
|
||||
"sequenceAttributes": [0],
|
||||
"frameAttributes": [0]
|
||||
}
|
||||
}
|
||||
151
res/trainers/classes/beauty/front_cell.json
Normal file
|
|
@ -0,0 +1,151 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"extended": true,
|
||||
"vramTransferEnabled": true,
|
||||
"ucatEnabled": true,
|
||||
"cellCount": 1,
|
||||
"mappingType": 1,
|
||||
"cells": [{
|
||||
"cellAttrs": {
|
||||
"hFlip": false,
|
||||
"vFlip": false,
|
||||
"hvFlip": false,
|
||||
"boundingRect": true,
|
||||
"boundingSphereRadius": 14
|
||||
},
|
||||
"maxX": 39,
|
||||
"maxY": 39,
|
||||
"minX": -40,
|
||||
"minY": -40,
|
||||
"oamCount": 6,
|
||||
"OAM": [{
|
||||
"Attr0": {
|
||||
"YCoordinate": -40,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -40,
|
||||
"RotationScaling": 0,
|
||||
"Size": 3
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 0,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": -40,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 2
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 32,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": -8,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 2
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 36,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 1
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -40,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 40,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 1
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -8,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 44,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 1
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 48,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}]
|
||||
}],
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1,
|
||||
"vramTransferMaxSize": 3200,
|
||||
"transferData": [{
|
||||
"offset": 0,
|
||||
"size": 3200
|
||||
}],
|
||||
"cellAttributes": [0]
|
||||
}
|
||||
BIN
res/trainers/classes/beauty/front_scan.png
Normal file
|
After Width: | Height: | Size: 885 B |
BIN
res/trainers/classes/beauty/front_scan.png.key
Normal file
BIN
res/trainers/classes/belle_and_pa/front.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
28
res/trainers/classes/belle_and_pa/front_anim.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"uaatEnabled": true,
|
||||
"sequenceCount": 1,
|
||||
"frameCount": 1,
|
||||
"sequences": [{
|
||||
"frameCount": 1,
|
||||
"loopStartFrame": 0,
|
||||
"animationElement": 0,
|
||||
"animationType": 1,
|
||||
"playbackMode": 2,
|
||||
"frameData": [{
|
||||
"frameDelay": 4,
|
||||
"resultId": 0
|
||||
}]
|
||||
}],
|
||||
"animationResults": [{
|
||||
"resultType": 0,
|
||||
"index": 0
|
||||
}],
|
||||
"resultCount": 1,
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1,
|
||||
"uaatData": {
|
||||
"sequenceAttributes": [0],
|
||||
"frameAttributes": [0]
|
||||
}
|
||||
}
|
||||
151
res/trainers/classes/belle_and_pa/front_cell.json
Normal file
|
|
@ -0,0 +1,151 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"extended": true,
|
||||
"vramTransferEnabled": true,
|
||||
"ucatEnabled": true,
|
||||
"cellCount": 1,
|
||||
"mappingType": 1,
|
||||
"cells": [{
|
||||
"cellAttrs": {
|
||||
"hFlip": false,
|
||||
"vFlip": false,
|
||||
"hvFlip": false,
|
||||
"boundingRect": true,
|
||||
"boundingSphereRadius": 14
|
||||
},
|
||||
"maxX": 39,
|
||||
"maxY": 39,
|
||||
"minX": -40,
|
||||
"minY": -40,
|
||||
"oamCount": 6,
|
||||
"OAM": [{
|
||||
"Attr0": {
|
||||
"YCoordinate": -40,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -40,
|
||||
"RotationScaling": 0,
|
||||
"Size": 3
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 0,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": -40,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 2
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 32,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": -8,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 2
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 36,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 1
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -40,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 40,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 1
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -8,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 44,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 1
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 48,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}]
|
||||
}],
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1,
|
||||
"vramTransferMaxSize": 3200,
|
||||
"transferData": [{
|
||||
"offset": 0,
|
||||
"size": 3200
|
||||
}],
|
||||
"cellAttributes": [0]
|
||||
}
|
||||
BIN
res/trainers/classes/belle_and_pa/front_scan.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
res/trainers/classes/belle_and_pa/front_scan.png.key
Normal file
BIN
res/trainers/classes/bird_keeper/front.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
28
res/trainers/classes/bird_keeper/front_anim.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"uaatEnabled": true,
|
||||
"sequenceCount": 1,
|
||||
"frameCount": 1,
|
||||
"sequences": [{
|
||||
"frameCount": 1,
|
||||
"loopStartFrame": 0,
|
||||
"animationElement": 0,
|
||||
"animationType": 1,
|
||||
"playbackMode": 2,
|
||||
"frameData": [{
|
||||
"frameDelay": 4,
|
||||
"resultId": 0
|
||||
}]
|
||||
}],
|
||||
"animationResults": [{
|
||||
"resultType": 0,
|
||||
"index": 0
|
||||
}],
|
||||
"resultCount": 1,
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1,
|
||||
"uaatData": {
|
||||
"sequenceAttributes": [0],
|
||||
"frameAttributes": [0]
|
||||
}
|
||||
}
|
||||
151
res/trainers/classes/bird_keeper/front_cell.json
Normal file
|
|
@ -0,0 +1,151 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"extended": true,
|
||||
"vramTransferEnabled": true,
|
||||
"ucatEnabled": true,
|
||||
"cellCount": 1,
|
||||
"mappingType": 1,
|
||||
"cells": [{
|
||||
"cellAttrs": {
|
||||
"hFlip": false,
|
||||
"vFlip": false,
|
||||
"hvFlip": false,
|
||||
"boundingRect": true,
|
||||
"boundingSphereRadius": 14
|
||||
},
|
||||
"maxX": 39,
|
||||
"maxY": 39,
|
||||
"minX": -40,
|
||||
"minY": -40,
|
||||
"oamCount": 6,
|
||||
"OAM": [{
|
||||
"Attr0": {
|
||||
"YCoordinate": -40,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -40,
|
||||
"RotationScaling": 0,
|
||||
"Size": 3
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 0,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": -40,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 2
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 32,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": -8,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 2
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 36,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 1
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -40,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 40,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 1
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -8,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 44,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 1
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 48,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}]
|
||||
}],
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1,
|
||||
"vramTransferMaxSize": 3200,
|
||||
"transferData": [{
|
||||
"offset": 0,
|
||||
"size": 3200
|
||||
}],
|
||||
"cellAttributes": [0]
|
||||
}
|
||||
BIN
res/trainers/classes/bird_keeper/front_scan.png
Normal file
|
After Width: | Height: | Size: 876 B |
BIN
res/trainers/classes/bird_keeper/front_scan.png.key
Normal file
BIN
res/trainers/classes/black_belt/front.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
28
res/trainers/classes/black_belt/front_anim.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"uaatEnabled": true,
|
||||
"sequenceCount": 1,
|
||||
"frameCount": 1,
|
||||
"sequences": [{
|
||||
"frameCount": 1,
|
||||
"loopStartFrame": 0,
|
||||
"animationElement": 0,
|
||||
"animationType": 1,
|
||||
"playbackMode": 2,
|
||||
"frameData": [{
|
||||
"frameDelay": 4,
|
||||
"resultId": 0
|
||||
}]
|
||||
}],
|
||||
"animationResults": [{
|
||||
"resultType": 0,
|
||||
"index": 0
|
||||
}],
|
||||
"resultCount": 1,
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1,
|
||||
"uaatData": {
|
||||
"sequenceAttributes": [0],
|
||||
"frameAttributes": [0]
|
||||
}
|
||||
}
|
||||
151
res/trainers/classes/black_belt/front_cell.json
Normal file
|
|
@ -0,0 +1,151 @@
|
|||
{
|
||||
"labelEnabled": true,
|
||||
"extended": true,
|
||||
"vramTransferEnabled": true,
|
||||
"ucatEnabled": true,
|
||||
"cellCount": 1,
|
||||
"mappingType": 1,
|
||||
"cells": [{
|
||||
"cellAttrs": {
|
||||
"hFlip": false,
|
||||
"vFlip": false,
|
||||
"hvFlip": false,
|
||||
"boundingRect": true,
|
||||
"boundingSphereRadius": 14
|
||||
},
|
||||
"maxX": 39,
|
||||
"maxY": 39,
|
||||
"minX": -40,
|
||||
"minY": -40,
|
||||
"oamCount": 6,
|
||||
"OAM": [{
|
||||
"Attr0": {
|
||||
"YCoordinate": -40,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -40,
|
||||
"RotationScaling": 0,
|
||||
"Size": 3
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 0,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": -40,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 2
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 32,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": -8,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 2
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 36,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 1
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -40,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 40,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 1
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": -8,
|
||||
"RotationScaling": 0,
|
||||
"Size": 2
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 44,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}, {
|
||||
"Attr0": {
|
||||
"YCoordinate": 24,
|
||||
"Rotation": false,
|
||||
"SizeDisable": false,
|
||||
"Mode": 0,
|
||||
"Mosaic": false,
|
||||
"Colours": 16,
|
||||
"Shape": 0
|
||||
},
|
||||
"Attr1": {
|
||||
"XCoordinate": 24,
|
||||
"RotationScaling": 0,
|
||||
"Size": 1
|
||||
},
|
||||
"Attr2": {
|
||||
"CharName": 48,
|
||||
"Priority": 0,
|
||||
"Palette": 0
|
||||
}
|
||||
}]
|
||||
}],
|
||||
"labels": ["CellAnime0"],
|
||||
"labelCount": 1,
|
||||
"vramTransferMaxSize": 3200,
|
||||
"transferData": [{
|
||||
"offset": 0,
|
||||
"size": 3200
|
||||
}],
|
||||
"cellAttributes": [0]
|
||||
}
|
||||
BIN
res/trainers/classes/black_belt/front_scan.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |