summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorLywx <kiritodev01@gmail.com>2023-11-15 15:11:15 -0600
committerGitHub <noreply@github.com>2023-11-15 15:11:15 -0600
commiteaddecd0b402c12a780831e3139d7a35e78322e6 (patch)
tree0c961e1ba2339f52892b54f44b8ff0018b77c382 /assets
parenta66b259d7c10c3367a04819c6b55d47fb9a99f5e (diff)
Torch v0.1 (#12)
* Splitted version yamls and implemented wip geo and dlist extraction * Fixed linux compilation * Added PoC WSL 2 detection * Add undefined behaviour * Added gfxdis as submodule * update * Removed gfxdis as a submodule * Code works * Replace ByteSwap with BSWAP * Cleanup vertice factory * readability * readability 2 * Cleanup gfxfactory * last one * Rename name to symbol * More implementation * Implemented first PoC of C file generation * Added output formatting on factories * changes * Moved generated dlists onto their respective folder * Migrated more factories onto the new extractor system * Fully ported all factories and added header generation * Some updates * Added Lights factory * fix * Fixed vtx extraction * Lights work now * delete old startup_logo yaml * Generate all sections in single file * Added support to generate header and code for textures * Added O3 for release builds * Added WIP dlist extraction and moved to use f3dold microcode * Added segment support, autogeneration and fixed C generation * Added symbol names on display list extraction * Removed warnings * Moved back to transform and replace * Removed unnecesary macros * Added extraction order and reversed vtx order * Implemented true backwards sort * [WIP] Implemented runtime gbi, more headers and a few config features * Fix CLI11 on WSL and variety of fixes * Fixes * Update DisplayListFactory.h * Update TextureFactory.cpp * wip lights * fix * Correct callback * Added waypoints * Update ceremony_data.yml * Changes * Update TextureFactory.cpp * Update commandline args * Update comment * Remove printf * Update couple commands * Renamed cubeos to torch * Removed unused stuff and added an example config file --------- Co-authored-by: KiritoDv <kiritodev01@gmail.com> Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
Diffstat (limited to 'assets')
-rw-r--r--assets/example/demo.yml8
-rw-r--r--assets/sm64/eu/actors.yml3704
-rw-r--r--assets/sm64/eu/assets.yml2327
-rw-r--r--assets/sm64/eu/levels.yml2429
-rw-r--r--assets/sm64/eu/sound.yml1000
-rw-r--r--assets/sm64/eu/textures.yml4102
-rw-r--r--assets/sm64/jp/actors.yml3704
-rw-r--r--assets/sm64/jp/assets.yml2327
-rw-r--r--assets/sm64/jp/levels.yml3045
-rw-r--r--assets/sm64/jp/sound.yml965
-rw-r--r--assets/sm64/jp/texts.yml1239
-rw-r--r--assets/sm64/jp/textures.yml4687
-rw-r--r--assets/sm64/us/actors.yml3704
-rw-r--r--assets/sm64/us/assets.yml2331
-rw-r--r--assets/sm64/us/levels.yml2389
-rw-r--r--assets/sm64/us/sound.yml1035
-rw-r--r--assets/sm64/us/texts.yml1243
-rw-r--r--assets/sm64/us/textures.yml4023
18 files changed, 8 insertions, 44254 deletions
diff --git a/assets/example/demo.yml b/assets/example/demo.yml
new file mode 100644
index 0000000..ba6e96c
--- /dev/null
+++ b/assets/example/demo.yml
@@ -0,0 +1,8 @@
+hud/health:
+ type: TEXTURE
+ size: 512
+ width: 16
+ height: 16
+ offset: 0xFF
+ format: RGBA16
+ symbol: health_icon_FF \ No newline at end of file
diff --git a/assets/sm64/eu/actors.yml b/assets/sm64/eu/actors.yml
deleted file mode 100644
index 268048b..0000000
--- a/assets/sm64/eu/actors.yml
+++ /dev/null
@@ -1,3704 +0,0 @@
-amp/amp_body:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1912288
- mio0: 6936
- format: RGBA16
-amp/amp_electricity:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 1912288
- mio0: 3864
- format: RGBA16
-amp/amp_eyes:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1912288
- mio0: 4888
- format: RGBA16
-amp/amp_mouth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1912288
- mio0: 8984
- format: RGBA16
-blue_coin_switch/blue_coin_switch_side:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 1912288
- mio0: 24
- format: RGBA16
-blue_coin_switch/blue_coin_switch_top:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1912288
- mio0: 1048
- format: RGBA16
-blue_fish/blue_fish:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 112096
- format: RGBA16
-bobomb/bob-omb_buddy_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1136896
- mio0: 120
- format: RGBA16
-bobomb/bob-omb_buddy_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1136896
- mio0: 4216
- format: RGBA16
-bobomb/bob-omb_eyes:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1136896
- mio0: 18552
- format: RGBA16
-bobomb/bob-omb_eyes_blink:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1136896
- mio0: 20600
- format: RGBA16
-bobomb/bob-omb_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1912288
- mio0: 121440
- format: RGBA16
-bobomb/bob-omb_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1912288
- mio0: 125536
- format: RGBA16
-bomb/bomb_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1478688
- mio0: 359440
- format: RGBA16
-bomb/bomb_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1478688
- mio0: 363536
- format: RGBA16
-bomb/bomb_spike:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1478688
- mio0: 367632
- format: RGBA16
-boo/boo_eyes:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1341504
- mio0: 39744
- format: RGBA16
-boo/boo_mouth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1341504
- mio0: 43840
- format: RGBA16
-boo_castle/bbh_boo_eyes:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1341504
- mio0: 39744
- format: RGBA16
-boo_castle/bbh_boo_mouth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1341504
- mio0: 43840
- format: RGBA16
-book/book_cover:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1341504
- mio0: 4192
- format: RGBA16
-bookend/bookend_cover:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1341504
- mio0: 4192
- format: RGBA16
-bookend/bookend_mouth:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 1341504
- mio0: 2144
- format: RGBA16
-bookend/bookend_pages:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 1341504
- mio0: 3168
- format: RGBA16
-bookend/bookend_spine:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 1341504
- mio0: 96
- format: RGBA16
-bookend/bookend_tooth:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 1341504
- mio0: 1120
- format: RGBA16
-bowser/bowser_armband:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1478688
- mio0: 146488
- format: RGBA16
-bowser/bowser_armband_spike:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1478688
- mio0: 142392
- format: RGBA16
-bowser/bowser_blue_eye_unused:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1478688
- mio0: 156728
- format: RGBA16
-bowser/bowser_body:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1478688
- mio0: 140344
- format: RGBA16
-bowser/bowser_chest:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1478688
- mio0: 152632
- format: RGBA16
-bowser/bowser_claw_edge:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1478688
- mio0: 171064
- format: RGBA16
-bowser/bowser_claw_horn_angle:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1478688
- mio0: 179256
- format: RGBA16
-bowser/bowser_claw_horn_tooth:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1478688
- mio0: 175160
- format: RGBA16
-bowser/bowser_eye_center_0:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1478688
- mio0: 195640
- format: RGBA16
-bowser/bowser_eye_center_1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1478688
- mio0: 195640
- format: RGBA16
-bowser/bowser_eye_closed_0:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1478688
- mio0: 191544
- format: RGBA16
-bowser/bowser_eye_closed_1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1478688
- mio0: 191544
- format: RGBA16
-bowser/bowser_eye_far_left_0:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1478688
- mio0: 203832
- format: RGBA16
-bowser/bowser_eye_far_left_1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1478688
- mio0: 203832
- format: RGBA16
-bowser/bowser_eye_half_closed_0:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1478688
- mio0: 187448
- format: RGBA16
-bowser/bowser_eye_half_closed_1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1478688
- mio0: 187448
- format: RGBA16
-bowser/bowser_eye_left_0:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1478688
- mio0: 183352
- format: RGBA16
-bowser/bowser_eye_left_1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1478688
- mio0: 183352
- format: RGBA16
-bowser/bowser_eye_right_0:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1478688
- mio0: 199736
- format: RGBA16
-bowser/bowser_eye_right_1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1478688
- mio0: 199736
- format: RGBA16
-bowser/bowser_eyebrow:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1478688
- mio0: 130104
- format: RGBA16
-bowser/bowser_hair:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1478688
- mio0: 166968
- format: RGBA16
-bowser/bowser_mouth_unused:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1478688
- mio0: 160824
- format: RGBA16
-bowser/bowser_muzzle:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1478688
- mio0: 134200
- format: RGBA16
-bowser/bowser_nostrils:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1478688
- mio0: 136248
- format: RGBA16
-bowser/bowser_shell:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1478688
- mio0: 128056
- format: RGBA16
-bowser/bowser_shell_edge:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1478688
- mio0: 154680
- format: RGBA16
-bowser/bowser_tongue:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1478688
- mio0: 148536
- format: RGBA16
-bowser/bowser_upper_face:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1478688
- mio0: 164920
- format: RGBA16
-bowser_flame/bowser_flame_0:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1478688
- mio0: 0
- format: RGBA16
-bowser_flame/bowser_flame_1:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1478688
- mio0: 8192
- format: RGBA16
-bowser_flame/bowser_flame_10:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1478688
- mio0: 81920
- format: RGBA16
-bowser_flame/bowser_flame_11:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1478688
- mio0: 90112
- format: RGBA16
-bowser_flame/bowser_flame_12:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1478688
- mio0: 98304
- format: RGBA16
-bowser_flame/bowser_flame_13:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1478688
- mio0: 106496
- format: RGBA16
-bowser_flame/bowser_flame_2:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1478688
- mio0: 16384
- format: RGBA16
-bowser_flame/bowser_flame_3:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1478688
- mio0: 24576
- format: RGBA16
-bowser_flame/bowser_flame_4:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1478688
- mio0: 32768
- format: RGBA16
-bowser_flame/bowser_flame_5:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1478688
- mio0: 40960
- format: RGBA16
-bowser_flame/bowser_flame_6:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1478688
- mio0: 49152
- format: RGBA16
-bowser_flame/bowser_flame_7:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1478688
- mio0: 57344
- format: RGBA16
-bowser_flame/bowser_flame_8:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1478688
- mio0: 65536
- format: RGBA16
-bowser_flame/bowser_flame_9:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1478688
- mio0: 73728
- format: RGBA16
-breakable_box/cork_box_surface:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1912288
- mio0: 74384
- format: RGBA16
-breakable_box/crazy_box_surface:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1912288
- mio0: 72336
- format: RGBA16
-bub/bub_eye_border:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1447824
- mio0: 5128
- format: RGBA16
-bub/bub_eyes:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1447824
- mio0: 1032
- format: RGBA16
-bub/bub_fins:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1447824
- mio0: 7176
- format: RGBA16
-bub/bub_scales:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1447824
- mio0: 9224
- format: RGBA16
-bubba/bubba_eye_border:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1447824
- mio0: 5128
- format: RGBA16
-bubba/bubba_eyes_unused:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1447824
- mio0: 1032
- format: RGBA16
-bubba/bubba_fins:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1447824
- mio0: 7176
- format: RGBA16
-bubba/bubba_scales:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1447824
- mio0: 9224
- format: RGBA16
-bubba/bubba_sunglasses:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 1447824
- mio0: 8
- format: RGBA16
-bubble/bubble:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 118112
- format: RGBA16
-bubble/mr_i_bubble:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 120160
- format: RGBA16
-bullet_bill/bullet_bill_eye:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1094592
- mio0: 47784
- format: RGBA16
-bullet_bill/bullet_bill_mouth:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1094592
- mio0: 51880
- format: RGBA16
-bully/bully_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1128512
- mio0: 9320
- format: RGBA16
-bully/bully_horn:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1128512
- mio0: 224
- format: RGBA16
-bully/bully_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1128512
- mio0: 1128
- format: RGBA16
-bully/bully_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1128512
- mio0: 5224
- format: RGBA16
-burn_smoke/burn_smoke:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 137216
- format: IA16
-butterfly/butterfly_wing:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1974256
- mio0: 17320
- format: RGBA16
-cannon_barrel/cannon_barrel:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1912288
- mio0: 22696
- format: RGBA16
-cannon_base/cannon_base:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1912288
- mio0: 18872
- format: RGBA16
-cannon_lid/cannon_lid:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1912288
- mio0: 16472
- format: RGBA16
-capswitch/cap_switch_base:
- type: TEXTURE
- size: 128
- width: 16
- height: 4
- offset: 1336880
- mio0: 11336
- format: RGBA16
-capswitch/cap_switch_head:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1336880
- mio0: 7240
- format: IA16
-chain_ball/chain_ball:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1723920
- mio0: 133864
- format: RGBA16
-chain_chomp/chain_chomp_bright_shine:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1723920
- mio0: 136144
- format: RGBA16
-chain_chomp/chain_chomp_dull_shine:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1723920
- mio0: 138192
- format: RGBA16
-chain_chomp/chain_chomp_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1723920
- mio0: 144336
- format: RGBA16
-chain_chomp/chain_chomp_tongue:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1723920
- mio0: 140240
- format: RGBA16
-chain_chomp/chain_chomp_tooth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1341504
- mio0: 27376
- format: RGBA16
-chair/chair_bottom:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 1341504
- mio0: 16480
- format: RGBA16
-chair/chair_front:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1341504
- mio0: 12384
- format: RGBA16
-chair/chair_leg:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1341504
- mio0: 14432
- format: RGBA16
-chair/chair_surface_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1341504
- mio0: 17504
- format: RGBA16
-checkerboard_platform/checkerboard_platform:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1912288
- mio0: 52288
- format: RGBA16
-checkerboard_platform/checkerboard_platform_side:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 1912288
- mio0: 51264
- format: RGBA16
-chillychief/chill_bully_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1128512
- mio0: 9320
- format: RGBA16
-chillychief/chill_bully_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1859024
- mio0: 96
- format: RGBA16
-chillychief/chill_bully_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1859024
- mio0: 4192
- format: RGBA16
-chuckya/chuckya_body_arm_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1912288
- mio0: 32632
- format: RGBA16
-chuckya/chuckya_body_arm_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1912288
- mio0: 36728
- format: RGBA16
-chuckya/chuckya_eyes:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1912288
- mio0: 26488
- format: RGBA16
-chuckya/chuckya_hand_antenna:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1912288
- mio0: 30584
- format: RGBA16
-clam_shell/clam_shell:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1164528
- mio0: 48
- format: RGBA16
-clam_shell/clam_shell_mouth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1164528
- mio0: 2096
- format: RGBA16
-coin/coin_front:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 22400
- format: IA16
-coin/coin_side:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 26496
- format: IA16
-coin/coin_tilt_left:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 28544
- format: IA16
-coin/coin_tilt_right:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 24448
- format: IA16
-cyan_fish/cyan_fish:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1681568
- mio0: 54376
- format: RGBA16
-dirt/dirt_particle:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1974256
- mio0: 179704
- format: RGBA16
-door/bbh_door:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1974256
- mio0: 66832
- format: RGBA16
-door/bbh_door_overlay:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 70928
- format: RGBA16
-door/door_lock:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 1974256
- mio0: 79120
- format: RGBA16
-door/hmc_mural_door:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1974256
- mio0: 60688
- format: RGBA16
-door/hmc_mural_door_overlay:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 64784
- format: RGBA16
-door/metal_door:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1974256
- mio0: 54544
- format: RGBA16
-door/metal_door_overlay:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 58640
- format: RGBA16
-door/one_star_door_sign:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 75024
- format: RGBA16
-door/polished_wooden_door:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1974256
- mio0: 40208
- format: RGBA16
-door/polished_wooden_door_overlay:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1974256
- mio0: 44304
- format: RGBA16
-door/rough_wooden_door:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1974256
- mio0: 48400
- format: RGBA16
-door/rough_wooden_door_overlay:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 52496
- format: RGBA16
-door/three_star_door_sign:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 77072
- format: RGBA16
-door/zero_star_door_sign:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 72976
- format: RGBA16
-dorrie/dorrie_eye:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1870528
- mio0: 39840
- format: RGBA16
-dorrie/dorrie_skin:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1870528
- mio0: 40352
- format: RGBA16
-dorrie/dorrie_tongue:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1723920
- mio0: 140240
- format: RGBA16
-exclamation_box/exclamation_box_front:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1912288
- mio0: 95784
- format: RGBA16
-exclamation_box/exclamation_box_side:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1912288
- mio0: 97832
- format: RGBA16
-exclamation_box/metal_cap_box_front:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1912288
- mio0: 83496
- format: RGBA16
-exclamation_box/metal_cap_box_side:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1912288
- mio0: 85544
- format: RGBA16
-exclamation_box/vanish_cap_box_front:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1912288
- mio0: 77352
- format: RGBA16
-exclamation_box/vanish_cap_box_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1912288
- mio0: 79400
- format: RGBA16
-exclamation_box/wing_cap_box_front:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1912288
- mio0: 89640
- format: RGBA16
-exclamation_box/wing_cap_box_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1912288
- mio0: 91688
- format: RGBA16
-exclamation_box_outline/exclamation_box_outline:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1912288
- mio0: 151912
- format: RGBA16
-exclamation_box_outline/exclamation_point:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 1912288
- mio0: 154240
- format: RGBA16
-explosion/explosion_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 2568
- format: RGBA16
-explosion/explosion_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 4616
- format: RGBA16
-explosion/explosion_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 6664
- format: RGBA16
-explosion/explosion_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 8712
- format: RGBA16
-explosion/explosion_4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 10760
- format: RGBA16
-explosion/explosion_5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 12808
- format: RGBA16
-explosion/explosion_6:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 14856
- format: RGBA16
-eyerok/eyerok_bricks:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1206896
- mio0: 36160
- format: RGBA16
-eyerok/eyerok_eye_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1206896
- mio0: 44352
- format: RGBA16
-eyerok/eyerok_eye_mostly_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1206896
- mio0: 42304
- format: RGBA16
-eyerok/eyerok_eye_mostly_open:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1206896
- mio0: 40256
- format: RGBA16
-eyerok/eyerok_eye_open:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1206896
- mio0: 38208
- format: RGBA16
-flame/flame_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 95008
- format: IA16
-flame/flame_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 97056
- format: IA16
-flame/flame_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 99104
- format: IA16
-flame/flame_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 101152
- format: IA16
-flame/flame_4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 103200
- format: IA16
-flame/flame_5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 105248
- format: IA16
-flame/flame_6:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 107296
- format: IA16
-flame/flame_7:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 109344
- format: IA16
-flyguy/flyguy_cloth_wrinkle:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1912288
- mio0: 57480
- format: RGBA16
-flyguy/flyguy_face:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1912288
- mio0: 61576
- format: RGBA16
-flyguy/flyguy_propeller:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1912288
- mio0: 63624
- format: IA16
-fwoosh/fwoosh_face:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1256880
- mio0: 88072
- format: IA16
-goomba/goomba_body:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1912288
- mio0: 103728
- format: RGBA16
-goomba/goomba_face:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1912288
- mio0: 105776
- format: RGBA16
-goomba/goomba_face_blink:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1912288
- mio0: 107824
- format: RGBA16
-haunted_cage/bbh_cage_bars:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1341504
- mio0: 55944
- format: RGBA16
-haunted_cage/bbh_cage_double_ornament:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1341504
- mio0: 51848
- format: RGBA16
-haunted_cage/bbh_cage_floor:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1341504
- mio0: 49800
- format: RGBA16
-haunted_cage/bbh_cage_garbage:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1341504
- mio0: 57992
- format: RGBA16
-haunted_cage/bbh_cage_ornament:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 1341504
- mio0: 53896
- format: RGBA16
-haunted_cage/bbh_cage_wooden_base:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 1341504
- mio0: 54920
- format: RGBA16
-heart/spinning_heart:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1912288
- mio0: 55264
- format: RGBA16
-heave_ho/heave-ho_arm_ornament:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1094592
- mio0: 68040
- format: RGBA16
-heave_ho/heave-ho_face:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1094592
- mio0: 59848
- format: RGBA16
-heave_ho/heave-ho_logo:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1094592
- mio0: 63944
- format: RGBA16
-heave_ho/heave-ho_platform:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1094592
- mio0: 61896
- format: RGBA16
-heave_ho/heave-ho_roller:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1094592
- mio0: 70088
- format: RGBA16
-heave_ho/heave-ho_turnkey:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1094592
- mio0: 70600
- format: RGBA16
-hoot/hoot_eyes:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1094592
- mio0: 2592
- format: RGBA16
-hoot/hoot_wing:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1094592
- mio0: 7760
- format: RGBA16
-hoot/hoot_wing_tip:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1094592
- mio0: 9808
- format: RGBA16
-impact_ring/impact_ring_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1478688
- mio0: 117328
- format: IA16
-impact_ring/impact_ring_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1478688
- mio0: 121424
- format: IA16
-impact_smoke/impact_smoke_0:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1478688
- mio0: 371576
- format: IA16
-impact_smoke/impact_smoke_1:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1478688
- mio0: 379768
- format: IA16
-impact_smoke/impact_smoke_2:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1478688
- mio0: 387960
- format: IA16
-impact_smoke/impact_smoke_3:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1478688
- mio0: 396152
- format: IA16
-king_bobomb/bob-omb_buddy_body_unused:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1136896
- mio0: 25720
- format: RGBA16
-king_bobomb/bob-omb_buddy_left_side_unused:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1136896
- mio0: 120
- format: RGBA16
-king_bobomb/bob-omb_buddy_right_side_unused:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1136896
- mio0: 4216
- format: RGBA16
-king_bobomb/king_bob-omb_arm:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1136896
- mio0: 8312
- format: RGBA16
-king_bobomb/king_bob-omb_body_unused:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1136896
- mio0: 10360
- format: RGBA16
-king_bobomb/king_bob-omb_crown_rim:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 1136896
- mio0: 24696
- format: RGBA16
-king_bobomb/king_bob-omb_eyes:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1136896
- mio0: 18552
- format: RGBA16
-king_bobomb/king_bob-omb_eyes_blink:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1136896
- mio0: 20600
- format: RGBA16
-king_bobomb/king_bob-omb_hand:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1136896
- mio0: 22648
- format: RGBA16
-king_bobomb/king_bob-omb_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1136896
- mio0: 33912
- format: RGBA16
-king_bobomb/king_bob-omb_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1136896
- mio0: 38008
- format: RGBA16
-klepto/klepto_beak:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1206896
- mio0: 4104
- format: RGBA16
-klepto/klepto_chest_tuft:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1206896
- mio0: 8
- format: RGBA16
-klepto/klepto_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1206896
- mio0: 2056
- format: RGBA16
-klepto/klepto_wing:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1206896
- mio0: 8200
- format: RGBA16
-klepto/klepto_wing_flap:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1206896
- mio0: 12296
- format: RGBA16
-koopa/koopa_eye_border:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1723920
- mio0: 22088
- format: RGBA16
-koopa/koopa_eyes_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1723920
- mio0: 20040
- format: RGBA16
-koopa/koopa_eyes_open:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1723920
- mio0: 17992
- format: RGBA16
-koopa/koopa_nostrils:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1723920
- mio0: 24136
- format: RGBA16
-koopa/koopa_shell_back:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1723920
- mio0: 11848
- format: RGBA16
-koopa/koopa_shell_front:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1723920
- mio0: 9800
- format: RGBA16
-koopa/koopa_shell_front_top:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1723920
- mio0: 15944
- format: RGBA16
-koopa/koopa_shoe:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1723920
- mio0: 13896
- format: RGBA16
-koopa_flag/koopa_flag_banner:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1723920
- mio0: 72
- format: RGBA16
-koopa_shell/koopa_shell_back:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1723920
- mio0: 11848
- format: RGBA16
-koopa_shell/koopa_shell_front:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1723920
- mio0: 9800
- format: RGBA16
-lakitu_cameraman/lakitu_camera_lens:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1806064
- mio0: 14336
- format: RGBA16
-lakitu_cameraman/lakitu_cameraman_cloud_face_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1447824
- mio0: 60640
- format: RGBA16
-lakitu_cameraman/lakitu_cameraman_eyes_closed:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1447824
- mio0: 66784
- format: RGBA16
-lakitu_cameraman/lakitu_cameraman_eyes_open:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1447824
- mio0: 62688
- format: RGBA16
-lakitu_cameraman/lakitu_cameraman_frown:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1447824
- mio0: 72928
- format: RGBA16
-lakitu_cameraman/lakitu_cameraman_shell:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1447824
- mio0: 70880
- format: RGBA16
-lakitu_enemy/lakitu_enemy_cloud_face_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1447824
- mio0: 60640
- format: RGBA16
-lakitu_enemy/lakitu_enemy_eyes_closed:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1447824
- mio0: 66784
- format: RGBA16
-lakitu_enemy/lakitu_enemy_eyes_open:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1447824
- mio0: 62688
- format: RGBA16
-lakitu_enemy/lakitu_enemy_frown:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1447824
- mio0: 72928
- format: RGBA16
-lakitu_enemy/lakitu_enemy_shell:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1447824
- mio0: 70880
- format: RGBA16
-leaves/leaf:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1974256
- mio0: 117728
- format: RGBA16
-mad_piano/mad_piano_body:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 1341504
- mio0: 29424
- format: RGBA16
-mad_piano/mad_piano_keys:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 1341504
- mio0: 32496
- format: RGBA16
-mad_piano/mad_piano_keys_corner:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 1341504
- mio0: 30448
- format: RGBA16
-mad_piano/mad_piano_keys_edge:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 1341504
- mio0: 33520
- format: RGBA16
-mad_piano/mad_piano_mouth:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 1341504
- mio0: 31472
- format: RGBA16
-mad_piano/mad_piano_tooth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1341504
- mio0: 27376
- format: RGBA16
-manta/manta_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1164528
- mio0: 12192
- format: RGBA16
-manta/manta_fin_corner:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1164528
- mio0: 6048
- format: RGBA16
-manta/manta_fin_edge:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1164528
- mio0: 14240
- format: RGBA16
-manta/manta_gills:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1164528
- mio0: 8096
- format: RGBA16
-mario/mario_eyes_center:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 12432
- format: RGBA16
-mario/mario_eyes_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 16528
- format: RGBA16
-mario/mario_eyes_closed_unused_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 16528
- format: RGBA16
-mario/mario_eyes_closed_unused_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 16528
- format: RGBA16
-mario/mario_eyes_dead:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 30864
- format: RGBA16
-mario/mario_eyes_down_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 28816
- format: RGBA16
-mario/mario_eyes_half_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 14480
- format: RGBA16
-mario/mario_eyes_left_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 22672
- format: RGBA16
-mario/mario_eyes_right_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 24720
- format: RGBA16
-mario/mario_eyes_up_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 26768
- format: RGBA16
-mario/mario_logo:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 6288
- format: RGBA16
-mario/mario_metal:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1004336
- mio0: 144
- format: RGBA16
-mario/mario_metal_wing_tip_unused:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1004336
- mio0: 45200
- format: RGBA16
-mario/mario_metal_wing_unused:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1004336
- mio0: 41104
- format: RGBA16
-mario/mario_mustache:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 10384
- format: RGBA16
-mario/mario_overalls_button:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 4240
- format: RGBA16
-mario/mario_sideburn:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 8336
- format: RGBA16
-mario/mario_wing:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1004336
- mio0: 32912
- format: RGBA16
-mario/mario_wing_tip:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1004336
- mio0: 37008
- format: RGBA16
-mario_cap/mario_cap_logo:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 6288
- format: RGBA16
-mario_cap/mario_cap_metal:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1004336
- mio0: 144
- format: RGBA16
-mario_cap/mario_cap_metal_wing_tip_unused:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1004336
- mio0: 45200
- format: RGBA16
-mario_cap/mario_cap_metal_wing_unused:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1004336
- mio0: 41104
- format: RGBA16
-mario_cap/mario_cap_wing:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1004336
- mio0: 32912
- format: RGBA16
-mario_cap/mario_cap_wing_tip:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1004336
- mio0: 37008
- format: RGBA16
-metal_box/metal_box_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1912288
- mio0: 145816
- format: RGBA16
-mips/mips_eyes:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1806064
- mio0: 64624
- format: RGBA16
-mist/mist:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 128
- format: IA16
-moneybag/moneybag_eyes:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1859024
- mio0: 18864
- format: RGBA16
-moneybag/moneybag_mouth:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1859024
- mio0: 14768
- format: RGBA16
-monty_mole/monty_mole_cheek:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1256880
- mio0: 2416
- format: RGBA16
-monty_mole/monty_mole_claw:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1256880
- mio0: 10608
- format: RGBA16
-monty_mole/monty_mole_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1256880
- mio0: 4464
- format: RGBA16
-monty_mole/monty_mole_nose:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1256880
- mio0: 6512
- format: RGBA16
-monty_mole/monty_mole_tooth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1256880
- mio0: 8560
- format: RGBA16
-monty_mole_hole/monty_mole_hole:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1256880
- mio0: 64
- format: IA16
-mr_i_eyeball/mr_i_eyeball_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1870528
- mio0: 128
- format: RGBA16
-mr_i_eyeball/mr_i_eyeball_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1870528
- mio0: 4224
- format: RGBA16
-mr_i_iris/mr_i_iris_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1870528
- mio0: 14704
- format: RGBA16
-mr_i_iris/mr_i_iris_mostly_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1870528
- mio0: 12656
- format: RGBA16
-mr_i_iris/mr_i_iris_mostly_open:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1870528
- mio0: 10608
- format: RGBA16
-mr_i_iris/mr_i_iris_open:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1870528
- mio0: 8560
- format: RGBA16
-mushroom_1up/1-up_mushroom:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1974256
- mio0: 169512
- format: RGBA16
-peach/peach_chest_jewel:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1369168
- mio0: 11304
- format: RGBA16
-peach/peach_crown_jewel:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1369168
- mio0: 10792
- format: RGBA16
-peach/peach_dress:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1369168
- mio0: 16424
- format: RGBA16
-peach/peach_eye_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1369168
- mio0: 8744
- format: RGBA16
-peach/peach_eye_mostly_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1369168
- mio0: 6696
- format: RGBA16
-peach/peach_eye_mostly_open:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1369168
- mio0: 4648
- format: RGBA16
-peach/peach_eye_open:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1369168
- mio0: 2600
- format: RGBA16
-peach/peach_lips:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1369168
- mio0: 13864
- format: RGBA16
-peach/peach_lips_scrunched:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1369168
- mio0: 11816
- format: RGBA16
-peach/peach_nostril:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1369168
- mio0: 15912
- format: RGBA16
-pebble/pebble:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 115456
- format: RGBA16
-penguin/penguin_beak:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1315408
- mio0: 21984
- format: RGBA16
-penguin/penguin_eye_angry:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1315408
- mio0: 17888
- format: RGBA16
-penguin/penguin_eye_angry_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1315408
- mio0: 19936
- format: RGBA16
-penguin/penguin_eye_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1315408
- mio0: 15840
- format: RGBA16
-penguin/penguin_eye_half_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1315408
- mio0: 13792
- format: RGBA16
-penguin/penguin_eye_open:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1315408
- mio0: 11744
- format: RGBA16
-piranha_plant/piranha_plant_bottom_lip:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1723920
- mio0: 78840
- format: RGBA16
-piranha_plant/piranha_plant_leaf:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1723920
- mio0: 82936
- format: RGBA16
-piranha_plant/piranha_plant_skin:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1723920
- mio0: 74744
- format: RGBA16
-piranha_plant/piranha_plant_stem:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1723920
- mio0: 76792
- format: RGBA16
-piranha_plant/piranha_plant_tongue:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1478688
- mio0: 148536
- format: RGBA16
-piranha_plant/piranha_plant_tooth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1723920
- mio0: 80888
- format: RGBA16
-pokey/pokey_body:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1206896
- mio0: 75896
- format: RGBA16
-pokey/pokey_face:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1206896
- mio0: 71504
- format: RGBA16
-pokey/pokey_face_blink:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1206896
- mio0: 73552
- format: RGBA16
-poundable_pole/poundable_pole_side:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1723920
- mio0: 6224
- format: RGBA16
-poundable_pole/poundable_pole_top:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1723920
- mio0: 4176
- format: RGBA16
-power_meter/power_meter_five_segments:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 158688
- format: RGBA16
-power_meter/power_meter_four_segments:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 160736
- format: RGBA16
-power_meter/power_meter_full:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 152544
- format: RGBA16
-power_meter/power_meter_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1974256
- mio0: 144352
- format: RGBA16
-power_meter/power_meter_one_segment:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 166880
- format: RGBA16
-power_meter/power_meter_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1974256
- mio0: 148448
- format: RGBA16
-power_meter/power_meter_seven_segments:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 154592
- format: RGBA16
-power_meter/power_meter_six_segments:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 156640
- format: RGBA16
-power_meter/power_meter_three_segments:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 162784
- format: RGBA16
-power_meter/power_meter_two_segments:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 164832
- format: RGBA16
-purple_switch/purple_switch_base:
- type: TEXTURE
- size: 128
- width: 16
- height: 4
- offset: 1912288
- mio0: 49320
- format: RGBA16
-purple_switch/purple_switch_exclamation_point:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 1912288
- mio0: 49448
- format: RGBA16
-sand/sand_particle:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1974256
- mio0: 178896
- format: RGBA16
-scuttlebug/scuttlebug_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1870528
- mio0: 65800
- format: RGBA16
-scuttlebug/scuttlebug_iris:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1870528
- mio0: 76040
- format: RGBA16
-scuttlebug/scuttlebug_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1870528
- mio0: 67848
- format: RGBA16
-scuttlebug/scuttlebug_leg:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1870528
- mio0: 78088
- format: RGBA16
-scuttlebug/scuttlebug_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1870528
- mio0: 71944
- format: RGBA16
-seaweed/seaweed_base:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1681568
- mio0: 38416
- format: RGBA16
-seaweed/seaweed_lower_center:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1681568
- mio0: 36368
- format: RGBA16
-seaweed/seaweed_tip:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1681568
- mio0: 32272
- format: RGBA16
-seaweed/seaweed_upper_center:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1681568
- mio0: 34320
- format: RGBA16
-skeeter/skeeter_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1681568
- mio0: 144
- format: RGBA16
-skeeter/skeeter_iris:
- type: TEXTURE
- size: 256
- width: 16
- height: 8
- offset: 1681568
- mio0: 2192
- format: RGBA16
-smoke/smoke:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1256880
- mio0: 29376
- format: IA16
-snowman/mr_blizzard_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1315408
- mio0: 46192
- format: RGBA16
-snowman/mr_blizzard_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1315408
- mio0: 38000
- format: RGBA16
-snowman/mr_blizzard_mitten:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1315408
- mio0: 35952
- format: RGBA16
-snowman/mr_blizzard_mouth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1315408
- mio0: 48240
- format: RGBA16
-snowman/mr_blizzard_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1315408
- mio0: 42096
- format: RGBA16
-snufit/snufit_body:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1870528
- mio0: 28896
- format: RGBA16
-snufit/snufit_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1870528
- mio0: 30944
- format: RGBA16
-snufit/snufit_mask_strap:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 1870528
- mio0: 32992
- format: RGBA16
-snufit/snufit_mouth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1870528
- mio0: 34016
- format: RGBA16
-sparkle/sparkle_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 160912
- format: RGBA16
-sparkle/sparkle_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 162960
- format: RGBA16
-sparkle/sparkle_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 165008
- format: RGBA16
-sparkle/sparkle_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 167056
- format: RGBA16
-sparkle/sparkle_4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 169104
- format: RGBA16
-sparkle/sparkle_5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 171152
- format: RGBA16
-sparkle_animation/sparkle_animation_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 207496
- format: IA16
-sparkle_animation/sparkle_animation_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 209544
- format: IA16
-sparkle_animation/sparkle_animation_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 211592
- format: IA16
-sparkle_animation/sparkle_animation_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 213640
- format: IA16
-sparkle_animation/sparkle_animation_4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 215688
- format: IA16
-spindrift/spindrift_face:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1315408
- mio0: 1744
- format: RGBA16
-spindrift/spindrift_head:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1315408
- mio0: 7888
- format: RGBA16
-spindrift/spindrift_leaf:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1315408
- mio0: 5840
- format: RGBA16
-spindrift/spindrift_petal:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1315408
- mio0: 3792
- format: RGBA16
-springboard/springboard_base_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1336880
- mio0: 2072
- format: RGBA16
-springboard/springboard_top_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1336880
- mio0: 24
- format: RGBA16
-star/star_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1447824
- mio0: 31280
- format: RGBA16
-star/star_surface:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 173808
- format: RGBA16
-stomp_smoke/stomp_smoke_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 139592
- format: IA16
-stomp_smoke/stomp_smoke_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 141640
- format: IA16
-stomp_smoke/stomp_smoke_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 143688
- format: IA16
-stomp_smoke/stomp_smoke_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 145736
- format: IA16
-stomp_smoke/stomp_smoke_4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 147784
- format: IA16
-stomp_smoke/stomp_smoke_5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 149832
- format: IA16
-sushi/sushi_eye:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 1164528
- mio0: 38608
- format: RGBA16
-sushi/sushi_snout:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1164528
- mio0: 36560
- format: RGBA16
-sushi/sushi_tooth:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1164528
- mio0: 39632
- format: RGBA16
-swoop/swoop_body:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1870528
- mio0: 17008
- format: RGBA16
-swoop/swoop_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1870528
- mio0: 19056
- format: RGBA16
-swoop/swoop_nose:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1870528
- mio0: 21104
- format: RGBA16
-swoop/swoop_wing:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1870528
- mio0: 23152
- format: RGBA16
-thwomp/thwomp_face:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1094592
- mio0: 39168
- format: RGBA16
-thwomp/thwomp_surface:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1094592
- mio0: 43264
- format: RGBA16
-toad/toad_face:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1806064
- mio0: 22816
- format: RGBA16
-toad/toad_head:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1806064
- mio0: 24864
- format: RGBA16
-tornado/tornado:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1164528
- mio0: 75848
- format: IA16
-treasure_chest/treasure_chest_front:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1681568
- mio0: 87976
- format: RGBA16
-treasure_chest/treasure_chest_lock:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1681568
- mio0: 81832
- format: RGBA16
-treasure_chest/treasure_chest_lock_top:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1681568
- mio0: 85928
- format: RGBA16
-treasure_chest/treasure_chest_side:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1681568
- mio0: 83880
- format: RGBA16
-tree/palm_tree:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1974256
- mio0: 205336
- format: RGBA16
-tree/pine_tree:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1974256
- mio0: 196448
- format: RGBA16
-tree/snowy_pine_tree:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1974256
- mio0: 200776
- format: RGBA16
-tree/tree_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1974256
- mio0: 187944
- format: RGBA16
-tree/tree_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1974256
- mio0: 192040
- format: RGBA16
-ukiki/ukiki_butt:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1256880
- mio0: 39872
- format: RGBA16
-ukiki/ukiki_face:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1256880
- mio0: 31680
- format: RGBA16
-ukiki/ukiki_face_blink:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1256880
- mio0: 35776
- format: RGBA16
-ukiki/ukiki_fur:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1256880
- mio0: 41920
- format: RGBA16
-unagi/unagi_body:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1164528
- mio0: 44832
- format: RGBA16
-unagi/unagi_eye:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1164528
- mio0: 46880
- format: RGBA16
-unagi/unagi_head_base:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1164528
- mio0: 47392
- format: RGBA16
-unagi/unagi_mouth:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1164528
- mio0: 49952
- format: RGBA16
-unagi/unagi_tail:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1164528
- mio0: 50080
- format: RGBA16
-unagi/unagi_tooth:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1164528
- mio0: 49440
- format: RGBA16
-walk_smoke/walk_smoke_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 122528
- format: IA16
-walk_smoke/walk_smoke_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 124576
- format: IA16
-walk_smoke/walk_smoke_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 126624
- format: IA16
-walk_smoke/walk_smoke_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 128672
- format: IA16
-walk_smoke/walk_smoke_4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 130720
- format: IA16
-walk_smoke/walk_smoke_5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 132768
- format: IA16
-walk_smoke/walk_smoke_6:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 134816
- format: IA16
-warp_pipe/warp_pipe_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1974256
- mio0: 32320
- format: RGBA16
-warp_pipe/warp_pipe_top:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 37224
- format: RGBA16
-water_bubble/water_bubble:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1136896
- mio0: 65152
- format: RGBA16
-water_mine/water_mine_left_side_unused:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1478688
- mio0: 359440
- format: RGBA16
-water_mine/water_mine_right_side_unused:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1478688
- mio0: 363536
- format: RGBA16
-water_mine/water_mine_spike_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1478688
- mio0: 367632
- format: RGBA16
-water_ring/water_ring:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1681568
- mio0: 74624
- format: RGBA16
-water_splash/water_splash_0:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1004336
- mio0: 173512
- format: RGBA16
-water_splash/water_splash_1:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1004336
- mio0: 177608
- format: RGBA16
-water_splash/water_splash_2:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1004336
- mio0: 181704
- format: RGBA16
-water_splash/water_splash_3:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1004336
- mio0: 185800
- format: RGBA16
-water_splash/water_splash_4:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1004336
- mio0: 189896
- format: RGBA16
-water_splash/water_splash_5:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1004336
- mio0: 193992
- format: RGBA16
-water_splash/water_splash_6:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1004336
- mio0: 198088
- format: RGBA16
-water_splash/water_splash_7:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1004336
- mio0: 202184
- format: RGBA16
-water_wave/water_wave_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 152408
- format: IA16
-water_wave/water_wave_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 154456
- format: IA16
-water_wave/water_wave_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 156504
- format: IA16
-water_wave/water_wave_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1004336
- mio0: 158552
- format: IA16
-whirlpool/whirlpool:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1164528
- mio0: 75848
- format: IA16
-white_particle/snow_particle:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1974256
- mio0: 181920
- format: RGBA16
-white_particle_small/small_snow_particle:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1004336
- mio0: 206720
- format: RGBA16
-whomp/whomp_back:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1723920
- mio0: 115552
- format: RGBA16
-whomp/whomp_face:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1723920
- mio0: 119648
- format: RGBA16
-whomp/whomp_hand:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1723920
- mio0: 123744
- format: RGBA16
-whomp/whomp_surface:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1723920
- mio0: 125792
- format: RGBA16
-wiggler/wiggler_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1447824
- mio0: 31280
- format: RGBA16
-wiggler/wiggler_flower:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1447824
- mio0: 33328
- format: RGBA16
-wiggler/wiggler_frown:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1447824
- mio0: 35376
- format: RGBA16
-wiggler/wiggler_nose_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1447824
- mio0: 37424
- format: RGBA16
-wiggler/wiggler_nose_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1447824
- mio0: 41520
- format: RGBA16
-wiggler/wiggler_segment_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1447824
- mio0: 23088
- format: RGBA16
-wiggler/wiggler_segment_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1447824
- mio0: 27184
- format: RGBA16
-wooden_signpost/wooden_signpost_back:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 182728
- format: RGBA16
-wooden_signpost/wooden_signpost_front:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1974256
- mio0: 184776
- format: RGBA16
-yellow_sphere/yellow_sphere:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1094592
- mio0: 64
- format: RGBA16
-yellow_sphere_small/small_yellow_sphere:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1094592
- mio0: 64
- format: RGBA16
-yoshi/yoshi_eye:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1369168
- mio0: 116104
- format: RGBA16
-yoshi/yoshi_eye_blink:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1369168
- mio0: 116616
- format: RGBA16
-yoshi/yoshi_nostril:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1369168
- mio0: 117128
- format: RGBA16
-yoshi_egg/yoshi_egg_0_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1094592
- mio0: 22456
- format: RGBA16
-yoshi_egg/yoshi_egg_1_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1094592
- mio0: 24504
- format: RGBA16
-yoshi_egg/yoshi_egg_2_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1094592
- mio0: 26552
- format: RGBA16
-yoshi_egg/yoshi_egg_3_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1094592
- mio0: 28600
- format: RGBA16
-yoshi_egg/yoshi_egg_4_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1094592
- mio0: 30648
- format: RGBA16
-yoshi_egg/yoshi_egg_5_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1094592
- mio0: 32696
- format: RGBA16
-yoshi_egg/yoshi_egg_6_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1094592
- mio0: 34744
- format: RGBA16
-yoshi_egg/yoshi_egg_7_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1094592
- mio0: 36792
- format: RGBA16
diff --git a/assets/sm64/eu/assets.yml b/assets/sm64/eu/assets.yml
deleted file mode 100644
index b8e13fd..0000000
--- a/assets/sm64/eu/assets.yml
+++ /dev/null
@@ -1,2327 +0,0 @@
-anims/anim_00:
- type: SM64:ANIM
- header:
- offset: 5041568
- size: 24
- values:
- offset: 5041844
- size: 2604
- indices:
- offset: 5041592
- size: 252
-anims/anim_01:
- type: SM64:ANIM
- header:
- offset: 5044448
- size: 24
- values:
- offset: 5044748
- size: 6576
- indices:
- offset: 5044496
- size: 252
-anims/anim_02:
- type: SM64:ANIM
- header:
- offset: 5044472
- size: 24
- values:
- offset: 5044748
- size: 6576
- indices:
- offset: 5044496
- size: 252
-anims/anim_03:
- type: SM64:ANIM
- header:
- offset: 5051324
- size: 24
- values:
- offset: 5051600
- size: 4372
- indices:
- offset: 5051348
- size: 252
-anims/anim_04:
- type: SM64:ANIM
- header:
- offset: 5055972
- size: 24
- values:
- offset: 5056248
- size: 2264
- indices:
- offset: 5055996
- size: 252
-anims/anim_05:
- type: SM64:ANIM
- header:
- offset: 5058512
- size: 24
- values:
- offset: 5058788
- size: 5796
- indices:
- offset: 5058536
- size: 252
-anims/anim_06:
- type: SM64:ANIM
- header:
- offset: 5064584
- size: 24
- values:
- offset: 5064860
- size: 892
- indices:
- offset: 5064608
- size: 252
-anims/anim_07:
- type: SM64:ANIM
- header:
- offset: 5044472
- size: 24
- values:
- offset: 5066052
- size: 1468
- indices:
- offset: 5065800
- size: 252
-anims/anim_08:
- type: SM64:ANIM
- header:
- offset: 5065776
- size: 24
- values:
- offset: 5066052
- size: 1468
- indices:
- offset: 5065800
- size: 252
-anims/anim_09:
- type: SM64:ANIM
- header:
- offset: 5067520
- size: 24
- values:
- offset: 5067796
- size: 3052
- indices:
- offset: 5067544
- size: 252
-anims/anim_0A:
- type: SM64:ANIM
- header:
- offset: 5070848
- size: 24
- values:
- offset: 5071124
- size: 2544
- indices:
- offset: 5070872
- size: 252
-anims/anim_0B:
- type: SM64:ANIM
- header:
- offset: 5073668
- size: 24
- values:
- offset: 5073968
- size: 1348
- indices:
- offset: 5073716
- size: 252
-anims/anim_0C:
- type: SM64:ANIM
- header:
- offset: 5073692
- size: 24
- values:
- offset: 5073968
- size: 1348
- indices:
- offset: 5073716
- size: 252
-anims/anim_0D:
- type: SM64:ANIM
- header:
- offset: 5075316
- size: 24
- values:
- offset: 5075592
- size: 770
- indices:
- offset: 5075340
- size: 252
-anims/anim_0E:
- type: SM64:ANIM
- header:
- offset: 5044472
- size: 24
- values:
- offset: 5076640
- size: 80
- indices:
- offset: 5076388
- size: 252
-anims/anim_0F:
- type: SM64:ANIM
- header:
- offset: 5044472
- size: 24
- values:
- offset: 5077020
- size: 1502
- indices:
- offset: 5076768
- size: 252
-anims/anim_10:
- type: SM64:ANIM
- header:
- offset: 5076744
- size: 24
- values:
- offset: 5077020
- size: 1502
- indices:
- offset: 5076768
- size: 252
-anims/anim_11:
- type: SM64:ANIM
- header:
- offset: 5078524
- size: 24
- values:
- offset: 5078800
- size: 1174
- indices:
- offset: 5078548
- size: 252
-anims/anim_12:
- type: SM64:ANIM
- header:
- offset: 5079976
- size: 24
- values:
- offset: 5080252
- size: 1318
- indices:
- offset: 5080000
- size: 252
-anims/anim_13:
- type: SM64:ANIM
- header:
- offset: 5081572
- size: 24
- values:
- offset: 5081848
- size: 1678
- indices:
- offset: 5081596
- size: 252
-anims/anim_14:
- type: SM64:ANIM
- header:
- offset: 5083528
- size: 24
- values:
- offset: 5083804
- size: 1102
- indices:
- offset: 5083552
- size: 252
-anims/anim_15:
- type: SM64:ANIM
- header:
- offset: 5084908
- size: 24
- values:
- offset: 5085184
- size: 930
- indices:
- offset: 5084932
- size: 252
-anims/anim_16:
- type: SM64:ANIM
- header:
- offset: 5086116
- size: 24
- values:
- offset: 5086392
- size: 4452
- indices:
- offset: 5086140
- size: 252
-anims/anim_17:
- type: SM64:ANIM
- header:
- offset: 5090844
- size: 24
- values:
- offset: 5091120
- size: 2942
- indices:
- offset: 5090868
- size: 252
-anims/anim_18:
- type: SM64:ANIM
- header:
- offset: 5094064
- size: 24
- values:
- offset: 5094340
- size: 4452
- indices:
- offset: 5086140
- size: 252
-anims/anim_19:
- type: SM64:ANIM
- header:
- offset: 5098792
- size: 24
- values:
- offset: 5099068
- size: 5354
- indices:
- offset: 5098816
- size: 252
-anims/anim_1A:
- type: SM64:ANIM
- header:
- offset: 5104424
- size: 24
- values:
- offset: 5104700
- size: 1146
- indices:
- offset: 5104448
- size: 252
-anims/anim_1B:
- type: SM64:ANIM
- header:
- offset: 5105848
- size: 24
- values:
- offset: 5106124
- size: 2858
- indices:
- offset: 5105872
- size: 252
-anims/anim_1C:
- type: SM64:ANIM
- header:
- offset: 5108984
- size: 24
- values:
- offset: 5109260
- size: 780
- indices:
- offset: 5109008
- size: 252
-anims/anim_1D:
- type: SM64:ANIM
- header:
- offset: 5110040
- size: 24
- values:
- offset: 5110316
- size: 1380
- indices:
- offset: 5110064
- size: 252
-anims/anim_1E:
- type: SM64:ANIM
- header:
- offset: 5111696
- size: 24
- values:
- offset: 5111972
- size: 1530
- indices:
- offset: 5111720
- size: 252
-anims/anim_1F:
- type: SM64:ANIM
- header:
- offset: 5113504
- size: 24
- values:
- offset: 5113780
- size: 846
- indices:
- offset: 5113528
- size: 252
-anims/anim_20:
- type: SM64:ANIM
- header:
- offset: 5114628
- size: 24
- values:
- offset: 5114904
- size: 7124
- indices:
- offset: 5114652
- size: 252
-anims/anim_21:
- type: SM64:ANIM
- header:
- offset: 5122028
- size: 24
- values:
- offset: 5122304
- size: 2610
- indices:
- offset: 5122052
- size: 252
-anims/anim_22:
- type: SM64:ANIM
- header:
- offset: 5124916
- size: 24
- values:
- offset: 5125192
- size: 1750
- indices:
- offset: 5124940
- size: 252
-anims/anim_23:
- type: SM64:ANIM
- header:
- offset: 5126944
- size: 24
- values:
- offset: 5127220
- size: 8216
- indices:
- offset: 5126968
- size: 252
-anims/anim_24:
- type: SM64:ANIM
- header:
- offset: 5135436
- size: 24
- values:
- offset: 5135712
- size: 9376
- indices:
- offset: 5135460
- size: 252
-anims/anim_25:
- type: SM64:ANIM
- header:
- offset: 5145088
- size: 24
- values:
- offset: 5145364
- size: 8018
- indices:
- offset: 5145112
- size: 252
-anims/anim_26:
- type: SM64:ANIM
- header:
- offset: 5153384
- size: 24
- values:
- offset: 5153660
- size: 7352
- indices:
- offset: 5153408
- size: 252
-anims/anim_27:
- type: SM64:ANIM
- header:
- offset: 5161012
- size: 24
- values:
- offset: 5161288
- size: 8980
- indices:
- offset: 5161036
- size: 252
-anims/anim_28:
- type: SM64:ANIM
- header:
- offset: 5083528
- size: 24
- values:
- offset: 5170544
- size: 1010
- indices:
- offset: 5170292
- size: 252
-anims/anim_29:
- type: SM64:ANIM
- header:
- offset: 5171556
- size: 24
- values:
- offset: 5171832
- size: 582
- indices:
- offset: 5171580
- size: 252
-anims/anim_2A:
- type: SM64:ANIM
- header:
- offset: 5172416
- size: 24
- values:
- offset: 5172692
- size: 1252
- indices:
- offset: 5172440
- size: 252
-anims/anim_2B:
- type: SM64:ANIM
- header:
- offset: 5172416
- size: 24
- values:
- offset: 5174220
- size: 1582
- indices:
- offset: 5173968
- size: 252
-anims/anim_2C:
- type: SM64:ANIM
- header:
- offset: 5044448
- size: 24
- values:
- offset: 5176104
- size: 5620
- indices:
- offset: 5175852
- size: 252
-anims/anim_2D:
- type: SM64:ANIM
- header:
- offset: 5044472
- size: 24
- values:
- offset: 5176104
- size: 5620
- indices:
- offset: 5175852
- size: 252
-anims/anim_2E:
- type: SM64:ANIM
- header:
- offset: 5181724
- size: 24
- values:
- offset: 5182000
- size: 3028
- indices:
- offset: 5181748
- size: 252
-anims/anim_2F:
- type: SM64:ANIM
- header:
- offset: 5126944
- size: 24
- values:
- offset: 5185304
- size: 7420
- indices:
- offset: 5185052
- size: 252
-anims/anim_30:
- type: SM64:ANIM
- header:
- offset: 5058512
- size: 24
- values:
- offset: 5193000
- size: 5428
- indices:
- offset: 5192748
- size: 252
-anims/anim_31:
- type: SM64:ANIM
- header:
- offset: 5198428
- size: 24
- values:
- offset: 5198704
- size: 10660
- indices:
- offset: 5198452
- size: 252
-anims/anim_32:
- type: SM64:ANIM
- header:
- offset: 5114628
- size: 24
- values:
- offset: 5209640
- size: 7890
- indices:
- offset: 5209388
- size: 252
-anims/anim_33:
- type: SM64:ANIM
- header:
- offset: 5217532
- size: 24
- values:
- offset: 5217808
- size: 2840
- indices:
- offset: 5217556
- size: 252
-anims/anim_34:
- type: SM64:ANIM
- header:
- offset: 5078524
- size: 24
- values:
- offset: 5220924
- size: 1300
- indices:
- offset: 5220672
- size: 252
-anims/anim_35:
- type: SM64:ANIM
- header:
- offset: 5222224
- size: 24
- values:
- offset: 5222500
- size: 3704
- indices:
- offset: 5222248
- size: 252
-anims/anim_36:
- type: SM64:ANIM
- header:
- offset: 5226204
- size: 24
- values:
- offset: 5226480
- size: 3700
- indices:
- offset: 5226228
- size: 252
-anims/anim_37:
- type: SM64:ANIM
- header:
- offset: 5126944
- size: 24
- values:
- offset: 5230456
- size: 6828
- indices:
- offset: 5230204
- size: 252
-anims/anim_38:
- type: SM64:ANIM
- header:
- offset: 5064584
- size: 24
- values:
- offset: 5237560
- size: 844
- indices:
- offset: 5237308
- size: 252
-anims/anim_39:
- type: SM64:ANIM
- header:
- offset: 5238404
- size: 24
- values:
- offset: 5238680
- size: 12418
- indices:
- offset: 5238428
- size: 252
-anims/anim_3A:
- type: SM64:ANIM
- header:
- offset: 5251100
- size: 24
- values:
- offset: 5251376
- size: 374
- indices:
- offset: 5251124
- size: 252
-anims/anim_3B:
- type: SM64:ANIM
- header:
- offset: 5078524
- size: 24
- values:
- offset: 5252028
- size: 1204
- indices:
- offset: 5251776
- size: 252
-anims/anim_3C:
- type: SM64:ANIM
- header:
- offset: 5253232
- size: 24
- values:
- offset: 5253532
- size: 774
- indices:
- offset: 5253280
- size: 252
-anims/anim_3D:
- type: SM64:ANIM
- header:
- offset: 5253256
- size: 24
- values:
- offset: 5253532
- size: 774
- indices:
- offset: 5253280
- size: 252
-anims/anim_3E:
- type: SM64:ANIM
- header:
- offset: 5238404
- size: 24
- values:
- offset: 5254584
- size: 11490
- indices:
- offset: 5254332
- size: 252
-anims/anim_3F:
- type: SM64:ANIM
- header:
- offset: 5266076
- size: 24
- values:
- offset: 5266352
- size: 3094
- indices:
- offset: 5266100
- size: 252
-anims/anim_40:
- type: SM64:ANIM
- header:
- offset: 5269448
- size: 24
- values:
- offset: 5269724
- size: 1094
- indices:
- offset: 5269472
- size: 252
-anims/anim_41:
- type: SM64:ANIM
- header:
- offset: 5108984
- size: 24
- values:
- offset: 5271096
- size: 536
- indices:
- offset: 5270844
- size: 252
-anims/anim_42:
- type: SM64:ANIM
- header:
- offset: 5271632
- size: 24
- values:
- offset: 5271908
- size: 956
- indices:
- offset: 5271656
- size: 252
-anims/anim_43:
- type: SM64:ANIM
- header:
- offset: 5272864
- size: 24
- values:
- offset: 5273140
- size: 84
- indices:
- offset: 5272888
- size: 252
-anims/anim_44:
- type: SM64:ANIM
- header:
- offset: 5083528
- size: 24
- values:
- offset: 5273500
- size: 650
- indices:
- offset: 5273248
- size: 252
-anims/anim_45:
- type: SM64:ANIM
- header:
- offset: 5044472
- size: 24
- values:
- offset: 5274452
- size: 1190
- indices:
- offset: 5274200
- size: 252
-anims/anim_46:
- type: SM64:ANIM
- header:
- offset: 5274176
- size: 24
- values:
- offset: 5274452
- size: 1190
- indices:
- offset: 5274200
- size: 252
-anims/anim_47:
- type: SM64:ANIM
- header:
- offset: 5253232
- size: 24
- values:
- offset: 5275920
- size: 838
- indices:
- offset: 5275668
- size: 252
-anims/anim_48:
- type: SM64:ANIM
- header:
- offset: 5276760
- size: 24
- values:
- offset: 5277036
- size: 5098
- indices:
- offset: 5276784
- size: 252
-anims/anim_49:
- type: SM64:ANIM
- header:
- offset: 5078524
- size: 24
- values:
- offset: 5282412
- size: 1298
- indices:
- offset: 5282160
- size: 252
-anims/anim_4A:
- type: SM64:ANIM
- header:
- offset: 5283712
- size: 24
- values:
- offset: 5283988
- size: 616
- indices:
- offset: 5283736
- size: 252
-anims/anim_4B:
- type: SM64:ANIM
- header:
- offset: 5079976
- size: 24
- values:
- offset: 5284880
- size: 1386
- indices:
- offset: 5284628
- size: 252
-anims/anim_4C:
- type: SM64:ANIM
- header:
- offset: 5286268
- size: 24
- values:
- offset: 5286544
- size: 670
- indices:
- offset: 5286292
- size: 252
-anims/anim_4D:
- type: SM64:ANIM
- header:
- offset: 5064584
- size: 24
- values:
- offset: 5287516
- size: 2456
- indices:
- offset: 5287264
- size: 252
-anims/anim_4E:
- type: SM64:ANIM
- header:
- offset: 5287240
- size: 24
- values:
- offset: 5287516
- size: 2456
- indices:
- offset: 5287264
- size: 252
-anims/anim_4F:
- type: SM64:ANIM
- header:
- offset: 5113504
- size: 24
- values:
- offset: 5290248
- size: 1578
- indices:
- offset: 5289996
- size: 252
-anims/anim_50:
- type: SM64:ANIM
- header:
- offset: 5251100
- size: 24
- values:
- offset: 5292104
- size: 420
- indices:
- offset: 5291852
- size: 252
-anims/anim_51:
- type: SM64:ANIM
- header:
- offset: 5292524
- size: 24
- values:
- offset: 5292800
- size: 1002
- indices:
- offset: 5292548
- size: 252
-anims/anim_52:
- type: SM64:ANIM
- header:
- offset: 5253232
- size: 24
- values:
- offset: 5294080
- size: 878
- indices:
- offset: 5293828
- size: 252
-anims/anim_53:
- type: SM64:ANIM
- header:
- offset: 5294960
- size: 24
- values:
- offset: 5295236
- size: 1970
- indices:
- offset: 5294984
- size: 252
-anims/anim_54:
- type: SM64:ANIM
- header:
- offset: 5297208
- size: 24
- values:
- offset: 5297484
- size: 1314
- indices:
- offset: 5297232
- size: 252
-anims/anim_55:
- type: SM64:ANIM
- header:
- offset: 5298800
- size: 24
- values:
- offset: 5299076
- size: 11268
- indices:
- offset: 5298824
- size: 252
-anims/anim_56:
- type: SM64:ANIM
- header:
- offset: 5044472
- size: 24
- values:
- offset: 5310644
- size: 1560
- indices:
- offset: 5310392
- size: 252
-anims/anim_57:
- type: SM64:ANIM
- header:
- offset: 5310368
- size: 24
- values:
- offset: 5310644
- size: 1560
- indices:
- offset: 5310392
- size: 252
-anims/anim_58:
- type: SM64:ANIM
- header:
- offset: 5312204
- size: 24
- values:
- offset: 5312480
- size: 1082
- indices:
- offset: 5312228
- size: 252
-anims/anim_59:
- type: SM64:ANIM
- header:
- offset: 5313564
- size: 24
- values:
- offset: 5313840
- size: 3052
- indices:
- offset: 5313588
- size: 252
-anims/anim_5A:
- type: SM64:ANIM
- header:
- offset: 5316892
- size: 24
- values:
- offset: 5317168
- size: 3278
- indices:
- offset: 5316916
- size: 252
-anims/anim_5B:
- type: SM64:ANIM
- header:
- offset: 5108984
- size: 24
- values:
- offset: 5320724
- size: 720
- indices:
- offset: 5320472
- size: 252
-anims/anim_5C:
- type: SM64:ANIM
- header:
- offset: 5321444
- size: 24
- values:
- offset: 5321720
- size: 1258
- indices:
- offset: 5321468
- size: 252
-anims/anim_5D:
- type: SM64:ANIM
- header:
- offset: 5269448
- size: 24
- values:
- offset: 5323256
- size: 1142
- indices:
- offset: 5323004
- size: 252
-anims/anim_5E:
- type: SM64:ANIM
- header:
- offset: 5238404
- size: 24
- values:
- offset: 5324676
- size: 12110
- indices:
- offset: 5324424
- size: 252
-anims/anim_5F:
- type: SM64:ANIM
- header:
- offset: 5336788
- size: 24
- values:
- offset: 5337064
- size: 5058
- indices:
- offset: 5336812
- size: 252
-anims/anim_60:
- type: SM64:ANIM
- header:
- offset: 5342124
- size: 24
- values:
- offset: 5342400
- size: 4020
- indices:
- offset: 5342148
- size: 252
-anims/anim_61:
- type: SM64:ANIM
- header:
- offset: 5346420
- size: 24
- values:
- offset: 5346696
- size: 12660
- indices:
- offset: 5346444
- size: 252
-anims/anim_62:
- type: SM64:ANIM
- header:
- offset: 5108984
- size: 24
- values:
- offset: 5359632
- size: 742
- indices:
- offset: 5359380
- size: 252
-anims/anim_63:
- type: SM64:ANIM
- header:
- offset: 5360376
- size: 24
- values:
- offset: 5360652
- size: 1626
- indices:
- offset: 5360400
- size: 252
-anims/anim_64:
- type: SM64:ANIM
- header:
- offset: 5362280
- size: 24
- values:
- offset: 5362556
- size: 1246
- indices:
- offset: 5362304
- size: 252
-anims/anim_65:
- type: SM64:ANIM
- header:
- offset: 5113504
- size: 24
- values:
- offset: 5364080
- size: 1700
- indices:
- offset: 5363828
- size: 252
-anims/anim_66:
- type: SM64:ANIM
- header:
- offset: 5365780
- size: 24
- values:
- offset: 5366056
- size: 1948
- indices:
- offset: 5365804
- size: 252
-anims/anim_67:
- type: SM64:ANIM
- header:
- offset: 5368004
- size: 24
- values:
- offset: 5368280
- size: 386
- indices:
- offset: 5368028
- size: 252
-anims/anim_68:
- type: SM64:ANIM
- header:
- offset: 5368668
- size: 24
- values:
- offset: 5368944
- size: 340
- indices:
- offset: 5368692
- size: 252
-anims/anim_69:
- type: SM64:ANIM
- header:
- offset: 5108984
- size: 24
- values:
- offset: 5369560
- size: 764
- indices:
- offset: 5369308
- size: 252
-anims/anim_6A:
- type: SM64:ANIM
- header:
- offset: 5370324
- size: 24
- values:
- offset: 5370600
- size: 1060
- indices:
- offset: 5370348
- size: 252
-anims/anim_6B:
- type: SM64:ANIM
- header:
- offset: 5253232
- size: 24
- values:
- offset: 5371936
- size: 940
- indices:
- offset: 5371684
- size: 252
-anims/anim_6C:
- type: SM64:ANIM
- header:
- offset: 5372876
- size: 24
- values:
- offset: 5373152
- size: 1284
- indices:
- offset: 5372900
- size: 252
-anims/anim_6D:
- type: SM64:ANIM
- header:
- offset: 5079976
- size: 24
- values:
- offset: 5374712
- size: 1286
- indices:
- offset: 5374460
- size: 252
-anims/anim_6E:
- type: SM64:ANIM
- header:
- offset: 5078524
- size: 24
- values:
- offset: 5376276
- size: 1136
- indices:
- offset: 5376024
- size: 252
-anims/anim_6F:
- type: SM64:ANIM
- header:
- offset: 5171556
- size: 24
- values:
- offset: 5377712
- size: 98
- indices:
- offset: 5377460
- size: 252
-anims/anim_70:
- type: SM64:ANIM
- header:
- offset: 5377436
- size: 24
- values:
- offset: 5377712
- size: 98
- indices:
- offset: 5377460
- size: 252
-anims/anim_71:
- type: SM64:ANIM
- header:
- offset: 5377812
- size: 24
- values:
- offset: 5378088
- size: 2078
- indices:
- offset: 5377836
- size: 252
-anims/anim_72:
- type: SM64:ANIM
- header:
- offset: 5380168
- size: 24
- values:
- offset: 5380468
- size: 4342
- indices:
- offset: 5380216
- size: 252
-anims/anim_73:
- type: SM64:ANIM
- header:
- offset: 5380168
- size: 24
- values:
- offset: 5380468
- size: 4342
- indices:
- offset: 5380216
- size: 252
-anims/anim_74:
- type: SM64:ANIM
- header:
- offset: 5377812
- size: 24
- values:
- offset: 5385088
- size: 1844
- indices:
- offset: 5384836
- size: 252
-anims/anim_75:
- type: SM64:ANIM
- header:
- offset: 5377812
- size: 24
- values:
- offset: 5387208
- size: 1892
- indices:
- offset: 5386956
- size: 252
-anims/anim_76:
- type: SM64:ANIM
- header:
- offset: 5126944
- size: 24
- values:
- offset: 5389376
- size: 4648
- indices:
- offset: 5389124
- size: 252
-anims/anim_77:
- type: SM64:ANIM
- header:
- offset: 5086116
- size: 24
- values:
- offset: 5394300
- size: 2464
- indices:
- offset: 5394048
- size: 252
-anims/anim_78:
- type: SM64:ANIM
- header:
- offset: 5396764
- size: 24
- values:
- offset: 5397040
- size: 10454
- indices:
- offset: 5396788
- size: 252
-anims/anim_79:
- type: SM64:ANIM
- header:
- offset: 5407496
- size: 24
- values:
- offset: 5407772
- size: 3634
- indices:
- offset: 5407520
- size: 252
-anims/anim_7A:
- type: SM64:ANIM
- header:
- offset: 5411408
- size: 24
- values:
- offset: 5411684
- size: 402
- indices:
- offset: 5411432
- size: 252
-anims/anim_7B:
- type: SM64:ANIM
- header:
- offset: 5297208
- size: 24
- values:
- offset: 5412364
- size: 2360
- indices:
- offset: 5412112
- size: 252
-anims/anim_7C:
- type: SM64:ANIM
- header:
- offset: 5297208
- size: 24
- values:
- offset: 5415000
- size: 2300
- indices:
- offset: 5414748
- size: 252
-anims/anim_7D:
- type: SM64:ANIM
- header:
- offset: 5172416
- size: 24
- values:
- offset: 5417576
- size: 1114
- indices:
- offset: 5417324
- size: 252
-anims/anim_7E:
- type: SM64:ANIM
- header:
- offset: 5058512
- size: 24
- values:
- offset: 5418968
- size: 4538
- indices:
- offset: 5418716
- size: 252
-anims/anim_7F:
- type: SM64:ANIM
- header:
- offset: 5105848
- size: 24
- values:
- offset: 5423784
- size: 3622
- indices:
- offset: 5423532
- size: 252
-anims/anim_80:
- type: SM64:ANIM
- header:
- offset: 5105848
- size: 24
- values:
- offset: 5427684
- size: 4248
- indices:
- offset: 5427432
- size: 252
-anims/anim_81:
- type: SM64:ANIM
- header:
- offset: 5431932
- size: 24
- values:
- offset: 5432208
- size: 4308
- indices:
- offset: 5431956
- size: 252
-anims/anim_82:
- type: SM64:ANIM
- header:
- offset: 5436516
- size: 24
- values:
- offset: 5436792
- size: 5770
- indices:
- offset: 5436540
- size: 252
-anims/anim_83:
- type: SM64:ANIM
- header:
- offset: 5442564
- size: 24
- values:
- offset: 5442840
- size: 4734
- indices:
- offset: 5442588
- size: 252
-anims/anim_84:
- type: SM64:ANIM
- header:
- offset: 5051324
- size: 24
- values:
- offset: 5447852
- size: 4756
- indices:
- offset: 5447600
- size: 252
-anims/anim_85:
- type: SM64:ANIM
- header:
- offset: 5172416
- size: 24
- values:
- offset: 5452884
- size: 324
- indices:
- offset: 5452632
- size: 252
-anims/anim_86:
- type: SM64:ANIM
- header:
- offset: 5453208
- size: 24
- values:
- offset: 5453484
- size: 2902
- indices:
- offset: 5453232
- size: 252
-anims/anim_87:
- type: SM64:ANIM
- header:
- offset: 5217532
- size: 24
- values:
- offset: 5456664
- size: 1564
- indices:
- offset: 5456412
- size: 252
-anims/anim_88:
- type: SM64:ANIM
- header:
- offset: 5321444
- size: 24
- values:
- offset: 5458528
- size: 1260
- indices:
- offset: 5458276
- size: 252
-anims/anim_89:
- type: SM64:ANIM
- header:
- offset: 5458252
- size: 24
- values:
- offset: 5458528
- size: 1260
- indices:
- offset: 5458276
- size: 252
-anims/anim_8A:
- type: SM64:ANIM
- header:
- offset: 5453208
- size: 24
- values:
- offset: 5460064
- size: 2980
- indices:
- offset: 5459812
- size: 252
-anims/anim_8B:
- type: SM64:ANIM
- header:
- offset: 5313564
- size: 24
- values:
- offset: 5463320
- size: 2970
- indices:
- offset: 5463068
- size: 252
-anims/anim_8C:
- type: SM64:ANIM
- header:
- offset: 5283712
- size: 24
- values:
- offset: 5466568
- size: 646
- indices:
- offset: 5466316
- size: 252
-anims/anim_8D:
- type: SM64:ANIM
- header:
- offset: 5292524
- size: 24
- values:
- offset: 5467492
- size: 1086
- indices:
- offset: 5467240
- size: 252
-anims/anim_8E:
- type: SM64:ANIM
- header:
- offset: 5044472
- size: 24
- values:
- offset: 5468880
- size: 1618
- indices:
- offset: 5468628
- size: 252
-anims/anim_8F:
- type: SM64:ANIM
- header:
- offset: 5065776
- size: 24
- values:
- offset: 5468880
- size: 1618
- indices:
- offset: 5468628
- size: 252
-anims/anim_90:
- type: SM64:ANIM
- header:
- offset: 5083528
- size: 24
- values:
- offset: 5470776
- size: 1012
- indices:
- offset: 5470524
- size: 252
-anims/anim_91:
- type: SM64:ANIM
- header:
- offset: 5471788
- size: 24
- values:
- offset: 5472064
- size: 266
- indices:
- offset: 5471812
- size: 252
-anims/anim_92:
- type: SM64:ANIM
- header:
- offset: 5472332
- size: 24
- values:
- offset: 5472608
- size: 5600
- indices:
- offset: 5472356
- size: 252
-anims/anim_93:
- type: SM64:ANIM
- header:
- offset: 5108984
- size: 24
- values:
- offset: 5478484
- size: 602
- indices:
- offset: 5478232
- size: 252
-anims/anim_94:
- type: SM64:ANIM
- header:
- offset: 5044472
- size: 24
- values:
- offset: 5479364
- size: 80
- indices:
- offset: 5076388
- size: 252
-anims/anim_95:
- type: SM64:ANIM
- header:
- offset: 5368004
- size: 24
- values:
- offset: 5479720
- size: 280
- indices:
- offset: 5479468
- size: 252
-anims/anim_96:
- type: SM64:ANIM
- header:
- offset: 5108984
- size: 24
- values:
- offset: 5480276
- size: 680
- indices:
- offset: 5480024
- size: 252
-anims/anim_97:
- type: SM64:ANIM
- header:
- offset: 5251100
- size: 24
- values:
- offset: 5481232
- size: 416
- indices:
- offset: 5480980
- size: 252
-anims/anim_98:
- type: SM64:ANIM
- header:
- offset: 5058512
- size: 24
- values:
- offset: 5481924
- size: 2758
- indices:
- offset: 5481672
- size: 252
-anims/anim_99:
- type: SM64:ANIM
- header:
- offset: 5484684
- size: 24
- values:
- offset: 5484960
- size: 7014
- indices:
- offset: 5484708
- size: 252
-anims/anim_9A:
- type: SM64:ANIM
- header:
- offset: 5283712
- size: 24
- values:
- offset: 5492252
- size: 644
- indices:
- offset: 5492000
- size: 252
-anims/anim_9B:
- type: SM64:ANIM
- header:
- offset: 5283712
- size: 24
- values:
- offset: 5493172
- size: 630
- indices:
- offset: 5492920
- size: 252
-anims/anim_9C:
- type: SM64:ANIM
- header:
- offset: 5493804
- size: 24
- values:
- offset: 5494080
- size: 4884
- indices:
- offset: 5493828
- size: 252
-anims/anim_9D:
- type: SM64:ANIM
- header:
- offset: 5498964
- size: 24
- values:
- offset: 5499240
- size: 1944
- indices:
- offset: 5498988
- size: 252
-anims/anim_9E:
- type: SM64:ANIM
- header:
- offset: 5431932
- size: 24
- values:
- offset: 5501460
- size: 4008
- indices:
- offset: 5501208
- size: 252
-anims/anim_9F:
- type: SM64:ANIM
- header:
- offset: 5078524
- size: 24
- values:
- offset: 5505744
- size: 774
- indices:
- offset: 5505492
- size: 252
-anims/anim_A0:
- type: SM64:ANIM
- header:
- offset: 5108984
- size: 24
- values:
- offset: 5506796
- size: 390
- indices:
- offset: 5506544
- size: 252
-anims/anim_A1:
- type: SM64:ANIM
- header:
- offset: 5507188
- size: 24
- values:
- offset: 5507464
- size: 920
- indices:
- offset: 5507212
- size: 252
-anims/anim_A2:
- type: SM64:ANIM
- header:
- offset: 5081572
- size: 24
- values:
- offset: 5508660
- size: 1448
- indices:
- offset: 5508408
- size: 252
-anims/anim_A3:
- type: SM64:ANIM
- header:
- offset: 5297208
- size: 24
- values:
- offset: 5510384
- size: 2590
- indices:
- offset: 5510132
- size: 252
-anims/anim_A4:
- type: SM64:ANIM
- header:
- offset: 5111696
- size: 24
- values:
- offset: 5513252
- size: 1650
- indices:
- offset: 5513000
- size: 252
-anims/anim_A5:
- type: SM64:ANIM
- header:
- offset: 5044448
- size: 24
- values:
- offset: 5515180
- size: 5148
- indices:
- offset: 5514928
- size: 252
-anims/anim_A6:
- type: SM64:ANIM
- header:
- offset: 5520328
- size: 24
- values:
- offset: 5520604
- size: 4646
- indices:
- offset: 5520352
- size: 252
-anims/anim_A7:
- type: SM64:ANIM
- header:
- offset: 5453208
- size: 24
- values:
- offset: 5525528
- size: 3060
- indices:
- offset: 5525276
- size: 252
-anims/anim_A8:
- type: SM64:ANIM
- header:
- offset: 5431932
- size: 24
- values:
- offset: 5528864
- size: 3910
- indices:
- offset: 5528612
- size: 252
-anims/anim_A9:
- type: SM64:ANIM
- header:
- offset: 5321444
- size: 24
- values:
- offset: 5533052
- size: 1728
- indices:
- offset: 5532800
- size: 252
-anims/anim_AA:
- type: SM64:ANIM
- header:
- offset: 5370324
- size: 24
- values:
- offset: 5535056
- size: 972
- indices:
- offset: 5534804
- size: 252
-anims/anim_AB:
- type: SM64:ANIM
- header:
- offset: 5108984
- size: 24
- values:
- offset: 5536304
- size: 750
- indices:
- offset: 5536052
- size: 252
-anims/anim_AC:
- type: SM64:ANIM
- header:
- offset: 5537056
- size: 24
- values:
- offset: 5537332
- size: 1706
- indices:
- offset: 5537080
- size: 252
-anims/anim_AD:
- type: SM64:ANIM
- header:
- offset: 5294960
- size: 24
- values:
- offset: 5539316
- size: 1860
- indices:
- offset: 5539064
- size: 252
-anims/anim_AE:
- type: SM64:ANIM
- header:
- offset: 5253232
- size: 24
- values:
- offset: 5541452
- size: 956
- indices:
- offset: 5541200
- size: 252
-anims/anim_AF:
- type: SM64:ANIM
- header:
- offset: 5294960
- size: 24
- values:
- offset: 5542684
- size: 2160
- indices:
- offset: 5542432
- size: 252
-anims/anim_B0:
- type: SM64:ANIM
- header:
- offset: 5368004
- size: 24
- values:
- offset: 5545120
- size: 440
- indices:
- offset: 5544868
- size: 252
-anims/anim_B1:
- type: SM64:ANIM
- header:
- offset: 5545560
- size: 24
- values:
- offset: 5545836
- size: 2418
- indices:
- offset: 5545584
- size: 252
-anims/anim_B2:
- type: SM64:ANIM
- header:
- offset: 5111696
- size: 24
- values:
- offset: 5548532
- size: 1824
- indices:
- offset: 5548280
- size: 252
-anims/anim_B3:
- type: SM64:ANIM
- header:
- offset: 5550356
- size: 24
- values:
- offset: 5550632
- size: 6494
- indices:
- offset: 5550380
- size: 252
-anims/anim_B4:
- type: SM64:ANIM
- header:
- offset: 5377812
- size: 24
- values:
- offset: 5557404
- size: 1846
- indices:
- offset: 5557152
- size: 252
-anims/anim_B5:
- type: SM64:ANIM
- header:
- offset: 5321444
- size: 24
- values:
- offset: 5559552
- size: 1382
- indices:
- offset: 5559300
- size: 252
-anims/anim_B6:
- type: SM64:ANIM
- header:
- offset: 5559276
- size: 24
- values:
- offset: 5559552
- size: 1382
- indices:
- offset: 5559300
- size: 252
-anims/anim_B7:
- type: SM64:ANIM
- header:
- offset: 5453208
- size: 24
- values:
- offset: 5561212
- size: 2980
- indices:
- offset: 5560960
- size: 252
-anims/anim_B8:
- type: SM64:ANIM
- header:
- offset: 5217532
- size: 24
- values:
- offset: 5564468
- size: 776
- indices:
- offset: 5564216
- size: 252
-anims/anim_B9:
- type: SM64:ANIM
- header:
- offset: 5294960
- size: 24
- values:
- offset: 5565520
- size: 2068
- indices:
- offset: 5565268
- size: 252
-anims/anim_BA:
- type: SM64:ANIM
- header:
- offset: 5312204
- size: 24
- values:
- offset: 5567864
- size: 986
- indices:
- offset: 5567612
- size: 252
-anims/anim_BB:
- type: SM64:ANIM
- header:
- offset: 5568852
- size: 24
- values:
- offset: 5569128
- size: 4132
- indices:
- offset: 5568876
- size: 252
-anims/anim_BC:
- type: SM64:ANIM
- header:
- offset: 5044472
- size: 24
- values:
- offset: 5573560
- size: 1528
- indices:
- offset: 5573308
- size: 252
-anims/anim_BD:
- type: SM64:ANIM
- header:
- offset: 5076744
- size: 24
- values:
- offset: 5573560
- size: 1528
- indices:
- offset: 5573308
- size: 252
-anims/anim_BE:
- type: SM64:ANIM
- header:
- offset: 5108984
- size: 24
- values:
- offset: 5575364
- size: 760
- indices:
- offset: 5575112
- size: 252
-anims/anim_BF:
- type: SM64:ANIM
- header:
- offset: 5377812
- size: 24
- values:
- offset: 5576400
- size: 1936
- indices:
- offset: 5576148
- size: 252
-anims/anim_C0:
- type: SM64:ANIM
- header:
- offset: 5578336
- size: 24
- values:
- offset: 5578612
- size: 2452
- indices:
- offset: 5578360
- size: 252
-anims/anim_C1:
- type: SM64:ANIM
- header:
- offset: 5070848
- size: 24
- values:
- offset: 5581340
- size: 2468
- indices:
- offset: 5581088
- size: 252
-anims/anim_C2:
- type: SM64:ANIM
- header:
- offset: 5058512
- size: 24
- values:
- offset: 5584084
- size: 5422
- indices:
- offset: 5583832
- size: 252
-anims/anim_C3:
- type: SM64:ANIM
- header:
- offset: 5297208
- size: 24
- values:
- offset: 5589784
- size: 1942
- indices:
- offset: 5589532
- size: 252
-anims/anim_C4:
- type: SM64:ANIM
- header:
- offset: 5297208
- size: 24
- values:
- offset: 5592004
- size: 1942
- indices:
- offset: 5589532
- size: 252
-anims/anim_C5:
- type: SM64:ANIM
- header:
- offset: 5297208
- size: 24
- values:
- offset: 5594224
- size: 1942
- indices:
- offset: 5589532
- size: 252
-anims/anim_C6:
- type: SM64:ANIM
- header:
- offset: 5217532
- size: 24
- values:
- offset: 5596444
- size: 1666
- indices:
- offset: 5596192
- size: 252
-anims/anim_C7:
- type: SM64:ANIM
- header:
- offset: 5217532
- size: 24
- values:
- offset: 5598388
- size: 2844
- indices:
- offset: 5598136
- size: 252
-anims/anim_C8:
- type: SM64:ANIM
- header:
- offset: 5601232
- size: 24
- values:
- offset: 5601508
- size: 1648
- indices:
- offset: 5601256
- size: 252
-anims/anim_C9:
- type: SM64:ANIM
- header:
- offset: 5113504
- size: 24
- values:
- offset: 5603432
- size: 1940
- indices:
- offset: 5603180
- size: 252
-anims/anim_CA:
- type: SM64:ANIM
- header:
- offset: 5605372
- size: 24
- values:
- offset: 5605648
- size: 1998
- indices:
- offset: 5605396
- size: 252
-anims/anim_CB:
- type: SM64:ANIM
- header:
- offset: 5104424
- size: 24
- values:
- offset: 5607948
- size: 1382
- indices:
- offset: 5607696
- size: 252
-anims/anim_CC:
- type: SM64:ANIM
- header:
- offset: 5044472
- size: 24
- values:
- offset: 5607948
- size: 1382
- indices:
- offset: 5607696
- size: 252
-anims/anim_CD:
- type: SM64:ANIM
- header:
- offset: 5609332
- size: 24
- values:
- offset: 5609608
- size: 5184
- indices:
- offset: 5609356
- size: 252
-anims/anim_CE:
- type: SM64:ANIM
- header:
- offset: 5079976
- size: 24
- values:
- offset: 5615068
- size: 1460
- indices:
- offset: 5614816
- size: 252
-anims/anim_CF:
- type: SM64:ANIM
- header:
- offset: 5616528
- size: 24
- values:
- offset: 5616804
- size: 2708
- indices:
- offset: 5616552
- size: 252
-anims/anim_D0:
- type: SM64:ANIM
- header:
- offset: 5292524
- size: 24
- values:
- offset: 5619788
- size: 730
- indices:
- offset: 5619536
- size: 252
-demos/bbh:
- type: BLOB
- size: 988
- offset: 5620584
-demos/ccm:
- type: BLOB
- size: 1320
- offset: 5621572
-demos/hmc:
- type: BLOB
- size: 980
- offset: 5622892
-demos/jrb:
- type: BLOB
- size: 620
- offset: 5623872
-demos/pss:
- type: BLOB
- size: 748
- offset: 5625164
-demos/unused:
- type: BLOB
- size: 108
- offset: 5625912
-demos/wf:
- type: BLOB
- size: 672
- offset: 5624492
diff --git a/assets/sm64/eu/levels.yml b/assets/sm64/eu/levels.yml
deleted file mode 100644
index 8a3fb3c..0000000
--- a/assets/sm64/eu/levels.yml
+++ /dev/null
@@ -1,2429 +0,0 @@
-bbh/0:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3485312
- mio0: 0
- format: RGBA16
-bbh/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3485312
- mio0: 4096
- format: RGBA16
-bbh/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3485312
- mio0: 6144
- format: RGBA16
-bbh/3:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3485312
- mio0: 8192
- format: RGBA16
-bbh/4:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 3485312
- mio0: 12288
- format: RGBA16
-bbh/5:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3485312
- mio0: 13312
- format: RGBA16
-bbh/6:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 3485312
- mio0: 17408
- format: RGBA16
-bitdw/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4415552
- mio0: 0
- format: RGBA16
-bitdw/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4415552
- mio0: 2048
- format: RGBA16
-bitdw/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4415552
- mio0: 4096
- format: RGBA16
-bitdw/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4415552
- mio0: 6144
- format: RGBA16
-bitfs/0:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4466448
- mio0: 0
- format: RGBA16
-bitfs/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4466448
- mio0: 4096
- format: RGBA16
-bitfs/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4466448
- mio0: 6144
- format: RGBA16
-bits/0:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4511200
- mio0: 0
- format: RGBA16
-bits/1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 4511200
- mio0: 4096
- format: RGBA16
-bits/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4511200
- mio0: 8192
- format: RGBA16
-bob/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4052208
- mio0: 0
- format: RGBA16
-bob/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4052208
- mio0: 2048
- format: RGBA16
-bob/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4052208
- mio0: 4096
- format: RGBA16
-bob/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4052208
- mio0: 6144
- format: RGBA16
-bob/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4052208
- mio0: 8192
- format: RGBA16
-bowser_1/0:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4870192
- mio0: 0
- format: RGBA16
-bowser_1/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4870192
- mio0: 4096
- format: RGBA16
-bowser_1/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4870192
- mio0: 6144
- format: RGBA16
-bowser_2/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4915936
- mio0: 0
- format: RGBA16
-bowser_3/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4920080
- mio0: 0
- format: RGBA16
-bowser_3/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4920080
- mio0: 2048
- format: RGBA16
-bowser_3/2:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4920080
- mio0: 4096
- format: RGBA16
-castle_grounds/0:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4374016
- mio0: 0
- format: RGBA16
-castle_grounds/1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 4374016
- mio0: 4096
- format: RGBA16
-castle_grounds/2:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 4374016
- mio0: 8192
- format: RGBA16
-castle_grounds/3:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4374016
- mio0: 51688
- format: RGBA16
-castle_grounds/4:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4374016
- mio0: 55784
- format: RGBA16
-castle_grounds/5:
- type: TEXTURE
- size: 2048
- width: 64
- height: 32
- offset: 4374016
- mio0: 60136
- format: IA8
-castle_inside/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3634560
- mio0: 2048
- format: RGBA16
-castle_inside/10:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3634560
- mio0: 28672
- format: RGBA16
-castle_inside/11:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3634560
- mio0: 30720
- format: RGBA16
-castle_inside/12:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3634560
- mio0: 32768
- format: RGBA16
-castle_inside/13:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3634560
- mio0: 34816
- format: RGBA16
-castle_inside/14:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3634560
- mio0: 36864
- format: RGBA16
-castle_inside/15:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3634560
- mio0: 38912
- format: RGBA16
-castle_inside/16:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3634560
- mio0: 40960
- format: IA16
-castle_inside/17:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3634560
- mio0: 43008
- format: RGBA16
-castle_inside/18:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3634560
- mio0: 47104
- format: RGBA16
-castle_inside/19:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3634560
- mio0: 51200
- format: RGBA16
-castle_inside/2:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3178624
- mio0: 47104
- format: IA16
-castle_inside/20:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3634560
- mio0: 55296
- format: RGBA16
-castle_inside/21:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3634560
- mio0: 59392
- format: RGBA16
-castle_inside/22:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3634560
- mio0: 63488
- format: RGBA16
-castle_inside/23:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3634560
- mio0: 67584
- format: RGBA16
-castle_inside/24:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3634560
- mio0: 71680
- format: RGBA16
-castle_inside/25:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3634560
- mio0: 75776
- format: RGBA16
-castle_inside/26:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3634560
- mio0: 79872
- format: RGBA16
-castle_inside/27:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3634560
- mio0: 83968
- format: RGBA16
-castle_inside/28:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3634560
- mio0: 88064
- format: RGBA16
-castle_inside/29:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3634560
- mio0: 92160
- format: RGBA16
-castle_inside/3:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3634560
- mio0: 8192
- format: RGBA16
-castle_inside/30:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3634560
- mio0: 94208
- format: RGBA16
-castle_inside/31:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3634560
- mio0: 96256
- format: RGBA16
-castle_inside/32:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3634560
- mio0: 100352
- format: RGBA16
-castle_inside/33:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3634560
- mio0: 104448
- format: RGBA16
-castle_inside/34:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3634560
- mio0: 108544
- format: RGBA16
-castle_inside/35:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3634560
- mio0: 112640
- format: RGBA16
-castle_inside/36:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3634560
- mio0: 116736
- format: RGBA16
-castle_inside/37:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3634560
- mio0: 120832
- format: RGBA16
-castle_inside/38:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3634560
- mio0: 124928
- format: RGBA16
-castle_inside/39:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3634560
- mio0: 129024
- format: RGBA16
-castle_inside/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3634560
- mio0: 12288
- format: RGBA16
-castle_inside/40:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3634560
- mio0: 133120
- format: RGBA16
-castle_inside/5:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3634560
- mio0: 14336
- format: RGBA16
-castle_inside/6:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3634560
- mio0: 18432
- format: RGBA16
-castle_inside/7:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3634560
- mio0: 22528
- format: RGBA16
-castle_inside/8:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3634560
- mio0: 24576
- format: RGBA16
-castle_inside/9:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3634560
- mio0: 26624
- format: RGBA16
-castle_inside/castle_light:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3312784
- mio0: 47104
- format: IA16
-ccm/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3558288
- mio0: 0
- format: RGBA16
-ccm/1:
- type: TEXTURE
- size: 256
- width: 32
- height: 4
- offset: 3558288
- mio0: 2048
- format: RGBA16
-ccm/10:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3558288
- mio0: 17152
- format: RGBA16
-ccm/11:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3558288
- mio0: 19200
- format: RGBA16
-ccm/12:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3558288
- mio0: 72024
- format: RGBA16
-ccm/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3558288
- mio0: 2304
- format: RGBA16
-ccm/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3558288
- mio0: 4352
- format: RGBA16
-ccm/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3558288
- mio0: 6400
- format: RGBA16
-ccm/5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1315408
- mio0: 48240
- format: RGBA16
-ccm/6:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1315408
- mio0: 46192
- format: RGBA16
-ccm/7:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3558288
- mio0: 12544
- format: RGBA16
-ccm/8:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 3558288
- mio0: 14592
- format: IA16
-ccm/9:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3558288
- mio0: 15104
- format: IA16
-cotmc/0:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 4827104
- mio0: 0
- format: RGBA16
-cotmc/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4827104
- mio0: 4096
- format: RGBA16
-cotmc/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4827104
- mio0: 6144
- format: RGBA16
-cotmc/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4827104
- mio0: 8192
- format: RGBA16
-cotmc/4:
- type: TEXTURE
- size: 2048
- width: 64
- height: 16
- offset: 4827104
- mio0: 10240
- format: RGBA16
-ddd/0:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4647792
- mio0: 0
- format: RGBA16
-ddd/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3312784
- mio0: 4096
- format: RGBA16
-ddd/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4647792
- mio0: 6144
- format: RGBA16
-ddd/3:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 4647792
- mio0: 8192
- format: RGBA16
-ddd/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4647792
- mio0: 12288
- format: RGBA16
-ending/cake:
- type: BLOB
- size: 143360
- offset: 4716880
- mio0: 0
-hmc/0:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3874816
- mio0: 0
- format: RGBA16
-hmc/1:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3874816
- mio0: 4096
- format: RGBA16
-hmc/2:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3874816
- mio0: 8192
- format: RGBA16
-hmc/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3874816
- mio0: 12288
- format: RGBA16
-hmc/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3874816
- mio0: 14336
- format: RGBA16
-hmc/5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3874816
- mio0: 16384
- format: RGBA16
-hmc/6:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3874816
- mio0: 18432
- format: RGBA16
-hmc/7:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3634560
- mio0: 92160
- format: RGBA16
-intro/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2401056
- mio0: 32416
- format: RGBA16
-intro/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2401056
- mio0: 34464
- format: RGBA16
-intro/2_copyright:
- type: TEXTURE
- size: 4096
- width: 128
- height: 16
- offset: 2401056
- mio0: 46240
- format: RGBA16
-intro/3_tm:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2401056
- mio0: 50336
- format: RGBA16
-jrb/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3312784
- mio0: 4096
- format: RGBA16
-jrb/1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 4176288
- mio0: 2048
- format: RGBA16
-jrb/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4176288
- mio0: 6144
- format: RGBA16
-jrb/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4176288
- mio0: 8192
- format: RGBA16
-lll/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4560608
- mio0: 0
- format: RGBA16
-lll/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4560608
- mio0: 2048
- format: RGBA16
-lll/10:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4560608
- mio0: 20480
- format: RGBA16
-lll/11:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4560608
- mio0: 22528
- format: RGBA16
-lll/12:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4560608
- mio0: 24576
- format: RGBA16
-lll/13:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4560608
- mio0: 26624
- format: RGBA16
-lll/14:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4560608
- mio0: 28672
- format: RGBA16
-lll/15:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4560608
- mio0: 30720
- format: RGBA16
-lll/16:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4560608
- mio0: 32768
- format: RGBA16
-lll/17:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4560608
- mio0: 34816
- format: RGBA16
-lll/18:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4560608
- mio0: 36864
- format: RGBA16
-lll/19:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4560608
- mio0: 38912
- format: RGBA16
-lll/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4560608
- mio0: 4096
- format: RGBA16
-lll/20:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4560608
- mio0: 40960
- format: RGBA16
-lll/21:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4560608
- mio0: 43008
- format: RGBA16
-lll/22:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4560608
- mio0: 45056
- format: RGBA16
-lll/23:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4560608
- mio0: 47104
- format: RGBA16
-lll/24:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4560608
- mio0: 49152
- format: RGBA16
-lll/25:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4560608
- mio0: 51200
- format: RGBA16
-lll/26:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 4560608
- mio0: 53248
- format: RGBA16
-lll/27:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 3558288
- mio0: 14592
- format: IA16
-lll/28:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4560608
- mio0: 54272
- format: RGBA16
-lll/29:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4560608
- mio0: 56320
- format: RGBA16
-lll/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4560608
- mio0: 6144
- format: RGBA16
-lll/30:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4560608
- mio0: 58368
- format: RGBA16
-lll/31:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4560608
- mio0: 60416
- format: RGBA16
-lll/32:
- type: TEXTURE
- size: 2048
- width: 64
- height: 16
- offset: 4560608
- mio0: 62464
- format: RGBA16
-lll/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4560608
- mio0: 8192
- format: RGBA16
-lll/5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4560608
- mio0: 10240
- format: RGBA16
-lll/6:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4560608
- mio0: 12288
- format: RGBA16
-lll/7:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3142672
- mio0: 6144
- format: RGBA16
-lll/8:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4560608
- mio0: 16384
- format: RGBA16
-lll/9:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4560608
- mio0: 18432
- format: RGBA16
-menu/main_menu_seg7.00018:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2647072
- mio0: 24
- format: RGBA16
-menu/main_menu_seg7.00818:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2647072
- mio0: 2072
- format: RGBA16
-menu/main_menu_seg7.01018:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 2647072
- mio0: 4120
- format: RGBA16
-menu/main_menu_seg7.02018:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 2647072
- mio0: 8216
- format: RGBA16
-menu/main_menu_seg7.03468:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2647072
- mio0: 13416
- format: RGBA16
-menu/main_menu_seg7.03C68:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2647072
- mio0: 15464
- format: RGBA16
-menu/main_menu_seg7.04468:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2647072
- mio0: 17512
- format: RGBA16
-menu/main_menu_seg7.04C68:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2647072
- mio0: 19560
- format: RGBA16
-menu/main_menu_seg7.05468:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2647072
- mio0: 21608
- format: RGBA16
-menu/main_menu_seg7.06328:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2647072
- mio0: 25384
- format: RGBA16
-menu/main_menu_seg7.06B28:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2647072
- mio0: 27432
- format: RGBA16
-menu/main_menu_seg7.073D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2647072
- mio0: 29648
- format: RGBA16
-menu/main_menu_seg7.075D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2647072
- mio0: 30160
- format: RGBA16
-menu/main_menu_seg7.077D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2647072
- mio0: 30672
- format: RGBA16
-menu/main_menu_seg7.079D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2647072
- mio0: 31184
- format: RGBA16
-menu/main_menu_seg7.07BD0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2647072
- mio0: 31696
- format: RGBA16
-menu/main_menu_seg7.07DD0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2647072
- mio0: 32208
- format: RGBA16
-menu/main_menu_seg7.07FD0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2647072
- mio0: 32720
- format: RGBA16
-menu/main_menu_seg7.081D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2647072
- mio0: 33232
- format: RGBA16
-menu/main_menu_seg7.083D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2647072
- mio0: 33744
- format: RGBA16
-menu/main_menu_seg7.085D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2647072
- mio0: 34256
- format: RGBA16
-menu/main_menu_seg7.087D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2647072
- mio0: 34768
- format: RGBA16
-menu/main_menu_seg7.089D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2647072
- mio0: 35280
- format: RGBA16
-menu/main_menu_seg7.08BD0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2647072
- mio0: 35792
- format: RGBA16
-menu/main_menu_seg7.08DD0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2647072
- mio0: 36304
- format: RGBA16
-menu/main_menu_seg7.08FD0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2647072
- mio0: 36816
- format: RGBA16
-menu/main_menu_seg7.091D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2647072
- mio0: 37328
- format: RGBA16
-menu/main_menu_seg7.093D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2647072
- mio0: 37840
- format: RGBA16
-menu/main_menu_seg7.095D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2647072
- mio0: 38352
- format: RGBA16
-menu/main_menu_seg7.097D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2647072
- mio0: 38864
- format: RGBA16
-menu/main_menu_seg7.099D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2647072
- mio0: 39376
- format: RGBA16
-menu/main_menu_seg7.09BD0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2647072
- mio0: 39888
- format: RGBA16
-menu/main_menu_seg7.09DD0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2647072
- mio0: 40400
- format: RGBA16
-menu/main_menu_seg7.09FD0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2647072
- mio0: 40912
- format: RGBA16
-menu/main_menu_seg7.0A1D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2647072
- mio0: 41424
- format: RGBA16
-menu/main_menu_seg7.0A3D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2647072
- mio0: 41936
- format: RGBA16
-menu/main_menu_seg7.0A5D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2647072
- mio0: 42448
- format: RGBA16
-menu/main_menu_seg7.0A7D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2647072
- mio0: 42960
- format: RGBA16
-menu/main_menu_seg7.0A9D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2647072
- mio0: 43472
- format: RGBA16
-menu/main_menu_seg7.0AF80:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 44928
- format: IA8
-menu/main_menu_seg7.0B640:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 46656
- format: IA8
-menu/main_menu_seg7.0B680:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 46720
- format: IA8
-menu/main_menu_seg7.0B840:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 47168
- format: IA8
-menu/main_menu_seg7.0B880:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 47232
- format: IA8
-menu/main_menu_seg7.0B8C0:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 47296
- format: IA8
-menu/main_menu_seg7.0BDA0:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 2647072
- mio0: 48544
- format: RGBA16
-menu/main_menu_seg7.0CDA0:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 2647072
- mio0: 52640
- format: RGBA16
-menu/main_menu_seg7.0DDA0:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 2647072
- mio0: 56736
- format: RGBA16
-menu/main_menu_seg7.0EDA0:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 2647072
- mio0: 60832
- format: RGBA16
-menu/main_menu_seg7.0AC40:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 44096
- format: IA8
-menu/main_menu_seg7.0AC80:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 44160
- format: IA8
-menu/main_menu_seg7.0ACC0:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 44224
- format: IA8
-menu/main_menu_seg7.0AD00:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 44288
- format: IA8
-menu/main_menu_seg7.0AD40:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 44352
- format: IA8
-menu/main_menu_seg7.0AD80:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 44416
- format: IA8
-menu/main_menu_seg7.0ADC0:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 44480
- format: IA8
-menu/main_menu_seg7.0AE00:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 44544
- format: IA8
-menu/main_menu_seg7.0AE40:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 44608
- format: IA8
-menu/main_menu_seg7.0AE80:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 44672
- format: IA8
-menu/main_menu_seg7.0AEC0:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 44736
- format: IA8
-menu/main_menu_seg7.0AF00:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 44800
- format: IA8
-menu/main_menu_seg7.0AF40:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 44864
- format: IA8
-menu/main_menu_seg7.0AFC0:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 44992
- format: IA8
-menu/main_menu_seg7.0B000:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 45056
- format: IA8
-menu/main_menu_seg7.0B040:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 45120
- format: IA8
-menu/main_menu_seg7.0B080:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 45184
- format: IA8
-menu/main_menu_seg7.0B0C0:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 45248
- format: IA8
-menu/main_menu_seg7.0B100:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 45312
- format: IA8
-menu/main_menu_seg7.0B140:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 45376
- format: IA8
-menu/main_menu_seg7.0B180:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 45440
- format: IA8
-menu/main_menu_seg7.0B1C0:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 45504
- format: IA8
-menu/main_menu_seg7.0B200:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 45568
- format: IA8
-menu/main_menu_seg7.0B240:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 45632
- format: IA8
-menu/main_menu_seg7.0B280:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 45696
- format: IA8
-menu/main_menu_seg7.0B2C0:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 45760
- format: IA8
-menu/main_menu_seg7.0B300:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 45824
- format: IA8
-menu/main_menu_seg7.0B340:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 45888
- format: IA8
-menu/main_menu_seg7.0B380:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 45952
- format: IA8
-menu/main_menu_seg7.0B3C0:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 46016
- format: IA8
-menu/main_menu_seg7.0B400:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 46080
- format: IA8
-menu/main_menu_seg7.0B440:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 46144
- format: IA8
-menu/main_menu_seg7.0B480:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 46208
- format: IA8
-menu/main_menu_seg7.0B4C0:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 46272
- format: IA8
-menu/main_menu_seg7.0B500:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 46336
- format: IA8
-menu/main_menu_seg7.0B540:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 46400
- format: IA8
-menu/main_menu_seg7.0B580:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 46464
- format: IA8
-menu/main_menu_seg7.0B5C0:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 46528
- format: IA8
-menu/main_menu_seg7.0B600:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 46592
- format: IA8
-menu/main_menu_seg7.0B6C0:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 46784
- format: IA8
-menu/main_menu_seg7.0B700:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 46848
- format: IA8
-menu/main_menu_seg7.0B740:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 46912
- format: IA8
-menu/main_menu_seg7.0B780:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 46976
- format: IA8
-menu/main_menu_seg7.0B7C0:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 47040
- format: IA8
-menu/main_menu_seg7.0B800:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2647072
- mio0: 47104
- format: IA8
-pss/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4792384
- mio0: 0
- format: RGBA16
-pss/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4792384
- mio0: 2048
- format: IA16
-pss/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4792384
- mio0: 4096
- format: RGBA16
-rr/1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 4295344
- mio0: 2048
- format: RGBA16
-rr/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4295344
- mio0: 6144
- format: RGBA16
-rr/quarter_flying_carpet:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4295344
- mio0: 0
- format: RGBA16
-sl/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4092400
- mio0: 0
- format: RGBA16
-sl/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4092400
- mio0: 2048
- format: RGBA16
-sl/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4092400
- mio0: 4096
- format: RGBA16
-sl/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4092400
- mio0: 6144
- format: RGBA16
-sl/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4092400
- mio0: 8192
- format: RGBA16
-ssl/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3967216
- mio0: 0
- format: RGBA16
-ssl/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3967216
- mio0: 2048
- format: IA16
-ssl/10:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3967216
- mio0: 55208
- format: RGBA16
-ssl/11:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3967216
- mio0: 59304
- format: RGBA16
-ssl/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3967216
- mio0: 4096
- format: RGBA16
-ssl/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3967216
- mio0: 6144
- format: RGBA16
-ssl/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3967216
- mio0: 8192
- format: RGBA16
-ssl/5:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3967216
- mio0: 10240
- format: RGBA16
-ssl/6:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3967216
- mio0: 14336
- format: RGBA16
-ssl/7:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3203760
- mio0: 32768
- format: RGBA16
-ssl/8:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3967216
- mio0: 49064
- format: RGBA16
-ssl/9:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3967216
- mio0: 51112
- format: RGBA16
-thi/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4217104
- mio0: 0
- format: RGBA16
-thi/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4217104
- mio0: 2048
- format: RGBA16
-totwc/0:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4854592
- mio0: 0
- format: RGBA16
-totwc/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4854592
- mio0: 4096
- format: RGBA16
-totwc/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4854592
- mio0: 6144
- format: RGBA16
-totwc/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4854592
- mio0: 8192
- format: IA16
-ttc/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4252000
- mio0: 0
- format: RGBA16
-ttc/1:
- type: TEXTURE
- size: 2048
- width: 16
- height: 64
- offset: 4252000
- mio0: 2048
- format: RGBA16
-ttc/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4252000
- mio0: 90000
- format: RGBA16
-ttm/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4931616
- mio0: 0
- format: IA16
-ttm/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4931616
- mio0: 2048
- format: RGBA16
-ttm/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4931616
- mio0: 4096
- format: RGBA16
-ttm/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4931616
- mio0: 6144
- format: RGBA16
-ttm/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4931616
- mio0: 8192
- format: RGBA16
-ttm/5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4931616
- mio0: 10240
- format: RGBA16
-ttm/6:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 4931616
- mio0: 12288
- format: RGBA16
-ttm/7:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 4931616
- mio0: 16384
- format: RGBA16
-ttm/8:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3353504
- mio0: 43008
- format: RGBA16
-vcutm/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4446272
- mio0: 0
- format: RGBA16
-vcutm/1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 4446272
- mio0: 2048
- format: RGBA16
-vcutm/2:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4446272
- mio0: 6144
- format: RGBA16
-vcutm/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4446272
- mio0: 10240
- format: RGBA16
-wdw/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4128688
- mio0: 0
- format: RGBA16
-wdw/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4128688
- mio0: 2048
- format: RGBA16
-wdw/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4128688
- mio0: 4096
- format: RGBA16
-wdw/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4128688
- mio0: 6144
- format: RGBA16
-wdw/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4128688
- mio0: 8192
- format: RGBA16
-wf/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4682448
- mio0: 0
- format: RGBA16
-wf/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4682448
- mio0: 2048
- format: RGBA16
-wf/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4682448
- mio0: 4096
- format: RGBA16
-wf/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4682448
- mio0: 6144
- format: RGBA16
-wf/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4682448
- mio0: 8192
- format: RGBA16
-wf/5:
- type: TEXTURE
- size: 256
- width: 16
- height: 16
- offset: 909712
- mio0: 30840
- format: IA8
-wmotr/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4876848
- mio0: 0
- format: RGBA16
-wmotr/1:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 4876848
- mio0: 2048
- format: RGBA16
-wmotr/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4876848
- mio0: 3072
- format: RGBA16
-wmotr/3:
- type: TEXTURE
- size: 512
- width: 32
- height: 8
- offset: 4876848
- mio0: 5120
- format: RGBA16
-wmotr/4:
- type: TEXTURE
- size: 512
- width: 8
- height: 32
- offset: 4876848
- mio0: 5632
- format: RGBA16
diff --git a/assets/sm64/eu/sound.yml b/assets/sm64/eu/sound.yml
deleted file mode 100644
index fde0b5c..0000000
--- a/assets/sm64/eu/sound.yml
+++ /dev/null
@@ -1,1000 +0,0 @@
-header:
- type: AUDIO:HEADER
- ctl:
- offset: 5626032
- size: 97856
- tbl:
- offset: 5723888
- size: 2216704
-banks/00_bank:
- type: BANK
- id: 0
-banks/01_bank:
- type: BANK
- id: 1
-banks/02_bank:
- type: BANK
- id: 2
-banks/03_bank:
- type: BANK
- id: 3
-banks/04_bank:
- type: BANK
- id: 4
-banks/05_bank:
- type: BANK
- id: 5
-banks/06_bank:
- type: BANK
- id: 6
-banks/07_bank:
- type: BANK
- id: 7
-banks/08_bank:
- type: BANK
- id: 8
-banks/09_bank:
- type: BANK
- id: 9
-banks/0A_bank:
- type: BANK
- id: 10
-banks/0B_bank:
- type: BANK
- id: 11
-banks/0C_bank:
- type: BANK
- id: 12
-banks/0D_bank:
- type: BANK
- id: 13
-banks/0E_bank:
- type: BANK
- id: 14
-banks/0F_bank:
- type: BANK
- id: 15
-banks/10_bank:
- type: BANK
- id: 16
-banks/11_bank:
- type: BANK
- id: 17
-banks/12_bank:
- type: BANK
- id: 18
-banks/13_bank:
- type: BANK
- id: 19
-banks/14_bank:
- type: BANK
- id: 20
-banks/15_bank:
- type: BANK
- id: 21
-banks/16_bank:
- type: BANK
- id: 22
-banks/17_bank:
- type: BANK
- id: 23
-banks/18_bank:
- type: BANK
- id: 24
-banks/19_bank:
- type: BANK
- id: 25
-banks/1A_bank:
- type: BANK
- id: 26
-banks/1B_bank:
- type: BANK
- id: 27
-banks/1C_bank:
- type: BANK
- id: 28
-banks/1D_bank:
- type: BANK
- id: 29
-banks/1E_bank:
- type: BANK
- id: 30
-banks/1F_bank:
- type: BANK
- id: 31
-banks/20_bank:
- type: BANK
- id: 32
-banks/21_bank:
- type: BANK
- id: 33
-banks/22_bank:
- type: BANK
- id: 34
-banks/23_bank:
- type: BANK
- id: 35
-banks/24_bank:
- type: BANK
- id: 36
-banks/25_bank:
- type: BANK
- id: 37
-samples/bowser_organ/00_organ_1:
- type: SAMPLE
- id: 216
-samples/bowser_organ/01_organ_1_lq:
- type: SAMPLE
- id: 217
-samples/bowser_organ/02_boys_choir:
- type: SAMPLE
- id: 218
-samples/course_start/00_la:
- type: SAMPLE
- id: 215
-samples/instruments/00:
- type: SAMPLE
- id: 141
-samples/instruments/01_banjo_1:
- type: SAMPLE
- id: 142
-samples/instruments/02:
- type: SAMPLE
- id: 143
-samples/instruments/03_human_whistle:
- type: SAMPLE
- id: 144
-samples/instruments/04_bright_piano:
- type: SAMPLE
- id: 145
-samples/instruments/05_acoustic_bass:
- type: SAMPLE
- id: 146
-samples/instruments/06_kick_drum_1:
- type: SAMPLE
- id: 147
-samples/instruments/07_rimshot:
- type: SAMPLE
- id: 148
-samples/instruments/08:
- type: SAMPLE
- id: 149
-samples/instruments/09:
- type: SAMPLE
- id: 150
-samples/instruments/0A_tambourine:
- type: SAMPLE
- id: 151
-samples/instruments/0B:
- type: SAMPLE
- id: 152
-samples/instruments/0C_conga_stick:
- type: SAMPLE
- id: 153
-samples/instruments/0D_clave:
- type: SAMPLE
- id: 154
-samples/instruments/0E_hihat_closed:
- type: SAMPLE
- id: 155
-samples/instruments/0F_hihat_open:
- type: SAMPLE
- id: 156
-samples/instruments/10_cymbal_bell:
- type: SAMPLE
- id: 157
-samples/instruments/11_splash_cymbal:
- type: SAMPLE
- id: 158
-samples/instruments/12_snare_drum_1:
- type: SAMPLE
- id: 159
-samples/instruments/13_snare_drum_2:
- type: SAMPLE
- id: 160
-samples/instruments/14_strings_5:
- type: SAMPLE
- id: 161
-samples/instruments/15_strings_4:
- type: SAMPLE
- id: 162
-samples/instruments/16_french_horns:
- type: SAMPLE
- id: 163
-samples/instruments/17_trumpet:
- type: SAMPLE
- id: 164
-samples/instruments/18_timpani:
- type: SAMPLE
- id: 165
-samples/instruments/19_brass:
- type: SAMPLE
- id: 166
-samples/instruments/1A_slap_bass:
- type: SAMPLE
- id: 167
-samples/instruments/1B_organ_2:
- type: SAMPLE
- id: 168
-samples/instruments/1C:
- type: SAMPLE
- id: 169
-samples/instruments/1D:
- type: SAMPLE
- id: 170
-samples/instruments/1E_closed_triangle:
- type: SAMPLE
- id: 171
-samples/instruments/1F_open_triangle:
- type: SAMPLE
- id: 172
-samples/instruments/20_cabasa:
- type: SAMPLE
- id: 173
-samples/instruments/21_sine_bass:
- type: SAMPLE
- id: 174
-samples/instruments/22_boys_choir:
- type: SAMPLE
- id: 175
-samples/instruments/23_strings_1:
- type: SAMPLE
- id: 176
-samples/instruments/24_strings_2:
- type: SAMPLE
- id: 177
-samples/instruments/25_strings_3:
- type: SAMPLE
- id: 178
-samples/instruments/26_crystal_rhodes:
- type: SAMPLE
- id: 179
-samples/instruments/27_harpsichord:
- type: SAMPLE
- id: 180
-samples/instruments/28_sitar_1:
- type: SAMPLE
- id: 181
-samples/instruments/29_orchestra_hit:
- type: SAMPLE
- id: 182
-samples/instruments/2A:
- type: SAMPLE
- id: 183
-samples/instruments/2B:
- type: SAMPLE
- id: 184
-samples/instruments/2C:
- type: SAMPLE
- id: 185
-samples/instruments/2D_trombone:
- type: SAMPLE
- id: 186
-samples/instruments/2E_accordion:
- type: SAMPLE
- id: 187
-samples/instruments/2F_sleigh_bells:
- type: SAMPLE
- id: 188
-samples/instruments/30_rarefaction-lahna:
- type: SAMPLE
- id: 189
-samples/instruments/31_rarefaction-convolution:
- type: SAMPLE
- id: 190
-samples/instruments/32_metal_rimshot:
- type: SAMPLE
- id: 191
-samples/instruments/33_kick_drum_2:
- type: SAMPLE
- id: 192
-samples/instruments/34_alto_flute:
- type: SAMPLE
- id: 193
-samples/instruments/35_gospel_organ:
- type: SAMPLE
- id: 194
-samples/instruments/36_sawtooth_synth:
- type: SAMPLE
- id: 195
-samples/instruments/37_square_synth:
- type: SAMPLE
- id: 196
-samples/instruments/38_electric_kick_drum:
- type: SAMPLE
- id: 197
-samples/instruments/39_sitar_2:
- type: SAMPLE
- id: 198
-samples/instruments/3A_music_box:
- type: SAMPLE
- id: 199
-samples/instruments/3B_banjo_2:
- type: SAMPLE
- id: 200
-samples/instruments/3C_acoustic_guitar:
- type: SAMPLE
- id: 201
-samples/instruments/3D:
- type: SAMPLE
- id: 202
-samples/instruments/3E_monk_choir:
- type: SAMPLE
- id: 203
-samples/instruments/3F:
- type: SAMPLE
- id: 204
-samples/instruments/40_bell:
- type: SAMPLE
- id: 205
-samples/instruments/41_pan_flute:
- type: SAMPLE
- id: 206
-samples/instruments/42_vibraphone:
- type: SAMPLE
- id: 207
-samples/instruments/43_harmonica:
- type: SAMPLE
- id: 208
-samples/instruments/44_grand_piano:
- type: SAMPLE
- id: 209
-samples/instruments/45_french_horns_lq:
- type: SAMPLE
- id: 210
-samples/instruments/46_pizzicato_strings_1:
- type: SAMPLE
- id: 211
-samples/instruments/47_pizzicato_strings_2:
- type: SAMPLE
- id: 212
-samples/instruments/48_steel_drum:
- type: SAMPLE
- id: 213
-samples/piranha_music_box/00_music_box:
- type: SAMPLE
- id: 214
-samples/sfx_1/00_twirl:
- type: SAMPLE
- id: 0
-samples/sfx_1/01_brushing:
- type: SAMPLE
- id: 1
-samples/sfx_1/02_hand_touch:
- type: SAMPLE
- id: 2
-samples/sfx_1/03_yoshi:
- type: SAMPLE
- id: 3
-samples/sfx_1/04_plop:
- type: SAMPLE
- id: 4
-samples/sfx_1/05_heavy_landing:
- type: SAMPLE
- id: 5
-samples/sfx_4/00:
- type: SAMPLE
- id: 17
-samples/sfx_4/01:
- type: SAMPLE
- id: 18
-samples/sfx_4/02:
- type: SAMPLE
- id: 19
-samples/sfx_4/03:
- type: SAMPLE
- id: 20
-samples/sfx_4/04:
- type: SAMPLE
- id: 21
-samples/sfx_4/05:
- type: SAMPLE
- id: 22
-samples/sfx_4/06:
- type: SAMPLE
- id: 23
-samples/sfx_4/07:
- type: SAMPLE
- id: 24
-samples/sfx_4/08:
- type: SAMPLE
- id: 25
-samples/sfx_4/09:
- type: SAMPLE
- id: 26
-samples/sfx_5/00:
- type: SAMPLE
- id: 27
-samples/sfx_5/01:
- type: SAMPLE
- id: 28
-samples/sfx_5/02:
- type: SAMPLE
- id: 29
-samples/sfx_5/03:
- type: SAMPLE
- id: 30
-samples/sfx_5/04:
- type: SAMPLE
- id: 31
-samples/sfx_5/05:
- type: SAMPLE
- id: 32
-samples/sfx_5/06:
- type: SAMPLE
- id: 33
-samples/sfx_5/07:
- type: SAMPLE
- id: 34
-samples/sfx_5/08:
- type: SAMPLE
- id: 35
-samples/sfx_5/09:
- type: SAMPLE
- id: 36
-samples/sfx_5/0A:
- type: SAMPLE
- id: 37
-samples/sfx_5/0B:
- type: SAMPLE
- id: 38
-samples/sfx_5/0C:
- type: SAMPLE
- id: 39
-samples/sfx_5/0D:
- type: SAMPLE
- id: 40
-samples/sfx_5/0E:
- type: SAMPLE
- id: 41
-samples/sfx_5/0F:
- type: SAMPLE
- id: 42
-samples/sfx_5/10:
- type: SAMPLE
- id: 43
-samples/sfx_5/11:
- type: SAMPLE
- id: 44
-samples/sfx_5/12:
- type: SAMPLE
- id: 45
-samples/sfx_5/13:
- type: SAMPLE
- id: 46
-samples/sfx_5/14:
- type: SAMPLE
- id: 47
-samples/sfx_5/15:
- type: SAMPLE
- id: 48
-samples/sfx_5/16:
- type: SAMPLE
- id: 49
-samples/sfx_5/17:
- type: SAMPLE
- id: 50
-samples/sfx_5/18:
- type: SAMPLE
- id: 51
-samples/sfx_5/19:
- type: SAMPLE
- id: 52
-samples/sfx_5/1A:
- type: SAMPLE
- id: 53
-samples/sfx_5/1B:
- type: SAMPLE
- id: 54
-samples/sfx_5/1C:
- type: SAMPLE
- id: 55
-samples/sfx_6/00:
- type: SAMPLE
- id: 56
-samples/sfx_6/01:
- type: SAMPLE
- id: 57
-samples/sfx_6/02:
- type: SAMPLE
- id: 58
-samples/sfx_6/03:
- type: SAMPLE
- id: 59
-samples/sfx_6/04:
- type: SAMPLE
- id: 60
-samples/sfx_6/05:
- type: SAMPLE
- id: 61
-samples/sfx_6/06:
- type: SAMPLE
- id: 62
-samples/sfx_6/07:
- type: SAMPLE
- id: 63
-samples/sfx_6/08:
- type: SAMPLE
- id: 64
-samples/sfx_6/09:
- type: SAMPLE
- id: 65
-samples/sfx_6/0A:
- type: SAMPLE
- id: 66
-samples/sfx_6/0B:
- type: SAMPLE
- id: 67
-samples/sfx_6/0C:
- type: SAMPLE
- id: 68
-samples/sfx_6/0D:
- type: SAMPLE
- id: 69
-samples/sfx_7/00:
- type: SAMPLE
- id: 70
-samples/sfx_7/01:
- type: SAMPLE
- id: 71
-samples/sfx_7/02:
- type: SAMPLE
- id: 72
-samples/sfx_7/03:
- type: SAMPLE
- id: 73
-samples/sfx_7/04:
- type: SAMPLE
- id: 74
-samples/sfx_7/05:
- type: SAMPLE
- id: 75
-samples/sfx_7/06:
- type: SAMPLE
- id: 76
-samples/sfx_7/07:
- type: SAMPLE
- id: 77
-samples/sfx_7/08:
- type: SAMPLE
- id: 78
-samples/sfx_7/09:
- type: SAMPLE
- id: 79
-samples/sfx_7/0A:
- type: SAMPLE
- id: 80
-samples/sfx_7/0B:
- type: SAMPLE
- id: 81
-samples/sfx_7/0C:
- type: SAMPLE
- id: 82
-samples/sfx_7/0D_chain_chomp_bark:
- type: SAMPLE
- id: 83
-samples/sfx_9/00:
- type: SAMPLE
- id: 111
-samples/sfx_9/01:
- type: SAMPLE
- id: 112
-samples/sfx_9/02:
- type: SAMPLE
- id: 113
-samples/sfx_9/03:
- type: SAMPLE
- id: 114
-samples/sfx_9/04_camera_buzz:
- type: SAMPLE
- id: 115
-samples/sfx_9/05_camera_shutter:
- type: SAMPLE
- id: 116
-samples/sfx_9/06:
- type: SAMPLE
- id: 117
-samples/sfx_mario/00_mario_jump_hoo:
- type: SAMPLE
- id: 84
-samples/sfx_mario/01_mario_jump_wah:
- type: SAMPLE
- id: 85
-samples/sfx_mario/02_mario_yah:
- type: SAMPLE
- id: 86
-samples/sfx_mario/03_mario_haha:
- type: SAMPLE
- id: 87
-samples/sfx_mario/04_mario_yahoo:
- type: SAMPLE
- id: 88
-samples/sfx_mario/05_mario_uh:
- type: SAMPLE
- id: 89
-samples/sfx_mario/06_mario_hrmm:
- type: SAMPLE
- id: 90
-samples/sfx_mario/07_mario_wah2:
- type: SAMPLE
- id: 91
-samples/sfx_mario/08_mario_whoa:
- type: SAMPLE
- id: 92
-samples/sfx_mario/09_mario_eeuh:
- type: SAMPLE
- id: 93
-samples/sfx_mario/0A_mario_attacked:
- type: SAMPLE
- id: 94
-samples/sfx_mario/0B_mario_ooof:
- type: SAMPLE
- id: 95
-samples/sfx_mario/0C_mario_here_we_go:
- type: SAMPLE
- id: 96
-samples/sfx_mario/0D_mario_yawning:
- type: SAMPLE
- id: 97
-samples/sfx_mario/0E_mario_snoring1:
- type: SAMPLE
- id: 98
-samples/sfx_mario/0F_mario_snoring2:
- type: SAMPLE
- id: 99
-samples/sfx_mario/10_mario_doh:
- type: SAMPLE
- id: 100
-samples/sfx_mario/11_mario_game_over:
- type: SAMPLE
- id: 101
-samples/sfx_mario/12_mario_hello:
- type: SAMPLE
- id: 102
-samples/sfx_mario/13_mario_press_start_to_play:
- type: SAMPLE
- id: 103
-samples/sfx_mario/14_mario_twirl_bounce:
- type: SAMPLE
- id: 104
-samples/sfx_mario/15_mario_snoring3:
- type: SAMPLE
- id: 105
-samples/sfx_mario/16_mario_so_longa_bowser:
- type: SAMPLE
- id: 106
-samples/sfx_mario/17_mario_ima_tired:
- type: SAMPLE
- id: 107
-samples/sfx_mario/18_mario_waha:
- type: SAMPLE
- id: 108
-samples/sfx_mario/19_mario_yippee:
- type: SAMPLE
- id: 109
-samples/sfx_mario/1A_mario_lets_a_go:
- type: SAMPLE
- id: 110
-samples/sfx_mario_peach/00_mario_waaaooow:
- type: SAMPLE
- id: 118
-samples/sfx_mario_peach/01_mario_hoohoo:
- type: SAMPLE
- id: 119
-samples/sfx_mario_peach/02_mario_panting:
- type: SAMPLE
- id: 120
-samples/sfx_mario_peach/03_mario_dying:
- type: SAMPLE
- id: 121
-samples/sfx_mario_peach/04_mario_on_fire:
- type: SAMPLE
- id: 122
-samples/sfx_mario_peach/05_mario_uh2:
- type: SAMPLE
- id: 123
-samples/sfx_mario_peach/06_mario_coughing:
- type: SAMPLE
- id: 124
-samples/sfx_mario_peach/07_mario_its_a_me_mario:
- type: SAMPLE
- id: 125
-samples/sfx_mario_peach/08_mario_punch_yah:
- type: SAMPLE
- id: 126
-samples/sfx_mario_peach/09_mario_punch_hoo:
- type: SAMPLE
- id: 127
-samples/sfx_mario_peach/0A_mario_mama_mia:
- type: SAMPLE
- id: 128
-samples/sfx_mario_peach/0B_mario_okey_dokey:
- type: SAMPLE
- id: 129
-samples/sfx_mario_peach/0C_mario_drowning:
- type: SAMPLE
- id: 130
-samples/sfx_mario_peach/0D_mario_thank_you_playing_my_game:
- type: SAMPLE
- id: 131
-samples/sfx_mario_peach/0E_peach_dear_mario:
- type: SAMPLE
- id: 132
-samples/sfx_mario_peach/0F_peach_mario:
- type: SAMPLE
- id: 133
-samples/sfx_mario_peach/10_peach_power_of_the_stars:
- type: SAMPLE
- id: 134
-samples/sfx_mario_peach/11_peach_thanks_to_you:
- type: SAMPLE
- id: 135
-samples/sfx_mario_peach/12_peach_thank_you_mario:
- type: SAMPLE
- id: 136
-samples/sfx_mario_peach/13_peach_something_special:
- type: SAMPLE
- id: 137
-samples/sfx_mario_peach/14_peach_bake_a_cake:
- type: SAMPLE
- id: 138
-samples/sfx_mario_peach/15_peach_for_mario:
- type: SAMPLE
- id: 139
-samples/sfx_mario_peach/16_peach_mario2:
- type: SAMPLE
- id: 140
-samples/sfx_terrain/00_step_default:
- type: SAMPLE
- id: 6
-samples/sfx_terrain/01_step_grass:
- type: SAMPLE
- id: 7
-samples/sfx_terrain/02_step_stone:
- type: SAMPLE
- id: 8
-samples/sfx_terrain/03_step_spooky:
- type: SAMPLE
- id: 9
-samples/sfx_terrain/04_step_snow:
- type: SAMPLE
- id: 10
-samples/sfx_terrain/05_step_ice:
- type: SAMPLE
- id: 11
-samples/sfx_terrain/06_step_metal:
- type: SAMPLE
- id: 12
-samples/sfx_terrain/07_step_sand:
- type: SAMPLE
- id: 13
-samples/sfx_water/00_plunge:
- type: SAMPLE
- id: 14
-samples/sfx_water/01_splash:
- type: SAMPLE
- id: 15
-samples/sfx_water/02_swim:
- type: SAMPLE
- id: 16
-sequences/00_sound_player:
- type: SEQUENCE
- offset: 7940880
- size: 13500
- banks:
- - 0
- - 1
- - 2
- - 3
- - 4
- - 5
- - 6
- - 7
- - 8
- - 9
- - 10
-sequences/01_cutscene_collect_star:
- type: SEQUENCE
- offset: 7954384
- size: 626
- banks:
- - 34
-sequences/02_menu_title_screen:
- type: SEQUENCE
- offset: 7955024
- size: 8282
- banks:
- - 17
-sequences/03_level_grass:
- type: SEQUENCE
- offset: 7963312
- size: 5131
- banks:
- - 34
-sequences/04_level_inside_castle:
- type: SEQUENCE
- offset: 7968448
- size: 2505
- banks:
- - 14
-sequences/05_level_water:
- type: SEQUENCE
- offset: 7970960
- size: 4788
- banks:
- - 19
-sequences/06_level_hot:
- type: SEQUENCE
- offset: 7975760
- size: 2455
- banks:
- - 15
-sequences/07_level_boss_koopa:
- type: SEQUENCE
- offset: 7978224
- size: 3424
- banks:
- - 18
-sequences/08_level_snow:
- type: SEQUENCE
- offset: 7981648
- size: 8150
- banks:
- - 11
-sequences/09_level_slide:
- type: SEQUENCE
- offset: 7989808
- size: 7445
- banks:
- - 13
-sequences/0A_level_spooky:
- type: SEQUENCE
- offset: 7997264
- size: 5681
- banks:
- - 33
- - 16
-sequences/0B_event_piranha_plant:
- type: SEQUENCE
- offset: 8002960
- size: 1400
- banks:
- - 20
-sequences/0C_level_underground:
- type: SEQUENCE
- offset: 8004368
- size: 4899
- banks:
- - 21
-sequences/0D_menu_star_select:
- type: SEQUENCE
- offset: 8009280
- size: 138
- banks:
- - 22
-sequences/0E_event_powerup:
- type: SEQUENCE
- offset: 8009424
- size: 3137
- banks:
- - 23
-sequences/0F_event_metal_cap:
- type: SEQUENCE
- offset: 8012576
- size: 2779
- banks:
- - 24
-sequences/10_event_koopa_message:
- type: SEQUENCE
- offset: 8015360
- size: 558
- banks:
- - 18
-sequences/11_level_koopa_road:
- type: SEQUENCE
- offset: 8015920
- size: 4753
- banks:
- - 25
-sequences/12_event_high_score:
- type: SEQUENCE
- offset: 8020688
- size: 275
- banks:
- - 31
-sequences/13_event_merry_go_round:
- type: SEQUENCE
- offset: 8020976
- size: 1660
- banks:
- - 33
-sequences/14_event_race:
- type: SEQUENCE
- offset: 8022640
- size: 200
- banks:
- - 26
-sequences/15_cutscene_star_spawn:
- type: SEQUENCE
- offset: 8022848
- size: 649
- banks:
- - 14
-sequences/16_event_boss:
- type: SEQUENCE
- offset: 8023504
- size: 3444
- banks:
- - 27
-sequences/17_cutscene_collect_key:
- type: SEQUENCE
- offset: 8026960
- size: 677
- banks:
- - 26
-sequences/18_event_endless_stairs:
- type: SEQUENCE
- offset: 8027648
- size: 1783
- banks:
- - 28
-sequences/19_level_boss_koopa_final:
- type: SEQUENCE
- offset: 8029440
- size: 3521
- banks:
- - 29
-sequences/1A_cutscene_credits:
- type: SEQUENCE
- offset: 8032976
- size: 14328
- banks:
- - 37
-sequences/1B_event_solve_puzzle:
- type: SEQUENCE
- offset: 8047312
- size: 219
- banks:
- - 20
-sequences/1C_event_toad_message:
- type: SEQUENCE
- offset: 8047536
- size: 211
- banks:
- - 32
-sequences/1D_event_peach_message:
- type: SEQUENCE
- offset: 8047760
- size: 436
- banks:
- - 30
-sequences/1E_cutscene_intro:
- type: SEQUENCE
- offset: 8048208
- size: 1770
- banks:
- - 27
-sequences/1F_cutscene_victory:
- type: SEQUENCE
- offset: 8049984
- size: 2066
- banks:
- - 26
-sequences/20_cutscene_ending:
- type: SEQUENCE
- offset: 8052064
- size: 1887
- banks:
- - 35
-sequences/21_menu_file_select:
- type: SEQUENCE
- offset: 8053952
- size: 786
- banks:
- - 36
-sequences/22_cutscene_lakitu:
- type: SEQUENCE
- offset: 8054752
- size: 317
- banks:
- - 27
diff --git a/assets/sm64/eu/textures.yml b/assets/sm64/eu/textures.yml
deleted file mode 100644
index 4c01e6d..0000000
--- a/assets/sm64/eu/textures.yml
+++ /dev/null
@@ -1,4102 +0,0 @@
-cave/hmc_textures.00000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3312784
- mio0: 0
- format: RGBA16
-cave/hmc_textures.01000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3312784
- mio0: 4096
- format: RGBA16
-cave/hmc_textures.01800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3312784
- mio0: 6144
- format: RGBA16
-cave/hmc_textures.02800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3312784
- mio0: 10240
- format: RGBA16
-cave/hmc_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3312784
- mio0: 12288
- format: RGBA16
-cave/hmc_textures.03800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3312784
- mio0: 14336
- format: RGBA16
-cave/hmc_textures.04800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3312784
- mio0: 18432
- format: RGBA16
-cave/hmc_textures.05800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3312784
- mio0: 22528
- format: RGBA16
-cave/hmc_textures.06800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3312784
- mio0: 26624
- format: RGBA16
-cave/hmc_textures.07000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3312784
- mio0: 28672
- format: RGBA16
-cave/hmc_textures.07800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3312784
- mio0: 30720
- format: RGBA16
-cave/hmc_textures.08800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3312784
- mio0: 34816
- format: RGBA16
-cave/hmc_textures.09800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3312784
- mio0: 38912
- format: RGBA16
-cave/hmc_textures.0A000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3312784
- mio0: 40960
- format: RGBA16
-cave/hmc_textures.0A800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3312784
- mio0: 43008
- format: RGBA16
-cave/hmc_textures.0B800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3312784
- mio0: 47104
- format: IA16
-cave/hmc_textures.0C000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3178624
- mio0: 43008
- format: IA16
-crash_screen/crash_screen_font:
- type: TEXTURE
- size: 252
- width: 32
- height: 63
- offset: 757168
- format: IA1
-effect/bubble.06048:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3475312
- mio0: 24648
- format: RGBA16
-effect/flower.00008:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3475312
- mio0: 8
- format: RGBA16
-effect/flower.00808:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3475312
- mio0: 2056
- format: RGBA16
-effect/flower.01008:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3475312
- mio0: 4104
- format: RGBA16
-effect/flower.01808:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3475312
- mio0: 6152
- format: RGBA16
-effect/lava_bubble.02020:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3475312
- mio0: 8224
- format: RGBA16
-effect/lava_bubble.02820:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3475312
- mio0: 10272
- format: RGBA16
-effect/lava_bubble.03020:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3475312
- mio0: 12320
- format: RGBA16
-effect/lava_bubble.03820:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3475312
- mio0: 14368
- format: RGBA16
-effect/lava_bubble.04020:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3475312
- mio0: 16416
- format: RGBA16
-effect/lava_bubble.04820:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3475312
- mio0: 18464
- format: RGBA16
-effect/lava_bubble.05020:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3475312
- mio0: 20512
- format: RGBA16
-effect/lava_bubble.05820:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3475312
- mio0: 22560
- format: RGBA16
-effect/tiny_bubble.0684C:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 3475312
- mio0: 26700
- format: RGBA16
-effect/tiny_bubble.06AD8:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 3475312
- mio0: 27352
- format: RGBA16
-fire/lll_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3142672
- mio0: 0
- format: RGBA16
-fire/lll_textures.00800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3142672
- mio0: 2048
- format: RGBA16
-fire/lll_textures.01000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3142672
- mio0: 4096
- format: RGBA16
-fire/lll_textures.01800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3142672
- mio0: 6144
- format: RGBA16
-fire/lll_textures.02000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3142672
- mio0: 8192
- format: RGBA16
-fire/lll_textures.02800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3142672
- mio0: 10240
- format: RGBA16
-fire/lll_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3142672
- mio0: 12288
- format: RGBA16
-fire/lll_textures.03800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3142672
- mio0: 14336
- format: RGBA16
-fire/lll_textures.04000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3142672
- mio0: 16384
- format: RGBA16
-fire/lll_textures.04800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3142672
- mio0: 18432
- format: RGBA16
-fire/lll_textures.05000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3142672
- mio0: 20480
- format: RGBA16
-fire/lll_textures.05800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3142672
- mio0: 22528
- format: RGBA16
-fire/lll_textures.06000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3142672
- mio0: 24576
- format: RGBA16
-fire/lll_textures.06800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3142672
- mio0: 26624
- format: RGBA16
-fire/lll_textures.07000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3142672
- mio0: 28672
- format: RGBA16
-fire/lll_textures.07800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3142672
- mio0: 30720
- format: RGBA16
-fire/lll_textures.08000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3142672
- mio0: 32768
- format: RGBA16
-fire/lll_textures.08800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3142672
- mio0: 34816
- format: RGBA16
-fire/lll_textures.09000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 909712
- mio0: 49528
- format: RGBA16
-fire/lll_textures.09800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3142672
- mio0: 38912
- format: RGBA16
-fire/lll_textures.0A000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3142672
- mio0: 40960
- format: RGBA16
-fire/lll_textures.0A800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3142672
- mio0: 43008
- format: RGBA16
-fire/lll_textures.0B000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3142672
- mio0: 45056
- format: RGBA16
-fire/lll_textures.0B800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3142672
- mio0: 47104
- format: RGBA16
-generic/bob_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3203760
- mio0: 0
- format: RGBA16
-generic/bob_textures.00800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1206896
- mio0: 36160
- format: RGBA16
-generic/bob_textures.01000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3203760
- mio0: 4096
- format: RGBA16
-generic/bob_textures.01800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3203760
- mio0: 6144
- format: RGBA16
-generic/bob_textures.02000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3203760
- mio0: 8192
- format: RGBA16
-generic/bob_textures.02800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3203760
- mio0: 10240
- format: RGBA16
-generic/bob_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3203760
- mio0: 12288
- format: RGBA16
-generic/bob_textures.03800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3203760
- mio0: 14336
- format: RGBA16
-generic/bob_textures.04000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3203760
- mio0: 16384
- format: RGBA16
-generic/bob_textures.04800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3203760
- mio0: 18432
- format: RGBA16
-generic/bob_textures.05000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3203760
- mio0: 20480
- format: RGBA16
-generic/bob_textures.05800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3203760
- mio0: 22528
- format: RGBA16
-generic/bob_textures.06000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3203760
- mio0: 24576
- format: RGBA16
-generic/bob_textures.07000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3203760
- mio0: 28672
- format: RGBA16
-generic/bob_textures.07800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3203760
- mio0: 30720
- format: RGBA16
-generic/bob_textures.08000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3203760
- mio0: 32768
- format: RGBA16
-generic/bob_textures.08800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3203760
- mio0: 34816
- format: RGBA16
-generic/bob_textures.09000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3203760
- mio0: 36864
- format: RGBA16
-generic/bob_textures.09800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3203760
- mio0: 38912
- format: RGBA16
-generic/bob_textures.0A000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3203760
- mio0: 40960
- format: RGBA16
-generic/bob_textures.0A800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3203760
- mio0: 43008
- format: RGBA16
-generic/bob_textures.0B000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3203760
- mio0: 45056
- format: IA16
-grass/wf_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3376528
- mio0: 0
- format: RGBA16
-grass/wf_textures.00800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3376528
- mio0: 2048
- format: RGBA16
-grass/wf_textures.01000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3376528
- mio0: 4096
- format: RGBA16
-grass/wf_textures.01800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3376528
- mio0: 6144
- format: RGBA16
-grass/wf_textures.02000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3376528
- mio0: 8192
- format: RGBA16
-grass/wf_textures.02800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3376528
- mio0: 10240
- format: RGBA16
-grass/wf_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3376528
- mio0: 12288
- format: RGBA16
-grass/wf_textures.03800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3376528
- mio0: 14336
- format: RGBA16
-grass/wf_textures.04000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3376528
- mio0: 16384
- format: RGBA16
-grass/wf_textures.04800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3376528
- mio0: 18432
- format: RGBA16
-grass/wf_textures.05000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3376528
- mio0: 20480
- format: RGBA16
-grass/wf_textures.05800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3376528
- mio0: 22528
- format: RGBA16
-grass/wf_textures.06000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3270992
- mio0: 20480
- format: RGBA16
-grass/wf_textures.06800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3376528
- mio0: 26624
- format: RGBA16
-grass/wf_textures.07000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3376528
- mio0: 28672
- format: RGBA16
-grass/wf_textures.07800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3376528
- mio0: 30720
- format: RGBA16
-grass/wf_textures.08000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3376528
- mio0: 32768
- format: RGBA16
-grass/wf_textures.08800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3376528
- mio0: 34816
- format: RGBA16
-grass/wf_textures.09000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3376528
- mio0: 36864
- format: RGBA16
-grass/wf_textures.09800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3376528
- mio0: 38912
- format: RGBA16
-grass/wf_textures.0A000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3376528
- mio0: 40960
- format: RGBA16
-grass/wf_textures.0A800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3376528
- mio0: 43008
- format: RGBA16
-grass/wf_textures.0B000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3203760
- mio0: 45056
- format: IA16
-grass/wf_textures.0B800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3376528
- mio0: 47104
- format: IA16
-inside/inside_castle_textures.00000:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3435456
- mio0: 0
- format: RGBA16
-inside/inside_castle_textures.01000:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3435456
- mio0: 4096
- format: RGBA16
-inside/inside_castle_textures.02000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3435456
- mio0: 8192
- format: RGBA16
-inside/inside_castle_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3435456
- mio0: 12288
- format: RGBA16
-inside/inside_castle_textures.03800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3435456
- mio0: 14336
- format: RGBA16
-inside/inside_castle_textures.04000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3435456
- mio0: 16384
- format: RGBA16
-inside/inside_castle_textures.04800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3340704
- mio0: 2048
- format: RGBA16
-inside/inside_castle_textures.05000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3435456
- mio0: 20480
- format: RGBA16
-inside/inside_castle_textures.05800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3435456
- mio0: 22528
- format: RGBA16
-inside/inside_castle_textures.06000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3435456
- mio0: 24576
- format: RGBA16
-inside/inside_castle_textures.07000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3435456
- mio0: 28672
- format: RGBA16
-inside/inside_castle_textures.08000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3435456
- mio0: 32768
- format: RGBA16
-inside/inside_castle_textures.08800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3435456
- mio0: 34816
- format: RGBA16
-inside/inside_castle_textures.09000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3435456
- mio0: 36864
- format: RGBA16
-inside/inside_castle_textures.0A000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3435456
- mio0: 40960
- format: RGBA16
-inside/inside_castle_textures.0B000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3435456
- mio0: 45056
- format: RGBA16
-inside/inside_castle_textures.0B800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3435456
- mio0: 47104
- format: RGBA16
-intro_raw/hand_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2331912
- format: RGBA16
-intro_raw/hand_open:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2329856
- format: RGBA16
-intro_raw/mario_face_shine:
- type: TEXTURE
- size: 1024
- width: 32
- height: 32
- offset: 2380496
- format: IA8
-intro_raw/red_star_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2333960
- format: RGBA16
-intro_raw/red_star_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2336008
- format: RGBA16
-intro_raw/red_star_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2338056
- format: RGBA16
-intro_raw/red_star_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2340104
- format: RGBA16
-intro_raw/red_star_4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2342152
- format: RGBA16
-intro_raw/red_star_5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2344200
- format: RGBA16
-intro_raw/red_star_6:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2346248
- format: RGBA16
-intro_raw/red_star_7:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2348296
- format: RGBA16
-intro_raw/sparkle_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2367496
- format: RGBA16
-intro_raw/sparkle_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2369544
- format: RGBA16
-intro_raw/sparkle_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2371592
- format: RGBA16
-intro_raw/sparkle_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2373640
- format: RGBA16
-intro_raw/sparkle_4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2375688
- format: RGBA16
-intro_raw/sparkle_5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2377736
- format: RGBA16
-intro_raw/white_star_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2350344
- format: RGBA16
-intro_raw/white_star_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2352392
- format: RGBA16
-intro_raw/white_star_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2354440
- format: RGBA16
-intro_raw/white_star_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2356488
- format: RGBA16
-intro_raw/white_star_4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2358536
- format: RGBA16
-intro_raw/white_star_5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2360584
- format: RGBA16
-intro_raw/white_star_6:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2362632
- format: RGBA16
-intro_raw/white_star_7:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2364680
- format: RGBA16
-ipl3_raw/ipl3_font_00:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 2928
- format: IA1
-ipl3_raw/ipl3_font_01:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 2951
- format: IA1
-ipl3_raw/ipl3_font_02:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 2974
- format: IA1
-ipl3_raw/ipl3_font_03:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 2997
- format: IA1
-ipl3_raw/ipl3_font_04:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3020
- format: IA1
-ipl3_raw/ipl3_font_05:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3043
- format: IA1
-ipl3_raw/ipl3_font_06:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3066
- format: IA1
-ipl3_raw/ipl3_font_07:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3089
- format: IA1
-ipl3_raw/ipl3_font_08:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3112
- format: IA1
-ipl3_raw/ipl3_font_09:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3135
- format: IA1
-ipl3_raw/ipl3_font_10:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3158
- format: IA1
-ipl3_raw/ipl3_font_11:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3181
- format: IA1
-ipl3_raw/ipl3_font_12:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3204
- format: IA1
-ipl3_raw/ipl3_font_13:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3227
- format: IA1
-ipl3_raw/ipl3_font_14:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3250
- format: IA1
-ipl3_raw/ipl3_font_15:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3273
- format: IA1
-ipl3_raw/ipl3_font_16:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3296
- format: IA1
-ipl3_raw/ipl3_font_17:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3319
- format: IA1
-ipl3_raw/ipl3_font_18:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3342
- format: IA1
-ipl3_raw/ipl3_font_19:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3365
- format: IA1
-ipl3_raw/ipl3_font_20:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3388
- format: IA1
-ipl3_raw/ipl3_font_21:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3411
- format: IA1
-ipl3_raw/ipl3_font_22:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3434
- format: IA1
-ipl3_raw/ipl3_font_23:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3457
- format: IA1
-ipl3_raw/ipl3_font_24:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3480
- format: IA1
-ipl3_raw/ipl3_font_25:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3503
- format: IA1
-ipl3_raw/ipl3_font_26:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3526
- format: IA1
-ipl3_raw/ipl3_font_27:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3549
- format: IA1
-ipl3_raw/ipl3_font_28:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3572
- format: IA1
-ipl3_raw/ipl3_font_29:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3595
- format: IA1
-ipl3_raw/ipl3_font_30:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3618
- format: IA1
-ipl3_raw/ipl3_font_31:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3641
- format: IA1
-ipl3_raw/ipl3_font_32:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3664
- format: IA1
-ipl3_raw/ipl3_font_33:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3687
- format: IA1
-ipl3_raw/ipl3_font_34:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3710
- format: IA1
-ipl3_raw/ipl3_font_35:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3733
- format: IA1
-ipl3_raw/ipl3_font_36:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3756
- format: IA1
-ipl3_raw/ipl3_font_37:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3779
- format: IA1
-ipl3_raw/ipl3_font_38:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3802
- format: IA1
-ipl3_raw/ipl3_font_39:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3825
- format: IA1
-ipl3_raw/ipl3_font_40:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3848
- format: IA1
-ipl3_raw/ipl3_font_41:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3871
- format: IA1
-ipl3_raw/ipl3_font_42:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3894
- format: IA1
-ipl3_raw/ipl3_font_43:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3917
- format: IA1
-ipl3_raw/ipl3_font_44:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3940
- format: IA1
-ipl3_raw/ipl3_font_45:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3963
- format: IA1
-ipl3_raw/ipl3_font_46:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3986
- format: IA1
-ipl3_raw/ipl3_font_47:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 4009
- format: IA1
-ipl3_raw/ipl3_font_48:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 4032
- format: IA1
-ipl3_raw/ipl3_font_49:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 4055
- format: IA1
-machine/ttc_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3340704
- mio0: 0
- format: RGBA16
-machine/ttc_textures.00800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3340704
- mio0: 2048
- format: RGBA16
-machine/ttc_textures.01000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3340704
- mio0: 4096
- format: RGBA16
-machine/ttc_textures.01800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3340704
- mio0: 6144
- format: RGBA16
-machine/ttc_textures.02000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3340704
- mio0: 8192
- format: RGBA16
-machine/ttc_textures.02800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3340704
- mio0: 10240
- format: RGBA16
-machine/ttc_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3340704
- mio0: 12288
- format: RGBA16
-machine/ttc_textures.03800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3340704
- mio0: 14336
- format: RGBA16
-machine/ttc_textures.04000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3340704
- mio0: 16384
- format: RGBA16
-machine/ttc_textures.05000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3340704
- mio0: 20480
- format: RGBA16
-machine/ttc_textures.05800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3340704
- mio0: 22528
- format: RGBA16
-machine/ttc_textures.06000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3340704
- mio0: 24576
- format: RGBA16
-machine/ttc_textures.06800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3340704
- mio0: 26624
- format: RGBA16
-machine/ttc_textures.07000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3340704
- mio0: 28672
- format: RGBA16
-machine/ttc_textures.07800:
- type: TEXTURE
- size: 2048
- width: 16
- height: 64
- offset: 3340704
- mio0: 30720
- format: RGBA16
-machine/ttc_textures.08000:
- type: TEXTURE
- size: 1024
- width: 64
- height: 8
- offset: 3340704
- mio0: 32768
- format: RGBA16
-machine/ttc_textures.08400:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3340704
- mio0: 33792
- format: RGBA16
-mountain/ttm_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3353504
- mio0: 0
- format: RGBA16
-mountain/ttm_textures.00800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3353504
- mio0: 2048
- format: RGBA16
-mountain/ttm_textures.01800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3353504
- mio0: 6144
- format: RGBA16
-mountain/ttm_textures.02800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3353504
- mio0: 10240
- format: RGBA16
-mountain/ttm_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3353504
- mio0: 12288
- format: RGBA16
-mountain/ttm_textures.03800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3353504
- mio0: 14336
- format: RGBA16
-mountain/ttm_textures.04000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3353504
- mio0: 16384
- format: RGBA16
-mountain/ttm_textures.04800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3353504
- mio0: 18432
- format: RGBA16
-mountain/ttm_textures.05000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3353504
- mio0: 20480
- format: RGBA16
-mountain/ttm_textures.05800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3353504
- mio0: 22528
- format: RGBA16
-mountain/ttm_textures.06800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3353504
- mio0: 26624
- format: RGBA16
-mountain/ttm_textures.07000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3353504
- mio0: 28672
- format: RGBA16
-mountain/ttm_textures.07800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3353504
- mio0: 30720
- format: RGBA16
-mountain/ttm_textures.08000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3353504
- mio0: 32768
- format: RGBA16
-mountain/ttm_textures.08800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3353504
- mio0: 34816
- format: RGBA16
-mountain/ttm_textures.09800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3353504
- mio0: 38912
- format: RGBA16
-mountain/ttm_textures.0A000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3270992
- mio0: 24576
- format: RGBA16
-mountain/ttm_textures.0A800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3353504
- mio0: 43008
- format: RGBA16
-mountain/ttm_textures.0B000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3353504
- mio0: 45056
- format: RGBA16
-mountain/ttm_textures.0B800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3353504
- mio0: 47104
- format: RGBA16
-mountain/ttm_textures.0C000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3353504
- mio0: 49152
- format: RGBA16
-outside/castle_grounds_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3407696
- mio0: 0
- format: RGBA16
-outside/castle_grounds_textures.00800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3407696
- mio0: 2048
- format: RGBA16
-outside/castle_grounds_textures.01000:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3407696
- mio0: 4096
- format: RGBA16
-outside/castle_grounds_textures.02000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3407696
- mio0: 8192
- format: RGBA16
-outside/castle_grounds_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3407696
- mio0: 12288
- format: RGBA16
-outside/castle_grounds_textures.03800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3407696
- mio0: 14336
- format: RGBA16
-outside/castle_grounds_textures.04000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3407696
- mio0: 16384
- format: RGBA16
-outside/castle_grounds_textures.04800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3407696
- mio0: 18432
- format: RGBA16
-outside/castle_grounds_textures.05800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3407696
- mio0: 22528
- format: RGBA16
-outside/castle_grounds_textures.06000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3407696
- mio0: 24576
- format: RGBA16
-outside/castle_grounds_textures.06800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3407696
- mio0: 26624
- format: RGBA16
-outside/castle_grounds_textures.07800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3407696
- mio0: 30720
- format: RGBA16
-outside/castle_grounds_textures.08000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3407696
- mio0: 32768
- format: RGBA16
-outside/castle_grounds_textures.08800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3407696
- mio0: 34816
- format: RGBA16
-outside/castle_grounds_textures.09000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3407696
- mio0: 36864
- format: RGBA16
-outside/castle_grounds_textures.09800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3407696
- mio0: 38912
- format: RGBA16
-outside/castle_grounds_textures.0A000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3407696
- mio0: 40960
- format: RGBA16
-outside/castle_grounds_textures.0A800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3407696
- mio0: 43008
- format: RGBA16
-outside/castle_grounds_textures.0B000:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 3407696
- mio0: 45056
- format: RGBA16
-outside/castle_grounds_textures.0B400:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3407696
- mio0: 46080
- format: RGBA16
-outside/castle_grounds_textures.0BC00:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3203760
- mio0: 45056
- format: IA16
-segment2/font_graphics.05F00:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24320
- format: IA1
-segment2/font_graphics.05F10:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24336
- format: IA1
-segment2/font_graphics.05F20:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24352
- format: IA1
-segment2/font_graphics.05F30:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24368
- format: IA1
-segment2/font_graphics.05F40:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24384
- format: IA1
-segment2/font_graphics.05F50:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24400
- format: IA1
-segment2/font_graphics.05F60:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24416
- format: IA1
-segment2/font_graphics.05F70:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24432
- format: IA1
-segment2/font_graphics.05F80:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24448
- format: IA1
-segment2/font_graphics.05F90:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24464
- format: IA1
-segment2/font_graphics.05FA0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24480
- format: IA1
-segment2/font_graphics.05FB0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24496
- format: IA1
-segment2/font_graphics.05FC0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24512
- format: IA1
-segment2/font_graphics.05FD0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24528
- format: IA1
-segment2/font_graphics.05FE0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24544
- format: IA1
-segment2/font_graphics.05FF0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24560
- format: IA1
-segment2/font_graphics.06000:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24576
- format: IA1
-segment2/font_graphics.06010:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24592
- format: IA1
-segment2/font_graphics.06020:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24608
- format: IA1
-segment2/font_graphics.06030:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24624
- format: IA1
-segment2/font_graphics.06040:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24640
- format: IA1
-segment2/font_graphics.06050:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24656
- format: IA1
-segment2/font_graphics.06060:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24672
- format: IA1
-segment2/font_graphics.06070:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24688
- format: IA1
-segment2/font_graphics.06080:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24704
- format: IA1
-segment2/font_graphics.06090:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24720
- format: IA1
-segment2/font_graphics.060A0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24736
- format: IA1
-segment2/font_graphics.060B0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24752
- format: IA1
-segment2/font_graphics.060C0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24768
- format: IA1
-segment2/font_graphics.060D0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24784
- format: IA1
-segment2/font_graphics.060E0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24800
- format: IA1
-segment2/font_graphics.060F0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24816
- format: IA1
-segment2/font_graphics.06100:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24832
- format: IA1
-segment2/font_graphics.06110:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24848
- format: IA1
-segment2/font_graphics.06120:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24864
- format: IA1
-segment2/font_graphics.06130:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24880
- format: IA1
-segment2/font_graphics.06140:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24896
- format: IA1
-segment2/font_graphics.06150:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24912
- format: IA1
-segment2/font_graphics.06160:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24928
- format: IA1
-segment2/font_graphics.06170:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24944
- format: IA1
-segment2/font_graphics.06180:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24960
- format: IA1
-segment2/font_graphics.06190:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24976
- format: IA1
-segment2/font_graphics.061A0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 24992
- format: IA1
-segment2/font_graphics.061B0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25008
- format: IA1
-segment2/font_graphics.061C0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25024
- format: IA1
-segment2/font_graphics.061D0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25040
- format: IA1
-segment2/font_graphics.061E0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25056
- format: IA1
-segment2/font_graphics.061F0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25072
- format: IA1
-segment2/font_graphics.06200:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25088
- format: IA1
-segment2/font_graphics.06210:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25104
- format: IA1
-segment2/font_graphics.06220:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25120
- format: IA1
-segment2/font_graphics.06230:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25136
- format: IA1
-segment2/font_graphics.06240:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25152
- format: IA1
-segment2/font_graphics.06250:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25168
- format: IA1
-segment2/font_graphics.06260:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25184
- format: IA1
-segment2/font_graphics.06270:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25200
- format: IA1
-segment2/font_graphics.06280:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25216
- format: IA1
-segment2/font_graphics.06290:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25232
- format: IA1
-segment2/font_graphics.062A0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25248
- format: IA1
-segment2/font_graphics.062B0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25264
- format: IA1
-segment2/font_graphics.062C0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25280
- format: IA1
-segment2/font_graphics.062D0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25296
- format: IA1
-segment2/font_graphics.062E0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25312
- format: IA1
-segment2/font_graphics.062F0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25328
- format: IA1
-segment2/font_graphics.06300:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25344
- format: IA1
-segment2/font_graphics.06310:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25360
- format: IA1
-segment2/font_graphics.06320:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25376
- format: IA1
-segment2/font_graphics.06330:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25392
- format: IA1
-segment2/font_graphics.06340:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25408
- format: IA1
-segment2/font_graphics.06350:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25424
- format: IA1
-segment2/font_graphics.06360:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25440
- format: IA1
-segment2/font_graphics.06370:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25456
- format: IA1
-segment2/font_graphics.06380:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25472
- format: IA1
-segment2/font_graphics.06390:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25488
- format: IA1
-segment2/font_graphics.063A0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25504
- format: IA1
-segment2/font_graphics.063B0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25520
- format: IA1
-segment2/font_graphics.063C0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25536
- format: IA1
-segment2/font_graphics.063D0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25552
- format: IA1
-segment2/font_graphics.063E0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25568
- format: IA1
-segment2/font_graphics.063F0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25584
- format: IA1
-segment2/font_graphics.06400:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25600
- format: IA1
-segment2/font_graphics.06410:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25616
- format: IA1
-segment2/font_graphics.06420:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25632
- format: IA1
-segment2/font_graphics.06430:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25648
- format: IA1
-segment2/font_graphics.06440:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25664
- format: IA1
-segment2/font_graphics.06450:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25680
- format: IA1
-segment2/font_graphics.06460:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25696
- format: IA1
-segment2/font_graphics.06470:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25712
- format: IA1
-segment2/font_graphics.06480:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25728
- format: IA1
-segment2/font_graphics.06490:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25744
- format: IA1
-segment2/font_graphics.064A0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25760
- format: IA1
-segment2/font_graphics.064B0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25776
- format: IA1
-segment2/font_graphics.064C0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25792
- format: IA1
-segment2/font_graphics.064D0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25808
- format: IA1
-segment2/font_graphics.064E0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25824
- format: IA1
-segment2/font_graphics.064F0:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25840
- format: IA1
-segment2/font_graphics.06500:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25856
- format: IA1
-segment2/font_graphics.06510:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25872
- format: IA1
-segment2/font_graphics.06520:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25888
- format: IA1
-segment2/font_graphics.06530:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 909712
- mio0: 25904
- format: IA1
-segment2/segment2.00000:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 0
- format: RGBA16
-segment2/segment2.00200:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 512
- format: RGBA16
-segment2/segment2.00400:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 1024
- format: RGBA16
-segment2/segment2.00600:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 1536
- format: RGBA16
-segment2/segment2.00800:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 2048
- format: RGBA16
-segment2/segment2.00A00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 2560
- format: RGBA16
-segment2/segment2.00C00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 3072
- format: RGBA16
-segment2/segment2.00E00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 3584
- format: RGBA16
-segment2/segment2.01000:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 4096
- format: RGBA16
-segment2/segment2.01200:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 4608
- format: RGBA16
-segment2/segment2.01400:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 5120
- format: RGBA16
-segment2/segment2.01600:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 5632
- format: RGBA16
-segment2/segment2.01800:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 6144
- format: RGBA16
-segment2/segment2.01A00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 6656
- format: RGBA16
-segment2/segment2.01C00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 7168
- format: RGBA16
-segment2/segment2.01E00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 7680
- format: RGBA16
-segment2/segment2.02000:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 8192
- format: RGBA16
-segment2/segment2.02200:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 8704
- format: RGBA16
-segment2/segment2.02400:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 9216
- format: RGBA16
-segment2/segment2.02800:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 9728
- format: RGBA16
-segment2/segment2.02A00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 10240
- format: RGBA16
-segment2/segment2.02C00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 10752
- format: RGBA16
-segment2/segment2.02E00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 11264
- format: RGBA16
-segment2/segment2.03000:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 11776
- format: RGBA16
-segment2/segment2.03200:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 12288
- format: RGBA16
-segment2/segment2.03600:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 12800
- format: RGBA16
-segment2/segment2.03800:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 13312
- format: RGBA16
-segment2/segment2.03A00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 13824
- format: RGBA16
-segment2/segment2.03C00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 14336
- format: RGBA16
-segment2/segment2.03E00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 14848
- format: RGBA16
-segment2/segment2.04000:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 15360
- format: RGBA16
-segment2/segment2.04400:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 15872
- format: RGBA16
-segment2/segment2.04600:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 16384
- format: RGBA16
-segment2/segment2.04800:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 16896
- format: RGBA16
-segment2/segment2.04A00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 17408
- format: RGBA16
-segment2/segment2.05000:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2647072
- mio0: 41424
- format: RGBA16
-segment2/segment2.05600:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 18432
- format: RGBA16
-segment2/segment2.05800:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 18944
- format: RGBA16
-segment2/segment2.05A00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 19456
- format: RGBA16
-segment2/segment2.05C00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 19968
- format: RGBA16
-segment2/segment2.06200:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 20480
- format: RGBA16
-segment2/segment2.06280:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 20608
- format: RGBA16
-segment2/segment2.06300:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 20736
- format: RGBA16
-segment2/segment2.06380:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 20864
- format: RGBA16
-segment2/segment2.06400:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 20992
- format: RGBA16
-segment2/segment2.06480:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 21120
- format: RGBA16
-segment2/segment2.06500:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 21248
- format: RGBA16
-segment2/segment2.06580:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 21376
- format: RGBA16
-segment2/segment2.06600:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 21504
- format: RGBA16
-segment2/segment2.06680:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 21632
- format: RGBA16
-segment2/segment2.06700:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 21760
- format: RGBA16
-segment2/segment2.06780:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 21888
- format: RGBA16
-segment2/segment2.06800:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 22016
- format: RGBA16
-segment2/segment2.06880:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 22144
- format: RGBA16
-segment2/segment2.06900:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 22272
- format: RGBA16
-segment2/segment2.06980:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 22400
- format: RGBA16
-segment2/segment2.06A00:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 22528
- format: RGBA16
-segment2/segment2.06A80:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 22656
- format: RGBA16
-segment2/segment2.06B00:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 22784
- format: RGBA16
-segment2/segment2.06B80:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 22912
- format: RGBA16
-segment2/segment2.06C00:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 23040
- format: RGBA16
-segment2/segment2.06C80:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 23168
- format: RGBA16
-segment2/segment2.06D00:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 23296
- format: RGBA16
-segment2/segment2.06D80:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 23424
- format: RGBA16
-segment2/segment2.06E00:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 23552
- format: RGBA16
-segment2/segment2.06E80:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 23680
- format: RGBA16
-segment2/segment2.06F00:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 23808
- format: RGBA16
-segment2/segment2.06F80:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 23936
- format: RGBA16
-segment2/segment2.07000:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 24064
- format: RGBA16
-segment2/segment2.07080:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 24192
- format: RGBA16
-segment2/segment2.07340:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 2647072
- mio0: 44317
- format: IA1
-segment2/segment2.07B50:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 25920
- format: RGBA16
-segment2/segment2.07D50:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 26432
- format: RGBA16
-segment2/segment2.07F50:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 26944
- format: RGBA16
-segment2/segment2.08150:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 27456
- format: RGBA16
-segment2/segment2.081D0:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 909712
- mio0: 27584
- format: RGBA16
-segment2/segment2.0F458:
- type: TEXTURE
- size: 2048
- width: 32
- height: 64
- offset: 909712
- mio0: 31096
- format: IA8
-segment2/segment2.0FC58:
- type: TEXTURE
- size: 2048
- width: 32
- height: 64
- offset: 909712
- mio0: 33144
- format: IA8
-segment2/segment2.10458:
- type: TEXTURE
- size: 4096
- width: 64
- height: 64
- offset: 909712
- mio0: 35192
- format: IA8
-segment2/segment2.11458:
- type: TEXTURE
- size: 2048
- width: 32
- height: 64
- offset: 909712
- mio0: 39288
- format: IA8
-segment2/segment2.11C58:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 909712
- mio0: 41336
- format: RGBA16
-segment2/segment2.12458:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 909712
- mio0: 43384
- format: RGBA16
-segment2/segment2.12C58:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 909712
- mio0: 45432
- format: RGBA16
-segment2/segment2.13458:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 909712
- mio0: 47480
- format: IA16
-segment2/segment2.13C58:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 909712
- mio0: 49528
- format: RGBA16
-segment2/segment2.14838:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 909712
- mio0: 52568
- format: IA8
-segment2/segment2.umlaut:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 909712
- mio0: 17920
- format: RGBA16
-segment2/shadow_quarter_circle:
- type: TEXTURE
- size: 256
- width: 16
- height: 16
- offset: 909712
- mio0: 30584
- format: IA8
-segment2/shadow_quarter_square:
- type: TEXTURE
- size: 256
- width: 16
- height: 16
- offset: 909712
- mio0: 30840
- format: IA8
-sky/metal_hole:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3270992
- mio0: 26624
- format: RGBA16
-sky/rr_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3270992
- mio0: 0
- format: RGBA16
-sky/rr_textures.00800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3270992
- mio0: 2048
- format: RGBA16
-sky/rr_textures.01000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3270992
- mio0: 4096
- format: RGBA16
-sky/rr_textures.01800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3270992
- mio0: 6144
- format: RGBA16
-sky/rr_textures.02000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3270992
- mio0: 8192
- format: RGBA16
-sky/rr_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3270992
- mio0: 12288
- format: RGBA16
-sky/rr_textures.03800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3270992
- mio0: 14336
- format: RGBA16
-sky/rr_textures.04800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3270992
- mio0: 18432
- format: RGBA16
-sky/rr_textures.05000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3270992
- mio0: 20480
- format: RGBA16
-sky/rr_textures.05800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3270992
- mio0: 22528
- format: RGBA16
-sky/rr_textures.06000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3270992
- mio0: 24576
- format: RGBA16
-sky/rr_textures.07000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3270992
- mio0: 28672
- format: RGBA16
-sky/rr_textures.07800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3270992
- mio0: 30720
- format: RGBA16
-sky/rr_textures.08000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3270992
- mio0: 32768
- format: RGBA16
-skyboxes/bbh:
- type: BLOB
- size: 84288
- offset: 2999280
- mio0: 0
-skyboxes/bidw:
- type: BLOB
- size: 131392
- offset: 3026704
- mio0: 0
-skyboxes/bitfs:
- type: BLOB
- size: 102720
- offset: 2822784
- mio0: 0
-skyboxes/bits:
- type: BLOB
- size: 131392
- offset: 3072256
- mio0: 0
-skyboxes/ccm:
- type: BLOB
- size: 131392
- offset: 2728272
- mio0: 0
-skyboxes/cloud_floor:
- type: BLOB
- size: 131392
- offset: 2919104
- mio0: 0
-skyboxes/clouds:
- type: BLOB
- size: 84288
- offset: 2786832
- mio0: 0
-skyboxes/ssl:
- type: BLOB
- size: 131392
- offset: 2959136
- mio0: 0
-skyboxes/water:
- type: BLOB
- size: 131392
- offset: 2676976
- mio0: 0
-skyboxes/wdw:
- type: BLOB
- size: 131392
- offset: 2848560
- mio0: 0
-snow/ccm_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3285888
- mio0: 0
- format: RGBA16
-snow/ccm_textures.00800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3285888
- mio0: 2048
- format: RGBA16
-snow/ccm_textures.01000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3285888
- mio0: 4096
- format: RGBA16
-snow/ccm_textures.02000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3285888
- mio0: 8192
- format: RGBA16
-snow/ccm_textures.02800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3285888
- mio0: 10240
- format: RGBA16
-snow/ccm_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3285888
- mio0: 12288
- format: RGBA16
-snow/ccm_textures.03800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3285888
- mio0: 14336
- format: RGBA16
-snow/ccm_textures.04000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3285888
- mio0: 16384
- format: RGBA16
-snow/ccm_textures.04800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3285888
- mio0: 18432
- format: RGBA16
-snow/ccm_textures.05000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3285888
- mio0: 20480
- format: RGBA16
-snow/ccm_textures.05800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3285888
- mio0: 22528
- format: RGBA16
-snow/ccm_textures.06000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3285888
- mio0: 24576
- format: RGBA16
-snow/ccm_textures.06800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3285888
- mio0: 26624
- format: RGBA16
-snow/ccm_textures.07000:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3285888
- mio0: 28672
- format: RGBA16
-snow/ccm_textures.08000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3285888
- mio0: 32768
- format: RGBA16
-snow/ccm_textures.08800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3285888
- mio0: 34816
- format: RGBA16
-snow/ccm_textures.09000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3285888
- mio0: 36864
- format: IA16
-snow/ccm_textures.09800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3285888
- mio0: 38912
- format: IA16
-spooky/bbh_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3178624
- mio0: 0
- format: RGBA16
-spooky/bbh_textures.00800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3178624
- mio0: 2048
- format: RGBA16
-spooky/bbh_textures.01800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3178624
- mio0: 6144
- format: RGBA16
-spooky/bbh_textures.02800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3178624
- mio0: 10240
- format: RGBA16
-spooky/bbh_textures.03800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3178624
- mio0: 14336
- format: RGBA16
-spooky/bbh_textures.04800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3178624
- mio0: 18432
- format: RGBA16
-spooky/bbh_textures.05000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3178624
- mio0: 20480
- format: RGBA16
-spooky/bbh_textures.06000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3178624
- mio0: 24576
- format: RGBA16
-spooky/bbh_textures.06800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3178624
- mio0: 26624
- format: RGBA16
-spooky/bbh_textures.07000:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3178624
- mio0: 28672
- format: RGBA16
-spooky/bbh_textures.08000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3178624
- mio0: 32768
- format: RGBA16
-spooky/bbh_textures.08800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3178624
- mio0: 34816
- format: RGBA16
-spooky/bbh_textures.09000:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3178624
- mio0: 36864
- format: RGBA16
-spooky/bbh_textures.0A000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1341504
- mio0: 49800
- format: RGBA16
-spooky/bbh_textures.0A800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3178624
- mio0: 43008
- format: IA16
-spooky/bbh_textures.0B000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3178624
- mio0: 45056
- format: IA16
-spooky/bbh_textures.0B800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3178624
- mio0: 47104
- format: IA16
-title_screen_bg/title_screen_bg.001C0:
- type: TEXTURE
- size: 3200
- width: 80
- height: 20
- offset: 2426672
- mio0: 448
- format: RGBA16
-title_screen_bg/title_screen_bg.00E40:
- type: TEXTURE
- size: 3200
- width: 80
- height: 20
- offset: 2426672
- mio0: 3648
- format: RGBA16
-title_screen_bg/title_screen_bg.01AC0:
- type: TEXTURE
- size: 3200
- width: 80
- height: 20
- offset: 2426672
- mio0: 6848
- format: RGBA16
-title_screen_bg/title_screen_bg.02740:
- type: TEXTURE
- size: 3200
- width: 80
- height: 20
- offset: 2426672
- mio0: 10048
- format: RGBA16
-title_screen_bg/title_screen_bg.033C0:
- type: TEXTURE
- size: 3200
- width: 80
- height: 20
- offset: 2426672
- mio0: 13248
- format: RGBA16
-title_screen_bg/title_screen_bg.04040:
- type: TEXTURE
- size: 3200
- width: 80
- height: 20
- offset: 2426672
- mio0: 16448
- format: RGBA16
-title_screen_bg/title_screen_bg.04CC0:
- type: TEXTURE
- size: 3200
- width: 80
- height: 20
- offset: 2426672
- mio0: 19648
- format: RGBA16
-title_screen_bg/title_screen_bg.05940:
- type: TEXTURE
- size: 3200
- width: 80
- height: 20
- offset: 2426672
- mio0: 22848
- format: RGBA16
-water/jrb_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3235184
- mio0: 0
- format: RGBA16
-water/jrb_textures.00800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3235184
- mio0: 2048
- format: RGBA16
-water/jrb_textures.01800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3235184
- mio0: 6144
- format: RGBA16
-water/jrb_textures.02800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3235184
- mio0: 10240
- format: RGBA16
-water/jrb_textures.03800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3235184
- mio0: 14336
- format: RGBA16
-water/jrb_textures.04800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3235184
- mio0: 18432
- format: RGBA16
-water/jrb_textures.05800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3235184
- mio0: 22528
- format: RGBA16
-water/jrb_textures.06000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3235184
- mio0: 24576
- format: RGBA16
-water/jrb_textures.06800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3235184
- mio0: 26624
- format: RGBA16
-water/jrb_textures.07800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3235184
- mio0: 30720
- format: RGBA16
-water/jrb_textures.08800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3235184
- mio0: 34816
- format: RGBA16
-water/jrb_textures.09000:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3235184
- mio0: 36864
- format: RGBA16
-water/jrb_textures.0A000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3235184
- mio0: 40960
- format: RGBA16
-water/jrb_textures.0A800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3235184
- mio0: 43008
- format: RGBA16
-water/jrb_textures.0B800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3235184
- mio0: 47104
- format: RGBA16
diff --git a/assets/sm64/jp/actors.yml b/assets/sm64/jp/actors.yml
deleted file mode 100644
index 68ae8d9..0000000
--- a/assets/sm64/jp/actors.yml
+++ /dev/null
@@ -1,3704 +0,0 @@
-amp/amp_body:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2032944
- mio0: 6936
- format: RGBA16
-amp/amp_electricity:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 2032944
- mio0: 3864
- format: RGBA16
-amp/amp_eyes:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2032944
- mio0: 4888
- format: RGBA16
-amp/amp_mouth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2032944
- mio0: 8984
- format: RGBA16
-blue_coin_switch/blue_coin_switch_side:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 2032944
- mio0: 24
- format: RGBA16
-blue_coin_switch/blue_coin_switch_top:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2032944
- mio0: 1048
- format: RGBA16
-blue_fish/blue_fish:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 112096
- format: RGBA16
-bobomb/bob-omb_buddy_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1257760
- mio0: 120
- format: RGBA16
-bobomb/bob-omb_buddy_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1257760
- mio0: 4216
- format: RGBA16
-bobomb/bob-omb_eyes:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1257760
- mio0: 18552
- format: RGBA16
-bobomb/bob-omb_eyes_blink:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1257760
- mio0: 20600
- format: RGBA16
-bobomb/bob-omb_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2032944
- mio0: 121440
- format: RGBA16
-bobomb/bob-omb_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2032944
- mio0: 125536
- format: RGBA16
-bomb/bomb_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1599504
- mio0: 359104
- format: RGBA16
-bomb/bomb_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1599504
- mio0: 363200
- format: RGBA16
-bomb/bomb_spike:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1599504
- mio0: 367296
- format: RGBA16
-boo/boo_eyes:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1462368
- mio0: 39744
- format: RGBA16
-boo/boo_mouth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1462368
- mio0: 43840
- format: RGBA16
-boo_castle/bbh_boo_eyes:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1462368
- mio0: 39744
- format: RGBA16
-boo_castle/bbh_boo_mouth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1462368
- mio0: 43840
- format: RGBA16
-book/book_cover:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1462368
- mio0: 4192
- format: RGBA16
-bookend/bookend_cover:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1462368
- mio0: 4192
- format: RGBA16
-bookend/bookend_mouth:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 1462368
- mio0: 2144
- format: RGBA16
-bookend/bookend_pages:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 1462368
- mio0: 3168
- format: RGBA16
-bookend/bookend_spine:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 1462368
- mio0: 96
- format: RGBA16
-bookend/bookend_tooth:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 1462368
- mio0: 1120
- format: RGBA16
-bowser/bowser_armband:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1599504
- mio0: 146488
- format: RGBA16
-bowser/bowser_armband_spike:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1599504
- mio0: 142392
- format: RGBA16
-bowser/bowser_blue_eye_unused:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1599504
- mio0: 156728
- format: RGBA16
-bowser/bowser_body:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1599504
- mio0: 140344
- format: RGBA16
-bowser/bowser_chest:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1599504
- mio0: 152632
- format: RGBA16
-bowser/bowser_claw_edge:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1599504
- mio0: 171064
- format: RGBA16
-bowser/bowser_claw_horn_angle:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1599504
- mio0: 179256
- format: RGBA16
-bowser/bowser_claw_horn_tooth:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1599504
- mio0: 175160
- format: RGBA16
-bowser/bowser_eye_center_0:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1599504
- mio0: 195640
- format: RGBA16
-bowser/bowser_eye_center_1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1599504
- mio0: 195640
- format: RGBA16
-bowser/bowser_eye_closed_0:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1599504
- mio0: 191544
- format: RGBA16
-bowser/bowser_eye_closed_1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1599504
- mio0: 191544
- format: RGBA16
-bowser/bowser_eye_far_left_0:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1599504
- mio0: 203832
- format: RGBA16
-bowser/bowser_eye_far_left_1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1599504
- mio0: 203832
- format: RGBA16
-bowser/bowser_eye_half_closed_0:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1599504
- mio0: 187448
- format: RGBA16
-bowser/bowser_eye_half_closed_1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1599504
- mio0: 187448
- format: RGBA16
-bowser/bowser_eye_left_0:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1599504
- mio0: 183352
- format: RGBA16
-bowser/bowser_eye_left_1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1599504
- mio0: 183352
- format: RGBA16
-bowser/bowser_eye_right_0:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1599504
- mio0: 199736
- format: RGBA16
-bowser/bowser_eye_right_1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1599504
- mio0: 199736
- format: RGBA16
-bowser/bowser_eyebrow:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1599504
- mio0: 130104
- format: RGBA16
-bowser/bowser_hair:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1599504
- mio0: 166968
- format: RGBA16
-bowser/bowser_mouth_unused:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1599504
- mio0: 160824
- format: RGBA16
-bowser/bowser_muzzle:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1599504
- mio0: 134200
- format: RGBA16
-bowser/bowser_nostrils:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1599504
- mio0: 136248
- format: RGBA16
-bowser/bowser_shell:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1599504
- mio0: 128056
- format: RGBA16
-bowser/bowser_shell_edge:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1599504
- mio0: 154680
- format: RGBA16
-bowser/bowser_tongue:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1599504
- mio0: 148536
- format: RGBA16
-bowser/bowser_upper_face:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1599504
- mio0: 164920
- format: RGBA16
-bowser_flame/bowser_flame_0:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1599504
- mio0: 0
- format: RGBA16
-bowser_flame/bowser_flame_1:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1599504
- mio0: 8192
- format: RGBA16
-bowser_flame/bowser_flame_10:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1599504
- mio0: 81920
- format: RGBA16
-bowser_flame/bowser_flame_11:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1599504
- mio0: 90112
- format: RGBA16
-bowser_flame/bowser_flame_12:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1599504
- mio0: 98304
- format: RGBA16
-bowser_flame/bowser_flame_13:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1599504
- mio0: 106496
- format: RGBA16
-bowser_flame/bowser_flame_2:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1599504
- mio0: 16384
- format: RGBA16
-bowser_flame/bowser_flame_3:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1599504
- mio0: 24576
- format: RGBA16
-bowser_flame/bowser_flame_4:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1599504
- mio0: 32768
- format: RGBA16
-bowser_flame/bowser_flame_5:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1599504
- mio0: 40960
- format: RGBA16
-bowser_flame/bowser_flame_6:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1599504
- mio0: 49152
- format: RGBA16
-bowser_flame/bowser_flame_7:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1599504
- mio0: 57344
- format: RGBA16
-bowser_flame/bowser_flame_8:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1599504
- mio0: 65536
- format: RGBA16
-bowser_flame/bowser_flame_9:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1599504
- mio0: 73728
- format: RGBA16
-breakable_box/cork_box_surface:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2032944
- mio0: 74384
- format: RGBA16
-breakable_box/crazy_box_surface:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2032944
- mio0: 72336
- format: RGBA16
-bub/bub_eye_border:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1568640
- mio0: 5128
- format: RGBA16
-bub/bub_eyes:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1568640
- mio0: 1032
- format: RGBA16
-bub/bub_fins:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1568640
- mio0: 7176
- format: RGBA16
-bub/bub_scales:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1568640
- mio0: 9224
- format: RGBA16
-bubba/bubba_eye_border:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1568640
- mio0: 5128
- format: RGBA16
-bubba/bubba_eyes_unused:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1568640
- mio0: 1032
- format: RGBA16
-bubba/bubba_fins:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1568640
- mio0: 7176
- format: RGBA16
-bubba/bubba_scales:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1568640
- mio0: 9224
- format: RGBA16
-bubba/bubba_sunglasses:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 1568640
- mio0: 8
- format: RGBA16
-bubble/bubble:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 118112
- format: RGBA16
-bubble/mr_i_bubble:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 120160
- format: RGBA16
-bullet_bill/bullet_bill_eye:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1215456
- mio0: 47784
- format: RGBA16
-bullet_bill/bullet_bill_mouth:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1215456
- mio0: 51880
- format: RGBA16
-bully/bully_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1249376
- mio0: 9320
- format: RGBA16
-bully/bully_horn:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1249376
- mio0: 224
- format: RGBA16
-bully/bully_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1249376
- mio0: 1128
- format: RGBA16
-bully/bully_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1249376
- mio0: 5224
- format: RGBA16
-burn_smoke/burn_smoke:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 137216
- format: IA16
-butterfly/butterfly_wing:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2094912
- mio0: 17320
- format: RGBA16
-cannon_barrel/cannon_barrel:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2032944
- mio0: 22696
- format: RGBA16
-cannon_base/cannon_base:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2032944
- mio0: 18872
- format: RGBA16
-cannon_lid/cannon_lid:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2032944
- mio0: 16472
- format: RGBA16
-capswitch/cap_switch_base:
- type: TEXTURE
- size: 128
- width: 16
- height: 4
- offset: 1457744
- mio0: 11336
- format: RGBA16
-capswitch/cap_switch_head:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1457744
- mio0: 7240
- format: IA16
-chain_ball/chain_ball:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1844608
- mio0: 133864
- format: RGBA16
-chain_chomp/chain_chomp_bright_shine:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1844608
- mio0: 136144
- format: RGBA16
-chain_chomp/chain_chomp_dull_shine:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1844608
- mio0: 138192
- format: RGBA16
-chain_chomp/chain_chomp_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1844608
- mio0: 144336
- format: RGBA16
-chain_chomp/chain_chomp_tongue:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1844608
- mio0: 140240
- format: RGBA16
-chain_chomp/chain_chomp_tooth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1462368
- mio0: 27376
- format: RGBA16
-chair/chair_bottom:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 1462368
- mio0: 16480
- format: RGBA16
-chair/chair_front:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1462368
- mio0: 12384
- format: RGBA16
-chair/chair_leg:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1462368
- mio0: 14432
- format: RGBA16
-chair/chair_surface_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1462368
- mio0: 17504
- format: RGBA16
-checkerboard_platform/checkerboard_platform:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2032944
- mio0: 52288
- format: RGBA16
-checkerboard_platform/checkerboard_platform_side:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 2032944
- mio0: 51264
- format: RGBA16
-chillychief/chill_bully_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1249376
- mio0: 9320
- format: RGBA16
-chillychief/chill_bully_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1979680
- mio0: 96
- format: RGBA16
-chillychief/chill_bully_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1979680
- mio0: 4192
- format: RGBA16
-chuckya/chuckya_body_arm_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2032944
- mio0: 32632
- format: RGBA16
-chuckya/chuckya_body_arm_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2032944
- mio0: 36728
- format: RGBA16
-chuckya/chuckya_eyes:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2032944
- mio0: 26488
- format: RGBA16
-chuckya/chuckya_hand_antenna:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2032944
- mio0: 30584
- format: RGBA16
-clam_shell/clam_shell:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1285392
- mio0: 48
- format: RGBA16
-clam_shell/clam_shell_mouth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1285392
- mio0: 2096
- format: RGBA16
-coin/coin_front:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 22400
- format: IA16
-coin/coin_side:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 26496
- format: IA16
-coin/coin_tilt_left:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 28544
- format: IA16
-coin/coin_tilt_right:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 24448
- format: IA16
-cyan_fish/cyan_fish:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1802256
- mio0: 54376
- format: RGBA16
-dirt/dirt_particle:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2094912
- mio0: 179704
- format: RGBA16
-door/bbh_door:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2094912
- mio0: 66832
- format: RGBA16
-door/bbh_door_overlay:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 70928
- format: RGBA16
-door/door_lock:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 2094912
- mio0: 79120
- format: RGBA16
-door/hmc_mural_door:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2094912
- mio0: 60688
- format: RGBA16
-door/hmc_mural_door_overlay:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 64784
- format: RGBA16
-door/metal_door:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2094912
- mio0: 54544
- format: RGBA16
-door/metal_door_overlay:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 58640
- format: RGBA16
-door/one_star_door_sign:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 75024
- format: RGBA16
-door/polished_wooden_door:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2094912
- mio0: 40208
- format: RGBA16
-door/polished_wooden_door_overlay:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2094912
- mio0: 44304
- format: RGBA16
-door/rough_wooden_door:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2094912
- mio0: 48400
- format: RGBA16
-door/rough_wooden_door_overlay:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 52496
- format: RGBA16
-door/three_star_door_sign:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 77072
- format: RGBA16
-door/zero_star_door_sign:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 72976
- format: RGBA16
-dorrie/dorrie_eye:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1991184
- mio0: 39840
- format: RGBA16
-dorrie/dorrie_skin:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1991184
- mio0: 40352
- format: RGBA16
-dorrie/dorrie_tongue:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1844608
- mio0: 140240
- format: RGBA16
-exclamation_box/exclamation_box_front:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2032944
- mio0: 95784
- format: RGBA16
-exclamation_box/exclamation_box_side:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 2032944
- mio0: 97832
- format: RGBA16
-exclamation_box/metal_cap_box_front:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2032944
- mio0: 83496
- format: RGBA16
-exclamation_box/metal_cap_box_side:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 2032944
- mio0: 85544
- format: RGBA16
-exclamation_box/vanish_cap_box_front:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2032944
- mio0: 77352
- format: RGBA16
-exclamation_box/vanish_cap_box_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2032944
- mio0: 79400
- format: RGBA16
-exclamation_box/wing_cap_box_front:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2032944
- mio0: 89640
- format: RGBA16
-exclamation_box/wing_cap_box_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2032944
- mio0: 91688
- format: RGBA16
-exclamation_box_outline/exclamation_box_outline:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2032944
- mio0: 151912
- format: RGBA16
-exclamation_box_outline/exclamation_point:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 2032944
- mio0: 154240
- format: RGBA16
-explosion/explosion_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 2568
- format: RGBA16
-explosion/explosion_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 4616
- format: RGBA16
-explosion/explosion_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 6664
- format: RGBA16
-explosion/explosion_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 8712
- format: RGBA16
-explosion/explosion_4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 10760
- format: RGBA16
-explosion/explosion_5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 12808
- format: RGBA16
-explosion/explosion_6:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 14856
- format: RGBA16
-eyerok/eyerok_bricks:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1327760
- mio0: 36160
- format: RGBA16
-eyerok/eyerok_eye_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1327760
- mio0: 44352
- format: RGBA16
-eyerok/eyerok_eye_mostly_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1327760
- mio0: 42304
- format: RGBA16
-eyerok/eyerok_eye_mostly_open:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1327760
- mio0: 40256
- format: RGBA16
-eyerok/eyerok_eye_open:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1327760
- mio0: 38208
- format: RGBA16
-flame/flame_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 95008
- format: IA16
-flame/flame_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 97056
- format: IA16
-flame/flame_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 99104
- format: IA16
-flame/flame_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 101152
- format: IA16
-flame/flame_4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 103200
- format: IA16
-flame/flame_5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 105248
- format: IA16
-flame/flame_6:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 107296
- format: IA16
-flame/flame_7:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 109344
- format: IA16
-flyguy/flyguy_cloth_wrinkle:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 2032944
- mio0: 57480
- format: RGBA16
-flyguy/flyguy_face:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2032944
- mio0: 61576
- format: RGBA16
-flyguy/flyguy_propeller:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2032944
- mio0: 63624
- format: IA16
-fwoosh/fwoosh_face:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1377744
- mio0: 88072
- format: IA16
-goomba/goomba_body:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2032944
- mio0: 103728
- format: RGBA16
-goomba/goomba_face:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2032944
- mio0: 105776
- format: RGBA16
-goomba/goomba_face_blink:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2032944
- mio0: 107824
- format: RGBA16
-haunted_cage/bbh_cage_bars:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1462368
- mio0: 55944
- format: RGBA16
-haunted_cage/bbh_cage_double_ornament:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1462368
- mio0: 51848
- format: RGBA16
-haunted_cage/bbh_cage_floor:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1462368
- mio0: 49800
- format: RGBA16
-haunted_cage/bbh_cage_garbage:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1462368
- mio0: 57992
- format: RGBA16
-haunted_cage/bbh_cage_ornament:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 1462368
- mio0: 53896
- format: RGBA16
-haunted_cage/bbh_cage_wooden_base:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 1462368
- mio0: 54920
- format: RGBA16
-heart/spinning_heart:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2032944
- mio0: 55264
- format: RGBA16
-heave_ho/heave-ho_arm_ornament:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1215456
- mio0: 68040
- format: RGBA16
-heave_ho/heave-ho_face:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1215456
- mio0: 59848
- format: RGBA16
-heave_ho/heave-ho_logo:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1215456
- mio0: 63944
- format: RGBA16
-heave_ho/heave-ho_platform:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1215456
- mio0: 61896
- format: RGBA16
-heave_ho/heave-ho_roller:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1215456
- mio0: 70088
- format: RGBA16
-heave_ho/heave-ho_turnkey:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1215456
- mio0: 70600
- format: RGBA16
-hoot/hoot_eyes:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1215456
- mio0: 2592
- format: RGBA16
-hoot/hoot_wing:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1215456
- mio0: 7760
- format: RGBA16
-hoot/hoot_wing_tip:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1215456
- mio0: 9808
- format: RGBA16
-impact_ring/impact_ring_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1599504
- mio0: 117328
- format: IA16
-impact_ring/impact_ring_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1599504
- mio0: 121424
- format: IA16
-impact_smoke/impact_smoke_0:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1599504
- mio0: 371240
- format: IA16
-impact_smoke/impact_smoke_1:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1599504
- mio0: 379432
- format: IA16
-impact_smoke/impact_smoke_2:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1599504
- mio0: 387624
- format: IA16
-impact_smoke/impact_smoke_3:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1599504
- mio0: 395816
- format: IA16
-king_bobomb/bob-omb_buddy_body_unused:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1257760
- mio0: 25720
- format: RGBA16
-king_bobomb/bob-omb_buddy_left_side_unused:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1257760
- mio0: 120
- format: RGBA16
-king_bobomb/bob-omb_buddy_right_side_unused:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1257760
- mio0: 4216
- format: RGBA16
-king_bobomb/king_bob-omb_arm:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1257760
- mio0: 8312
- format: RGBA16
-king_bobomb/king_bob-omb_body_unused:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1257760
- mio0: 10360
- format: RGBA16
-king_bobomb/king_bob-omb_crown_rim:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 1257760
- mio0: 24696
- format: RGBA16
-king_bobomb/king_bob-omb_eyes:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1257760
- mio0: 18552
- format: RGBA16
-king_bobomb/king_bob-omb_eyes_blink:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1257760
- mio0: 20600
- format: RGBA16
-king_bobomb/king_bob-omb_hand:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1257760
- mio0: 22648
- format: RGBA16
-king_bobomb/king_bob-omb_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1257760
- mio0: 33912
- format: RGBA16
-king_bobomb/king_bob-omb_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1257760
- mio0: 38008
- format: RGBA16
-klepto/klepto_beak:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1327760
- mio0: 4104
- format: RGBA16
-klepto/klepto_chest_tuft:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1327760
- mio0: 8
- format: RGBA16
-klepto/klepto_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1327760
- mio0: 2056
- format: RGBA16
-klepto/klepto_wing:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1327760
- mio0: 8200
- format: RGBA16
-klepto/klepto_wing_flap:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1327760
- mio0: 12296
- format: RGBA16
-koopa/koopa_eye_border:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1844608
- mio0: 22088
- format: RGBA16
-koopa/koopa_eyes_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1844608
- mio0: 20040
- format: RGBA16
-koopa/koopa_eyes_open:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1844608
- mio0: 17992
- format: RGBA16
-koopa/koopa_nostrils:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1844608
- mio0: 24136
- format: RGBA16
-koopa/koopa_shell_back:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1844608
- mio0: 11848
- format: RGBA16
-koopa/koopa_shell_front:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1844608
- mio0: 9800
- format: RGBA16
-koopa/koopa_shell_front_top:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1844608
- mio0: 15944
- format: RGBA16
-koopa/koopa_shoe:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1844608
- mio0: 13896
- format: RGBA16
-koopa_flag/koopa_flag_banner:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1844608
- mio0: 72
- format: RGBA16
-koopa_shell/koopa_shell_back:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1844608
- mio0: 11848
- format: RGBA16
-koopa_shell/koopa_shell_front:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1844608
- mio0: 9800
- format: RGBA16
-lakitu_cameraman/lakitu_camera_lens:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1926752
- mio0: 14336
- format: RGBA16
-lakitu_cameraman/lakitu_cameraman_cloud_face_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1568640
- mio0: 60640
- format: RGBA16
-lakitu_cameraman/lakitu_cameraman_eyes_closed:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1568640
- mio0: 66784
- format: RGBA16
-lakitu_cameraman/lakitu_cameraman_eyes_open:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1568640
- mio0: 62688
- format: RGBA16
-lakitu_cameraman/lakitu_cameraman_frown:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1568640
- mio0: 72928
- format: RGBA16
-lakitu_cameraman/lakitu_cameraman_shell:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1568640
- mio0: 70880
- format: RGBA16
-lakitu_enemy/lakitu_enemy_cloud_face_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1568640
- mio0: 60640
- format: RGBA16
-lakitu_enemy/lakitu_enemy_eyes_closed:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1568640
- mio0: 66784
- format: RGBA16
-lakitu_enemy/lakitu_enemy_eyes_open:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1568640
- mio0: 62688
- format: RGBA16
-lakitu_enemy/lakitu_enemy_frown:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1568640
- mio0: 72928
- format: RGBA16
-lakitu_enemy/lakitu_enemy_shell:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1568640
- mio0: 70880
- format: RGBA16
-leaves/leaf:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2094912
- mio0: 117728
- format: RGBA16
-mad_piano/mad_piano_body:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 1462368
- mio0: 29424
- format: RGBA16
-mad_piano/mad_piano_keys:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 1462368
- mio0: 32496
- format: RGBA16
-mad_piano/mad_piano_keys_corner:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 1462368
- mio0: 30448
- format: RGBA16
-mad_piano/mad_piano_keys_edge:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 1462368
- mio0: 33520
- format: RGBA16
-mad_piano/mad_piano_mouth:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 1462368
- mio0: 31472
- format: RGBA16
-mad_piano/mad_piano_tooth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1462368
- mio0: 27376
- format: RGBA16
-manta/manta_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1285392
- mio0: 12192
- format: RGBA16
-manta/manta_fin_corner:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1285392
- mio0: 6048
- format: RGBA16
-manta/manta_fin_edge:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1285392
- mio0: 14240
- format: RGBA16
-manta/manta_gills:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1285392
- mio0: 8096
- format: RGBA16
-mario/mario_eyes_center:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 12432
- format: RGBA16
-mario/mario_eyes_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 16528
- format: RGBA16
-mario/mario_eyes_closed_unused_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 16528
- format: RGBA16
-mario/mario_eyes_closed_unused_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 16528
- format: RGBA16
-mario/mario_eyes_dead:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 30864
- format: RGBA16
-mario/mario_eyes_down_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 28816
- format: RGBA16
-mario/mario_eyes_half_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 14480
- format: RGBA16
-mario/mario_eyes_left_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 22672
- format: RGBA16
-mario/mario_eyes_right_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 24720
- format: RGBA16
-mario/mario_eyes_up_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 26768
- format: RGBA16
-mario/mario_logo:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 6288
- format: RGBA16
-mario/mario_metal:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1125200
- mio0: 144
- format: RGBA16
-mario/mario_metal_wing_tip_unused:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1125200
- mio0: 45200
- format: RGBA16
-mario/mario_metal_wing_unused:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1125200
- mio0: 41104
- format: RGBA16
-mario/mario_mustache:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 10384
- format: RGBA16
-mario/mario_overalls_button:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 4240
- format: RGBA16
-mario/mario_sideburn:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 8336
- format: RGBA16
-mario/mario_wing:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1125200
- mio0: 32912
- format: RGBA16
-mario/mario_wing_tip:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1125200
- mio0: 37008
- format: RGBA16
-mario_cap/mario_cap_logo:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 6288
- format: RGBA16
-mario_cap/mario_cap_metal:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1125200
- mio0: 144
- format: RGBA16
-mario_cap/mario_cap_metal_wing_tip_unused:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1125200
- mio0: 45200
- format: RGBA16
-mario_cap/mario_cap_metal_wing_unused:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1125200
- mio0: 41104
- format: RGBA16
-mario_cap/mario_cap_wing:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1125200
- mio0: 32912
- format: RGBA16
-mario_cap/mario_cap_wing_tip:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1125200
- mio0: 37008
- format: RGBA16
-metal_box/metal_box_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2032944
- mio0: 145816
- format: RGBA16
-mips/mips_eyes:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1926752
- mio0: 64384
- format: RGBA16
-mist/mist:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 128
- format: IA16
-moneybag/moneybag_eyes:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1979680
- mio0: 18864
- format: RGBA16
-moneybag/moneybag_mouth:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1979680
- mio0: 14768
- format: RGBA16
-monty_mole/monty_mole_cheek:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1377744
- mio0: 2416
- format: RGBA16
-monty_mole/monty_mole_claw:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1377744
- mio0: 10608
- format: RGBA16
-monty_mole/monty_mole_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1377744
- mio0: 4464
- format: RGBA16
-monty_mole/monty_mole_nose:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1377744
- mio0: 6512
- format: RGBA16
-monty_mole/monty_mole_tooth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1377744
- mio0: 8560
- format: RGBA16
-monty_mole_hole/monty_mole_hole:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1377744
- mio0: 64
- format: IA16
-mr_i_eyeball/mr_i_eyeball_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1991184
- mio0: 128
- format: RGBA16
-mr_i_eyeball/mr_i_eyeball_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1991184
- mio0: 4224
- format: RGBA16
-mr_i_iris/mr_i_iris_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1991184
- mio0: 14704
- format: RGBA16
-mr_i_iris/mr_i_iris_mostly_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1991184
- mio0: 12656
- format: RGBA16
-mr_i_iris/mr_i_iris_mostly_open:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1991184
- mio0: 10608
- format: RGBA16
-mr_i_iris/mr_i_iris_open:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1991184
- mio0: 8560
- format: RGBA16
-mushroom_1up/1-up_mushroom:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2094912
- mio0: 169512
- format: RGBA16
-peach/peach_chest_jewel:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1490032
- mio0: 11304
- format: RGBA16
-peach/peach_crown_jewel:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1490032
- mio0: 10792
- format: RGBA16
-peach/peach_dress:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1490032
- mio0: 16424
- format: RGBA16
-peach/peach_eye_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1490032
- mio0: 8744
- format: RGBA16
-peach/peach_eye_mostly_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1490032
- mio0: 6696
- format: RGBA16
-peach/peach_eye_mostly_open:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1490032
- mio0: 4648
- format: RGBA16
-peach/peach_eye_open:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1490032
- mio0: 2600
- format: RGBA16
-peach/peach_lips:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1490032
- mio0: 13864
- format: RGBA16
-peach/peach_lips_scrunched:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1490032
- mio0: 11816
- format: RGBA16
-peach/peach_nostril:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1490032
- mio0: 15912
- format: RGBA16
-pebble/pebble:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 115456
- format: RGBA16
-penguin/penguin_beak:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1436272
- mio0: 21984
- format: RGBA16
-penguin/penguin_eye_angry:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1436272
- mio0: 17888
- format: RGBA16
-penguin/penguin_eye_angry_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1436272
- mio0: 19936
- format: RGBA16
-penguin/penguin_eye_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1436272
- mio0: 15840
- format: RGBA16
-penguin/penguin_eye_half_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1436272
- mio0: 13792
- format: RGBA16
-penguin/penguin_eye_open:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1436272
- mio0: 11744
- format: RGBA16
-piranha_plant/piranha_plant_bottom_lip:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1844608
- mio0: 78840
- format: RGBA16
-piranha_plant/piranha_plant_leaf:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1844608
- mio0: 82936
- format: RGBA16
-piranha_plant/piranha_plant_skin:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1844608
- mio0: 74744
- format: RGBA16
-piranha_plant/piranha_plant_stem:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1844608
- mio0: 76792
- format: RGBA16
-piranha_plant/piranha_plant_tongue:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1599504
- mio0: 148536
- format: RGBA16
-piranha_plant/piranha_plant_tooth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1844608
- mio0: 80888
- format: RGBA16
-pokey/pokey_body:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1327760
- mio0: 75896
- format: RGBA16
-pokey/pokey_face:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1327760
- mio0: 71504
- format: RGBA16
-pokey/pokey_face_blink:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1327760
- mio0: 73552
- format: RGBA16
-poundable_pole/poundable_pole_side:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1844608
- mio0: 6224
- format: RGBA16
-poundable_pole/poundable_pole_top:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1844608
- mio0: 4176
- format: RGBA16
-power_meter/power_meter_five_segments:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 158688
- format: RGBA16
-power_meter/power_meter_four_segments:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 160736
- format: RGBA16
-power_meter/power_meter_full:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 152544
- format: RGBA16
-power_meter/power_meter_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2094912
- mio0: 144352
- format: RGBA16
-power_meter/power_meter_one_segment:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 166880
- format: RGBA16
-power_meter/power_meter_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2094912
- mio0: 148448
- format: RGBA16
-power_meter/power_meter_seven_segments:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 154592
- format: RGBA16
-power_meter/power_meter_six_segments:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 156640
- format: RGBA16
-power_meter/power_meter_three_segments:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 162784
- format: RGBA16
-power_meter/power_meter_two_segments:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 164832
- format: RGBA16
-purple_switch/purple_switch_base:
- type: TEXTURE
- size: 128
- width: 16
- height: 4
- offset: 2032944
- mio0: 49320
- format: RGBA16
-purple_switch/purple_switch_exclamation_point:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 2032944
- mio0: 49448
- format: RGBA16
-sand/sand_particle:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2094912
- mio0: 178896
- format: RGBA16
-scuttlebug/scuttlebug_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1991184
- mio0: 65800
- format: RGBA16
-scuttlebug/scuttlebug_iris:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1991184
- mio0: 76040
- format: RGBA16
-scuttlebug/scuttlebug_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1991184
- mio0: 67848
- format: RGBA16
-scuttlebug/scuttlebug_leg:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1991184
- mio0: 78088
- format: RGBA16
-scuttlebug/scuttlebug_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1991184
- mio0: 71944
- format: RGBA16
-seaweed/seaweed_base:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1802256
- mio0: 38416
- format: RGBA16
-seaweed/seaweed_lower_center:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1802256
- mio0: 36368
- format: RGBA16
-seaweed/seaweed_tip:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1802256
- mio0: 32272
- format: RGBA16
-seaweed/seaweed_upper_center:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1802256
- mio0: 34320
- format: RGBA16
-skeeter/skeeter_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1802256
- mio0: 144
- format: RGBA16
-skeeter/skeeter_iris:
- type: TEXTURE
- size: 256
- width: 16
- height: 8
- offset: 1802256
- mio0: 2192
- format: RGBA16
-smoke/smoke:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1377744
- mio0: 29376
- format: IA16
-snowman/mr_blizzard_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1436272
- mio0: 46192
- format: RGBA16
-snowman/mr_blizzard_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1436272
- mio0: 38000
- format: RGBA16
-snowman/mr_blizzard_mitten:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1436272
- mio0: 35952
- format: RGBA16
-snowman/mr_blizzard_mouth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1436272
- mio0: 48240
- format: RGBA16
-snowman/mr_blizzard_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1436272
- mio0: 42096
- format: RGBA16
-snufit/snufit_body:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1991184
- mio0: 28896
- format: RGBA16
-snufit/snufit_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1991184
- mio0: 30944
- format: RGBA16
-snufit/snufit_mask_strap:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 1991184
- mio0: 32992
- format: RGBA16
-snufit/snufit_mouth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1991184
- mio0: 34016
- format: RGBA16
-sparkle/sparkle_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 160912
- format: RGBA16
-sparkle/sparkle_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 162960
- format: RGBA16
-sparkle/sparkle_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 165008
- format: RGBA16
-sparkle/sparkle_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 167056
- format: RGBA16
-sparkle/sparkle_4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 169104
- format: RGBA16
-sparkle/sparkle_5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 171152
- format: RGBA16
-sparkle_animation/sparkle_animation_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 207496
- format: IA16
-sparkle_animation/sparkle_animation_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 209544
- format: IA16
-sparkle_animation/sparkle_animation_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 211592
- format: IA16
-sparkle_animation/sparkle_animation_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 213640
- format: IA16
-sparkle_animation/sparkle_animation_4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 215688
- format: IA16
-spindrift/spindrift_face:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1436272
- mio0: 1744
- format: RGBA16
-spindrift/spindrift_head:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1436272
- mio0: 7888
- format: RGBA16
-spindrift/spindrift_leaf:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1436272
- mio0: 5840
- format: RGBA16
-spindrift/spindrift_petal:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1436272
- mio0: 3792
- format: RGBA16
-springboard/springboard_base_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1457744
- mio0: 2072
- format: RGBA16
-springboard/springboard_top_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1457744
- mio0: 24
- format: RGBA16
-star/star_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1568640
- mio0: 31280
- format: RGBA16
-star/star_surface:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 173808
- format: RGBA16
-stomp_smoke/stomp_smoke_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 139592
- format: IA16
-stomp_smoke/stomp_smoke_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 141640
- format: IA16
-stomp_smoke/stomp_smoke_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 143688
- format: IA16
-stomp_smoke/stomp_smoke_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 145736
- format: IA16
-stomp_smoke/stomp_smoke_4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 147784
- format: IA16
-stomp_smoke/stomp_smoke_5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 149832
- format: IA16
-sushi/sushi_eye:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 1285392
- mio0: 38608
- format: RGBA16
-sushi/sushi_snout:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1285392
- mio0: 36560
- format: RGBA16
-sushi/sushi_tooth:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1285392
- mio0: 39632
- format: RGBA16
-swoop/swoop_body:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1991184
- mio0: 17008
- format: RGBA16
-swoop/swoop_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1991184
- mio0: 19056
- format: RGBA16
-swoop/swoop_nose:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1991184
- mio0: 21104
- format: RGBA16
-swoop/swoop_wing:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1991184
- mio0: 23152
- format: RGBA16
-thwomp/thwomp_face:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1215456
- mio0: 39168
- format: RGBA16
-thwomp/thwomp_surface:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1215456
- mio0: 43264
- format: RGBA16
-toad/toad_face:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1926752
- mio0: 22816
- format: RGBA16
-toad/toad_head:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1926752
- mio0: 24864
- format: RGBA16
-tornado/tornado:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1285392
- mio0: 75848
- format: IA16
-treasure_chest/treasure_chest_front:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1802256
- mio0: 87976
- format: RGBA16
-treasure_chest/treasure_chest_lock:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1802256
- mio0: 81832
- format: RGBA16
-treasure_chest/treasure_chest_lock_top:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1802256
- mio0: 85928
- format: RGBA16
-treasure_chest/treasure_chest_side:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1802256
- mio0: 83880
- format: RGBA16
-tree/palm_tree:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2094912
- mio0: 205336
- format: RGBA16
-tree/pine_tree:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2094912
- mio0: 196448
- format: RGBA16
-tree/snowy_pine_tree:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2094912
- mio0: 200776
- format: RGBA16
-tree/tree_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2094912
- mio0: 187944
- format: RGBA16
-tree/tree_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2094912
- mio0: 192040
- format: RGBA16
-ukiki/ukiki_butt:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1377744
- mio0: 39872
- format: RGBA16
-ukiki/ukiki_face:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1377744
- mio0: 31680
- format: RGBA16
-ukiki/ukiki_face_blink:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1377744
- mio0: 35776
- format: RGBA16
-ukiki/ukiki_fur:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1377744
- mio0: 41920
- format: RGBA16
-unagi/unagi_body:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1285392
- mio0: 44832
- format: RGBA16
-unagi/unagi_eye:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1285392
- mio0: 46880
- format: RGBA16
-unagi/unagi_head_base:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1285392
- mio0: 47392
- format: RGBA16
-unagi/unagi_mouth:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1285392
- mio0: 49952
- format: RGBA16
-unagi/unagi_tail:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1285392
- mio0: 50080
- format: RGBA16
-unagi/unagi_tooth:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1285392
- mio0: 49440
- format: RGBA16
-walk_smoke/walk_smoke_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 122528
- format: IA16
-walk_smoke/walk_smoke_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 124576
- format: IA16
-walk_smoke/walk_smoke_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 126624
- format: IA16
-walk_smoke/walk_smoke_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 128672
- format: IA16
-walk_smoke/walk_smoke_4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 130720
- format: IA16
-walk_smoke/walk_smoke_5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 132768
- format: IA16
-walk_smoke/walk_smoke_6:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 134816
- format: IA16
-warp_pipe/warp_pipe_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2094912
- mio0: 32320
- format: RGBA16
-warp_pipe/warp_pipe_top:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 37224
- format: RGBA16
-water_bubble/water_bubble:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1257760
- mio0: 65152
- format: RGBA16
-water_mine/water_mine_left_side_unused:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1599504
- mio0: 359104
- format: RGBA16
-water_mine/water_mine_right_side_unused:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1599504
- mio0: 363200
- format: RGBA16
-water_mine/water_mine_spike_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1599504
- mio0: 367296
- format: RGBA16
-water_ring/water_ring:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1802256
- mio0: 74624
- format: RGBA16
-water_splash/water_splash_0:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1125200
- mio0: 173512
- format: RGBA16
-water_splash/water_splash_1:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1125200
- mio0: 177608
- format: RGBA16
-water_splash/water_splash_2:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1125200
- mio0: 181704
- format: RGBA16
-water_splash/water_splash_3:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1125200
- mio0: 185800
- format: RGBA16
-water_splash/water_splash_4:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1125200
- mio0: 189896
- format: RGBA16
-water_splash/water_splash_5:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1125200
- mio0: 193992
- format: RGBA16
-water_splash/water_splash_6:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1125200
- mio0: 198088
- format: RGBA16
-water_splash/water_splash_7:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1125200
- mio0: 202184
- format: RGBA16
-water_wave/water_wave_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 152408
- format: IA16
-water_wave/water_wave_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 154456
- format: IA16
-water_wave/water_wave_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 156504
- format: IA16
-water_wave/water_wave_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1125200
- mio0: 158552
- format: IA16
-whirlpool/whirlpool:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1285392
- mio0: 75848
- format: IA16
-white_particle/snow_particle:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2094912
- mio0: 181920
- format: RGBA16
-white_particle_small/small_snow_particle:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1125200
- mio0: 206720
- format: RGBA16
-whomp/whomp_back:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1844608
- mio0: 115552
- format: RGBA16
-whomp/whomp_face:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1844608
- mio0: 119648
- format: RGBA16
-whomp/whomp_hand:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1844608
- mio0: 123744
- format: RGBA16
-whomp/whomp_surface:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1844608
- mio0: 125792
- format: RGBA16
-wiggler/wiggler_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1568640
- mio0: 31280
- format: RGBA16
-wiggler/wiggler_flower:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1568640
- mio0: 33328
- format: RGBA16
-wiggler/wiggler_frown:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1568640
- mio0: 35376
- format: RGBA16
-wiggler/wiggler_nose_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1568640
- mio0: 37424
- format: RGBA16
-wiggler/wiggler_nose_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1568640
- mio0: 41520
- format: RGBA16
-wiggler/wiggler_segment_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1568640
- mio0: 23088
- format: RGBA16
-wiggler/wiggler_segment_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1568640
- mio0: 27184
- format: RGBA16
-wooden_signpost/wooden_signpost_back:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 182728
- format: RGBA16
-wooden_signpost/wooden_signpost_front:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2094912
- mio0: 184776
- format: RGBA16
-yellow_sphere/yellow_sphere:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1215456
- mio0: 64
- format: RGBA16
-yellow_sphere_small/small_yellow_sphere:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1215456
- mio0: 64
- format: RGBA16
-yoshi/yoshi_eye:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1490032
- mio0: 115872
- format: RGBA16
-yoshi/yoshi_eye_blink:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1490032
- mio0: 116384
- format: RGBA16
-yoshi/yoshi_nostril:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1490032
- mio0: 116896
- format: RGBA16
-yoshi_egg/yoshi_egg_0_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1215456
- mio0: 22456
- format: RGBA16
-yoshi_egg/yoshi_egg_1_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1215456
- mio0: 24504
- format: RGBA16
-yoshi_egg/yoshi_egg_2_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1215456
- mio0: 26552
- format: RGBA16
-yoshi_egg/yoshi_egg_3_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1215456
- mio0: 28600
- format: RGBA16
-yoshi_egg/yoshi_egg_4_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1215456
- mio0: 30648
- format: RGBA16
-yoshi_egg/yoshi_egg_5_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1215456
- mio0: 32696
- format: RGBA16
-yoshi_egg/yoshi_egg_6_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1215456
- mio0: 34744
- format: RGBA16
-yoshi_egg/yoshi_egg_7_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1215456
- mio0: 36792
- format: RGBA16
diff --git a/assets/sm64/jp/assets.yml b/assets/sm64/jp/assets.yml
deleted file mode 100644
index 6938fdc..0000000
--- a/assets/sm64/jp/assets.yml
+++ /dev/null
@@ -1,2327 +0,0 @@
-anims/anim_00:
- type: SM64:ANIM
- header:
- offset: 5154352
- size: 24
- values:
- offset: 5154628
- size: 2604
- indices:
- offset: 5154376
- size: 252
-anims/anim_01:
- type: SM64:ANIM
- header:
- offset: 5157232
- size: 24
- values:
- offset: 5157532
- size: 6576
- indices:
- offset: 5157280
- size: 252
-anims/anim_02:
- type: SM64:ANIM
- header:
- offset: 5157256
- size: 24
- values:
- offset: 5157532
- size: 6576
- indices:
- offset: 5157280
- size: 252
-anims/anim_03:
- type: SM64:ANIM
- header:
- offset: 5164108
- size: 24
- values:
- offset: 5164384
- size: 4372
- indices:
- offset: 5164132
- size: 252
-anims/anim_04:
- type: SM64:ANIM
- header:
- offset: 5168756
- size: 24
- values:
- offset: 5169032
- size: 2264
- indices:
- offset: 5168780
- size: 252
-anims/anim_05:
- type: SM64:ANIM
- header:
- offset: 5171296
- size: 24
- values:
- offset: 5171572
- size: 5796
- indices:
- offset: 5171320
- size: 252
-anims/anim_06:
- type: SM64:ANIM
- header:
- offset: 5177368
- size: 24
- values:
- offset: 5177644
- size: 892
- indices:
- offset: 5177392
- size: 252
-anims/anim_07:
- type: SM64:ANIM
- header:
- offset: 5157256
- size: 24
- values:
- offset: 5178836
- size: 1468
- indices:
- offset: 5178584
- size: 252
-anims/anim_08:
- type: SM64:ANIM
- header:
- offset: 5178560
- size: 24
- values:
- offset: 5178836
- size: 1468
- indices:
- offset: 5178584
- size: 252
-anims/anim_09:
- type: SM64:ANIM
- header:
- offset: 5180304
- size: 24
- values:
- offset: 5180580
- size: 3052
- indices:
- offset: 5180328
- size: 252
-anims/anim_0A:
- type: SM64:ANIM
- header:
- offset: 5183632
- size: 24
- values:
- offset: 5183908
- size: 2544
- indices:
- offset: 5183656
- size: 252
-anims/anim_0B:
- type: SM64:ANIM
- header:
- offset: 5186452
- size: 24
- values:
- offset: 5186752
- size: 1348
- indices:
- offset: 5186500
- size: 252
-anims/anim_0C:
- type: SM64:ANIM
- header:
- offset: 5186476
- size: 24
- values:
- offset: 5186752
- size: 1348
- indices:
- offset: 5186500
- size: 252
-anims/anim_0D:
- type: SM64:ANIM
- header:
- offset: 5188100
- size: 24
- values:
- offset: 5188376
- size: 770
- indices:
- offset: 5188124
- size: 252
-anims/anim_0E:
- type: SM64:ANIM
- header:
- offset: 5157256
- size: 24
- values:
- offset: 5189424
- size: 80
- indices:
- offset: 5189172
- size: 252
-anims/anim_0F:
- type: SM64:ANIM
- header:
- offset: 5157256
- size: 24
- values:
- offset: 5189804
- size: 1502
- indices:
- offset: 5189552
- size: 252
-anims/anim_10:
- type: SM64:ANIM
- header:
- offset: 5189528
- size: 24
- values:
- offset: 5189804
- size: 1502
- indices:
- offset: 5189552
- size: 252
-anims/anim_11:
- type: SM64:ANIM
- header:
- offset: 5191308
- size: 24
- values:
- offset: 5191584
- size: 1174
- indices:
- offset: 5191332
- size: 252
-anims/anim_12:
- type: SM64:ANIM
- header:
- offset: 5192760
- size: 24
- values:
- offset: 5193036
- size: 1318
- indices:
- offset: 5192784
- size: 252
-anims/anim_13:
- type: SM64:ANIM
- header:
- offset: 5194356
- size: 24
- values:
- offset: 5194632
- size: 1678
- indices:
- offset: 5194380
- size: 252
-anims/anim_14:
- type: SM64:ANIM
- header:
- offset: 5196312
- size: 24
- values:
- offset: 5196588
- size: 1102
- indices:
- offset: 5196336
- size: 252
-anims/anim_15:
- type: SM64:ANIM
- header:
- offset: 5197692
- size: 24
- values:
- offset: 5197968
- size: 930
- indices:
- offset: 5197716
- size: 252
-anims/anim_16:
- type: SM64:ANIM
- header:
- offset: 5198900
- size: 24
- values:
- offset: 5199176
- size: 4452
- indices:
- offset: 5198924
- size: 252
-anims/anim_17:
- type: SM64:ANIM
- header:
- offset: 5203628
- size: 24
- values:
- offset: 5203904
- size: 2942
- indices:
- offset: 5203652
- size: 252
-anims/anim_18:
- type: SM64:ANIM
- header:
- offset: 5206848
- size: 24
- values:
- offset: 5207124
- size: 4452
- indices:
- offset: 5198924
- size: 252
-anims/anim_19:
- type: SM64:ANIM
- header:
- offset: 5211576
- size: 24
- values:
- offset: 5211852
- size: 5354
- indices:
- offset: 5211600
- size: 252
-anims/anim_1A:
- type: SM64:ANIM
- header:
- offset: 5217208
- size: 24
- values:
- offset: 5217484
- size: 1146
- indices:
- offset: 5217232
- size: 252
-anims/anim_1B:
- type: SM64:ANIM
- header:
- offset: 5218632
- size: 24
- values:
- offset: 5218908
- size: 2858
- indices:
- offset: 5218656
- size: 252
-anims/anim_1C:
- type: SM64:ANIM
- header:
- offset: 5221768
- size: 24
- values:
- offset: 5222044
- size: 780
- indices:
- offset: 5221792
- size: 252
-anims/anim_1D:
- type: SM64:ANIM
- header:
- offset: 5222824
- size: 24
- values:
- offset: 5223100
- size: 1380
- indices:
- offset: 5222848
- size: 252
-anims/anim_1E:
- type: SM64:ANIM
- header:
- offset: 5224480
- size: 24
- values:
- offset: 5224756
- size: 1530
- indices:
- offset: 5224504
- size: 252
-anims/anim_1F:
- type: SM64:ANIM
- header:
- offset: 5226288
- size: 24
- values:
- offset: 5226564
- size: 846
- indices:
- offset: 5226312
- size: 252
-anims/anim_20:
- type: SM64:ANIM
- header:
- offset: 5227412
- size: 24
- values:
- offset: 5227688
- size: 7124
- indices:
- offset: 5227436
- size: 252
-anims/anim_21:
- type: SM64:ANIM
- header:
- offset: 5234812
- size: 24
- values:
- offset: 5235088
- size: 2610
- indices:
- offset: 5234836
- size: 252
-anims/anim_22:
- type: SM64:ANIM
- header:
- offset: 5237700
- size: 24
- values:
- offset: 5237976
- size: 1750
- indices:
- offset: 5237724
- size: 252
-anims/anim_23:
- type: SM64:ANIM
- header:
- offset: 5239728
- size: 24
- values:
- offset: 5240004
- size: 8216
- indices:
- offset: 5239752
- size: 252
-anims/anim_24:
- type: SM64:ANIM
- header:
- offset: 5248220
- size: 24
- values:
- offset: 5248496
- size: 9376
- indices:
- offset: 5248244
- size: 252
-anims/anim_25:
- type: SM64:ANIM
- header:
- offset: 5257872
- size: 24
- values:
- offset: 5258148
- size: 8018
- indices:
- offset: 5257896
- size: 252
-anims/anim_26:
- type: SM64:ANIM
- header:
- offset: 5266168
- size: 24
- values:
- offset: 5266444
- size: 7352
- indices:
- offset: 5266192
- size: 252
-anims/anim_27:
- type: SM64:ANIM
- header:
- offset: 5273796
- size: 24
- values:
- offset: 5274072
- size: 8980
- indices:
- offset: 5273820
- size: 252
-anims/anim_28:
- type: SM64:ANIM
- header:
- offset: 5196312
- size: 24
- values:
- offset: 5283328
- size: 1010
- indices:
- offset: 5283076
- size: 252
-anims/anim_29:
- type: SM64:ANIM
- header:
- offset: 5284340
- size: 24
- values:
- offset: 5284616
- size: 582
- indices:
- offset: 5284364
- size: 252
-anims/anim_2A:
- type: SM64:ANIM
- header:
- offset: 5285200
- size: 24
- values:
- offset: 5285476
- size: 1252
- indices:
- offset: 5285224
- size: 252
-anims/anim_2B:
- type: SM64:ANIM
- header:
- offset: 5285200
- size: 24
- values:
- offset: 5287004
- size: 1582
- indices:
- offset: 5286752
- size: 252
-anims/anim_2C:
- type: SM64:ANIM
- header:
- offset: 5157232
- size: 24
- values:
- offset: 5288888
- size: 5620
- indices:
- offset: 5288636
- size: 252
-anims/anim_2D:
- type: SM64:ANIM
- header:
- offset: 5157256
- size: 24
- values:
- offset: 5288888
- size: 5620
- indices:
- offset: 5288636
- size: 252
-anims/anim_2E:
- type: SM64:ANIM
- header:
- offset: 5294508
- size: 24
- values:
- offset: 5294784
- size: 3028
- indices:
- offset: 5294532
- size: 252
-anims/anim_2F:
- type: SM64:ANIM
- header:
- offset: 5239728
- size: 24
- values:
- offset: 5298088
- size: 7420
- indices:
- offset: 5297836
- size: 252
-anims/anim_30:
- type: SM64:ANIM
- header:
- offset: 5171296
- size: 24
- values:
- offset: 5305784
- size: 5428
- indices:
- offset: 5305532
- size: 252
-anims/anim_31:
- type: SM64:ANIM
- header:
- offset: 5311212
- size: 24
- values:
- offset: 5311488
- size: 10660
- indices:
- offset: 5311236
- size: 252
-anims/anim_32:
- type: SM64:ANIM
- header:
- offset: 5227412
- size: 24
- values:
- offset: 5322424
- size: 7890
- indices:
- offset: 5322172
- size: 252
-anims/anim_33:
- type: SM64:ANIM
- header:
- offset: 5330316
- size: 24
- values:
- offset: 5330592
- size: 2840
- indices:
- offset: 5330340
- size: 252
-anims/anim_34:
- type: SM64:ANIM
- header:
- offset: 5191308
- size: 24
- values:
- offset: 5333708
- size: 1300
- indices:
- offset: 5333456
- size: 252
-anims/anim_35:
- type: SM64:ANIM
- header:
- offset: 5335008
- size: 24
- values:
- offset: 5335284
- size: 3704
- indices:
- offset: 5335032
- size: 252
-anims/anim_36:
- type: SM64:ANIM
- header:
- offset: 5338988
- size: 24
- values:
- offset: 5339264
- size: 3700
- indices:
- offset: 5339012
- size: 252
-anims/anim_37:
- type: SM64:ANIM
- header:
- offset: 5239728
- size: 24
- values:
- offset: 5343240
- size: 6828
- indices:
- offset: 5342988
- size: 252
-anims/anim_38:
- type: SM64:ANIM
- header:
- offset: 5177368
- size: 24
- values:
- offset: 5350344
- size: 844
- indices:
- offset: 5350092
- size: 252
-anims/anim_39:
- type: SM64:ANIM
- header:
- offset: 5351188
- size: 24
- values:
- offset: 5351464
- size: 12418
- indices:
- offset: 5351212
- size: 252
-anims/anim_3A:
- type: SM64:ANIM
- header:
- offset: 5363884
- size: 24
- values:
- offset: 5364160
- size: 374
- indices:
- offset: 5363908
- size: 252
-anims/anim_3B:
- type: SM64:ANIM
- header:
- offset: 5191308
- size: 24
- values:
- offset: 5364812
- size: 1204
- indices:
- offset: 5364560
- size: 252
-anims/anim_3C:
- type: SM64:ANIM
- header:
- offset: 5366016
- size: 24
- values:
- offset: 5366316
- size: 774
- indices:
- offset: 5366064
- size: 252
-anims/anim_3D:
- type: SM64:ANIM
- header:
- offset: 5366040
- size: 24
- values:
- offset: 5366316
- size: 774
- indices:
- offset: 5366064
- size: 252
-anims/anim_3E:
- type: SM64:ANIM
- header:
- offset: 5351188
- size: 24
- values:
- offset: 5367368
- size: 11490
- indices:
- offset: 5367116
- size: 252
-anims/anim_3F:
- type: SM64:ANIM
- header:
- offset: 5378860
- size: 24
- values:
- offset: 5379136
- size: 3094
- indices:
- offset: 5378884
- size: 252
-anims/anim_40:
- type: SM64:ANIM
- header:
- offset: 5382232
- size: 24
- values:
- offset: 5382508
- size: 1094
- indices:
- offset: 5382256
- size: 252
-anims/anim_41:
- type: SM64:ANIM
- header:
- offset: 5221768
- size: 24
- values:
- offset: 5383880
- size: 536
- indices:
- offset: 5383628
- size: 252
-anims/anim_42:
- type: SM64:ANIM
- header:
- offset: 5384416
- size: 24
- values:
- offset: 5384692
- size: 956
- indices:
- offset: 5384440
- size: 252
-anims/anim_43:
- type: SM64:ANIM
- header:
- offset: 5385648
- size: 24
- values:
- offset: 5385924
- size: 84
- indices:
- offset: 5385672
- size: 252
-anims/anim_44:
- type: SM64:ANIM
- header:
- offset: 5196312
- size: 24
- values:
- offset: 5386284
- size: 650
- indices:
- offset: 5386032
- size: 252
-anims/anim_45:
- type: SM64:ANIM
- header:
- offset: 5157256
- size: 24
- values:
- offset: 5387236
- size: 1190
- indices:
- offset: 5386984
- size: 252
-anims/anim_46:
- type: SM64:ANIM
- header:
- offset: 5386960
- size: 24
- values:
- offset: 5387236
- size: 1190
- indices:
- offset: 5386984
- size: 252
-anims/anim_47:
- type: SM64:ANIM
- header:
- offset: 5366016
- size: 24
- values:
- offset: 5388704
- size: 838
- indices:
- offset: 5388452
- size: 252
-anims/anim_48:
- type: SM64:ANIM
- header:
- offset: 5389544
- size: 24
- values:
- offset: 5389820
- size: 5098
- indices:
- offset: 5389568
- size: 252
-anims/anim_49:
- type: SM64:ANIM
- header:
- offset: 5191308
- size: 24
- values:
- offset: 5395196
- size: 1298
- indices:
- offset: 5394944
- size: 252
-anims/anim_4A:
- type: SM64:ANIM
- header:
- offset: 5396496
- size: 24
- values:
- offset: 5396772
- size: 616
- indices:
- offset: 5396520
- size: 252
-anims/anim_4B:
- type: SM64:ANIM
- header:
- offset: 5192760
- size: 24
- values:
- offset: 5397664
- size: 1386
- indices:
- offset: 5397412
- size: 252
-anims/anim_4C:
- type: SM64:ANIM
- header:
- offset: 5399052
- size: 24
- values:
- offset: 5399328
- size: 670
- indices:
- offset: 5399076
- size: 252
-anims/anim_4D:
- type: SM64:ANIM
- header:
- offset: 5177368
- size: 24
- values:
- offset: 5400300
- size: 2456
- indices:
- offset: 5400048
- size: 252
-anims/anim_4E:
- type: SM64:ANIM
- header:
- offset: 5400024
- size: 24
- values:
- offset: 5400300
- size: 2456
- indices:
- offset: 5400048
- size: 252
-anims/anim_4F:
- type: SM64:ANIM
- header:
- offset: 5226288
- size: 24
- values:
- offset: 5403032
- size: 1578
- indices:
- offset: 5402780
- size: 252
-anims/anim_50:
- type: SM64:ANIM
- header:
- offset: 5363884
- size: 24
- values:
- offset: 5404888
- size: 420
- indices:
- offset: 5404636
- size: 252
-anims/anim_51:
- type: SM64:ANIM
- header:
- offset: 5405308
- size: 24
- values:
- offset: 5405584
- size: 1002
- indices:
- offset: 5405332
- size: 252
-anims/anim_52:
- type: SM64:ANIM
- header:
- offset: 5366016
- size: 24
- values:
- offset: 5406864
- size: 878
- indices:
- offset: 5406612
- size: 252
-anims/anim_53:
- type: SM64:ANIM
- header:
- offset: 5407744
- size: 24
- values:
- offset: 5408020
- size: 1970
- indices:
- offset: 5407768
- size: 252
-anims/anim_54:
- type: SM64:ANIM
- header:
- offset: 5409992
- size: 24
- values:
- offset: 5410268
- size: 1314
- indices:
- offset: 5410016
- size: 252
-anims/anim_55:
- type: SM64:ANIM
- header:
- offset: 5411584
- size: 24
- values:
- offset: 5411860
- size: 11268
- indices:
- offset: 5411608
- size: 252
-anims/anim_56:
- type: SM64:ANIM
- header:
- offset: 5157256
- size: 24
- values:
- offset: 5423428
- size: 1560
- indices:
- offset: 5423176
- size: 252
-anims/anim_57:
- type: SM64:ANIM
- header:
- offset: 5423152
- size: 24
- values:
- offset: 5423428
- size: 1560
- indices:
- offset: 5423176
- size: 252
-anims/anim_58:
- type: SM64:ANIM
- header:
- offset: 5424988
- size: 24
- values:
- offset: 5425264
- size: 1082
- indices:
- offset: 5425012
- size: 252
-anims/anim_59:
- type: SM64:ANIM
- header:
- offset: 5426348
- size: 24
- values:
- offset: 5426624
- size: 3052
- indices:
- offset: 5426372
- size: 252
-anims/anim_5A:
- type: SM64:ANIM
- header:
- offset: 5429676
- size: 24
- values:
- offset: 5429952
- size: 3278
- indices:
- offset: 5429700
- size: 252
-anims/anim_5B:
- type: SM64:ANIM
- header:
- offset: 5221768
- size: 24
- values:
- offset: 5433508
- size: 720
- indices:
- offset: 5433256
- size: 252
-anims/anim_5C:
- type: SM64:ANIM
- header:
- offset: 5434228
- size: 24
- values:
- offset: 5434504
- size: 1258
- indices:
- offset: 5434252
- size: 252
-anims/anim_5D:
- type: SM64:ANIM
- header:
- offset: 5382232
- size: 24
- values:
- offset: 5436040
- size: 1142
- indices:
- offset: 5435788
- size: 252
-anims/anim_5E:
- type: SM64:ANIM
- header:
- offset: 5351188
- size: 24
- values:
- offset: 5437460
- size: 12110
- indices:
- offset: 5437208
- size: 252
-anims/anim_5F:
- type: SM64:ANIM
- header:
- offset: 5449572
- size: 24
- values:
- offset: 5449848
- size: 5058
- indices:
- offset: 5449596
- size: 252
-anims/anim_60:
- type: SM64:ANIM
- header:
- offset: 5454908
- size: 24
- values:
- offset: 5455184
- size: 4020
- indices:
- offset: 5454932
- size: 252
-anims/anim_61:
- type: SM64:ANIM
- header:
- offset: 5459204
- size: 24
- values:
- offset: 5459480
- size: 12660
- indices:
- offset: 5459228
- size: 252
-anims/anim_62:
- type: SM64:ANIM
- header:
- offset: 5221768
- size: 24
- values:
- offset: 5472416
- size: 742
- indices:
- offset: 5472164
- size: 252
-anims/anim_63:
- type: SM64:ANIM
- header:
- offset: 5473160
- size: 24
- values:
- offset: 5473436
- size: 1626
- indices:
- offset: 5473184
- size: 252
-anims/anim_64:
- type: SM64:ANIM
- header:
- offset: 5475064
- size: 24
- values:
- offset: 5475340
- size: 1246
- indices:
- offset: 5475088
- size: 252
-anims/anim_65:
- type: SM64:ANIM
- header:
- offset: 5226288
- size: 24
- values:
- offset: 5476864
- size: 1700
- indices:
- offset: 5476612
- size: 252
-anims/anim_66:
- type: SM64:ANIM
- header:
- offset: 5478564
- size: 24
- values:
- offset: 5478840
- size: 1948
- indices:
- offset: 5478588
- size: 252
-anims/anim_67:
- type: SM64:ANIM
- header:
- offset: 5480788
- size: 24
- values:
- offset: 5481064
- size: 386
- indices:
- offset: 5480812
- size: 252
-anims/anim_68:
- type: SM64:ANIM
- header:
- offset: 5481452
- size: 24
- values:
- offset: 5481728
- size: 340
- indices:
- offset: 5481476
- size: 252
-anims/anim_69:
- type: SM64:ANIM
- header:
- offset: 5221768
- size: 24
- values:
- offset: 5482344
- size: 764
- indices:
- offset: 5482092
- size: 252
-anims/anim_6A:
- type: SM64:ANIM
- header:
- offset: 5483108
- size: 24
- values:
- offset: 5483384
- size: 1060
- indices:
- offset: 5483132
- size: 252
-anims/anim_6B:
- type: SM64:ANIM
- header:
- offset: 5366016
- size: 24
- values:
- offset: 5484720
- size: 940
- indices:
- offset: 5484468
- size: 252
-anims/anim_6C:
- type: SM64:ANIM
- header:
- offset: 5485660
- size: 24
- values:
- offset: 5485936
- size: 1284
- indices:
- offset: 5485684
- size: 252
-anims/anim_6D:
- type: SM64:ANIM
- header:
- offset: 5192760
- size: 24
- values:
- offset: 5487496
- size: 1286
- indices:
- offset: 5487244
- size: 252
-anims/anim_6E:
- type: SM64:ANIM
- header:
- offset: 5191308
- size: 24
- values:
- offset: 5489060
- size: 1136
- indices:
- offset: 5488808
- size: 252
-anims/anim_6F:
- type: SM64:ANIM
- header:
- offset: 5284340
- size: 24
- values:
- offset: 5490496
- size: 98
- indices:
- offset: 5490244
- size: 252
-anims/anim_70:
- type: SM64:ANIM
- header:
- offset: 5490220
- size: 24
- values:
- offset: 5490496
- size: 98
- indices:
- offset: 5490244
- size: 252
-anims/anim_71:
- type: SM64:ANIM
- header:
- offset: 5490596
- size: 24
- values:
- offset: 5490872
- size: 2078
- indices:
- offset: 5490620
- size: 252
-anims/anim_72:
- type: SM64:ANIM
- header:
- offset: 5492952
- size: 24
- values:
- offset: 5493252
- size: 4342
- indices:
- offset: 5493000
- size: 252
-anims/anim_73:
- type: SM64:ANIM
- header:
- offset: 5492952
- size: 24
- values:
- offset: 5493252
- size: 4342
- indices:
- offset: 5493000
- size: 252
-anims/anim_74:
- type: SM64:ANIM
- header:
- offset: 5490596
- size: 24
- values:
- offset: 5497872
- size: 1844
- indices:
- offset: 5497620
- size: 252
-anims/anim_75:
- type: SM64:ANIM
- header:
- offset: 5490596
- size: 24
- values:
- offset: 5499992
- size: 1892
- indices:
- offset: 5499740
- size: 252
-anims/anim_76:
- type: SM64:ANIM
- header:
- offset: 5239728
- size: 24
- values:
- offset: 5502160
- size: 4648
- indices:
- offset: 5501908
- size: 252
-anims/anim_77:
- type: SM64:ANIM
- header:
- offset: 5198900
- size: 24
- values:
- offset: 5507084
- size: 2464
- indices:
- offset: 5506832
- size: 252
-anims/anim_78:
- type: SM64:ANIM
- header:
- offset: 5509548
- size: 24
- values:
- offset: 5509824
- size: 10454
- indices:
- offset: 5509572
- size: 252
-anims/anim_79:
- type: SM64:ANIM
- header:
- offset: 5520280
- size: 24
- values:
- offset: 5520556
- size: 3634
- indices:
- offset: 5520304
- size: 252
-anims/anim_7A:
- type: SM64:ANIM
- header:
- offset: 5524192
- size: 24
- values:
- offset: 5524468
- size: 402
- indices:
- offset: 5524216
- size: 252
-anims/anim_7B:
- type: SM64:ANIM
- header:
- offset: 5409992
- size: 24
- values:
- offset: 5525148
- size: 2360
- indices:
- offset: 5524896
- size: 252
-anims/anim_7C:
- type: SM64:ANIM
- header:
- offset: 5409992
- size: 24
- values:
- offset: 5527784
- size: 2300
- indices:
- offset: 5527532
- size: 252
-anims/anim_7D:
- type: SM64:ANIM
- header:
- offset: 5285200
- size: 24
- values:
- offset: 5530360
- size: 1114
- indices:
- offset: 5530108
- size: 252
-anims/anim_7E:
- type: SM64:ANIM
- header:
- offset: 5171296
- size: 24
- values:
- offset: 5531752
- size: 4538
- indices:
- offset: 5531500
- size: 252
-anims/anim_7F:
- type: SM64:ANIM
- header:
- offset: 5218632
- size: 24
- values:
- offset: 5536568
- size: 3622
- indices:
- offset: 5536316
- size: 252
-anims/anim_80:
- type: SM64:ANIM
- header:
- offset: 5218632
- size: 24
- values:
- offset: 5540468
- size: 4248
- indices:
- offset: 5540216
- size: 252
-anims/anim_81:
- type: SM64:ANIM
- header:
- offset: 5544716
- size: 24
- values:
- offset: 5544992
- size: 4308
- indices:
- offset: 5544740
- size: 252
-anims/anim_82:
- type: SM64:ANIM
- header:
- offset: 5549300
- size: 24
- values:
- offset: 5549576
- size: 5770
- indices:
- offset: 5549324
- size: 252
-anims/anim_83:
- type: SM64:ANIM
- header:
- offset: 5555348
- size: 24
- values:
- offset: 5555624
- size: 4734
- indices:
- offset: 5555372
- size: 252
-anims/anim_84:
- type: SM64:ANIM
- header:
- offset: 5164108
- size: 24
- values:
- offset: 5560636
- size: 4756
- indices:
- offset: 5560384
- size: 252
-anims/anim_85:
- type: SM64:ANIM
- header:
- offset: 5285200
- size: 24
- values:
- offset: 5565668
- size: 324
- indices:
- offset: 5565416
- size: 252
-anims/anim_86:
- type: SM64:ANIM
- header:
- offset: 5565992
- size: 24
- values:
- offset: 5566268
- size: 2902
- indices:
- offset: 5566016
- size: 252
-anims/anim_87:
- type: SM64:ANIM
- header:
- offset: 5330316
- size: 24
- values:
- offset: 5569448
- size: 1564
- indices:
- offset: 5569196
- size: 252
-anims/anim_88:
- type: SM64:ANIM
- header:
- offset: 5434228
- size: 24
- values:
- offset: 5571312
- size: 1260
- indices:
- offset: 5571060
- size: 252
-anims/anim_89:
- type: SM64:ANIM
- header:
- offset: 5571036
- size: 24
- values:
- offset: 5571312
- size: 1260
- indices:
- offset: 5571060
- size: 252
-anims/anim_8A:
- type: SM64:ANIM
- header:
- offset: 5565992
- size: 24
- values:
- offset: 5572848
- size: 2980
- indices:
- offset: 5572596
- size: 252
-anims/anim_8B:
- type: SM64:ANIM
- header:
- offset: 5426348
- size: 24
- values:
- offset: 5576104
- size: 2970
- indices:
- offset: 5575852
- size: 252
-anims/anim_8C:
- type: SM64:ANIM
- header:
- offset: 5396496
- size: 24
- values:
- offset: 5579352
- size: 646
- indices:
- offset: 5579100
- size: 252
-anims/anim_8D:
- type: SM64:ANIM
- header:
- offset: 5405308
- size: 24
- values:
- offset: 5580276
- size: 1086
- indices:
- offset: 5580024
- size: 252
-anims/anim_8E:
- type: SM64:ANIM
- header:
- offset: 5157256
- size: 24
- values:
- offset: 5581664
- size: 1618
- indices:
- offset: 5581412
- size: 252
-anims/anim_8F:
- type: SM64:ANIM
- header:
- offset: 5178560
- size: 24
- values:
- offset: 5581664
- size: 1618
- indices:
- offset: 5581412
- size: 252
-anims/anim_90:
- type: SM64:ANIM
- header:
- offset: 5196312
- size: 24
- values:
- offset: 5583560
- size: 1012
- indices:
- offset: 5583308
- size: 252
-anims/anim_91:
- type: SM64:ANIM
- header:
- offset: 5584572
- size: 24
- values:
- offset: 5584848
- size: 266
- indices:
- offset: 5584596
- size: 252
-anims/anim_92:
- type: SM64:ANIM
- header:
- offset: 5585116
- size: 24
- values:
- offset: 5585392
- size: 5600
- indices:
- offset: 5585140
- size: 252
-anims/anim_93:
- type: SM64:ANIM
- header:
- offset: 5221768
- size: 24
- values:
- offset: 5591268
- size: 602
- indices:
- offset: 5591016
- size: 252
-anims/anim_94:
- type: SM64:ANIM
- header:
- offset: 5157256
- size: 24
- values:
- offset: 5592148
- size: 80
- indices:
- offset: 5189172
- size: 252
-anims/anim_95:
- type: SM64:ANIM
- header:
- offset: 5480788
- size: 24
- values:
- offset: 5592504
- size: 280
- indices:
- offset: 5592252
- size: 252
-anims/anim_96:
- type: SM64:ANIM
- header:
- offset: 5221768
- size: 24
- values:
- offset: 5593060
- size: 680
- indices:
- offset: 5592808
- size: 252
-anims/anim_97:
- type: SM64:ANIM
- header:
- offset: 5363884
- size: 24
- values:
- offset: 5594016
- size: 416
- indices:
- offset: 5593764
- size: 252
-anims/anim_98:
- type: SM64:ANIM
- header:
- offset: 5171296
- size: 24
- values:
- offset: 5594708
- size: 2758
- indices:
- offset: 5594456
- size: 252
-anims/anim_99:
- type: SM64:ANIM
- header:
- offset: 5597468
- size: 24
- values:
- offset: 5597744
- size: 7014
- indices:
- offset: 5597492
- size: 252
-anims/anim_9A:
- type: SM64:ANIM
- header:
- offset: 5396496
- size: 24
- values:
- offset: 5605036
- size: 644
- indices:
- offset: 5604784
- size: 252
-anims/anim_9B:
- type: SM64:ANIM
- header:
- offset: 5396496
- size: 24
- values:
- offset: 5605956
- size: 630
- indices:
- offset: 5605704
- size: 252
-anims/anim_9C:
- type: SM64:ANIM
- header:
- offset: 5606588
- size: 24
- values:
- offset: 5606864
- size: 4884
- indices:
- offset: 5606612
- size: 252
-anims/anim_9D:
- type: SM64:ANIM
- header:
- offset: 5611748
- size: 24
- values:
- offset: 5612024
- size: 1944
- indices:
- offset: 5611772
- size: 252
-anims/anim_9E:
- type: SM64:ANIM
- header:
- offset: 5544716
- size: 24
- values:
- offset: 5614244
- size: 4008
- indices:
- offset: 5613992
- size: 252
-anims/anim_9F:
- type: SM64:ANIM
- header:
- offset: 5191308
- size: 24
- values:
- offset: 5618528
- size: 774
- indices:
- offset: 5618276
- size: 252
-anims/anim_A0:
- type: SM64:ANIM
- header:
- offset: 5221768
- size: 24
- values:
- offset: 5619580
- size: 390
- indices:
- offset: 5619328
- size: 252
-anims/anim_A1:
- type: SM64:ANIM
- header:
- offset: 5619972
- size: 24
- values:
- offset: 5620248
- size: 920
- indices:
- offset: 5619996
- size: 252
-anims/anim_A2:
- type: SM64:ANIM
- header:
- offset: 5194356
- size: 24
- values:
- offset: 5621444
- size: 1448
- indices:
- offset: 5621192
- size: 252
-anims/anim_A3:
- type: SM64:ANIM
- header:
- offset: 5409992
- size: 24
- values:
- offset: 5623168
- size: 2590
- indices:
- offset: 5622916
- size: 252
-anims/anim_A4:
- type: SM64:ANIM
- header:
- offset: 5224480
- size: 24
- values:
- offset: 5626036
- size: 1650
- indices:
- offset: 5625784
- size: 252
-anims/anim_A5:
- type: SM64:ANIM
- header:
- offset: 5157232
- size: 24
- values:
- offset: 5627964
- size: 5148
- indices:
- offset: 5627712
- size: 252
-anims/anim_A6:
- type: SM64:ANIM
- header:
- offset: 5633112
- size: 24
- values:
- offset: 5633388
- size: 4646
- indices:
- offset: 5633136
- size: 252
-anims/anim_A7:
- type: SM64:ANIM
- header:
- offset: 5565992
- size: 24
- values:
- offset: 5638312
- size: 3060
- indices:
- offset: 5638060
- size: 252
-anims/anim_A8:
- type: SM64:ANIM
- header:
- offset: 5544716
- size: 24
- values:
- offset: 5641648
- size: 3910
- indices:
- offset: 5641396
- size: 252
-anims/anim_A9:
- type: SM64:ANIM
- header:
- offset: 5434228
- size: 24
- values:
- offset: 5645836
- size: 1728
- indices:
- offset: 5645584
- size: 252
-anims/anim_AA:
- type: SM64:ANIM
- header:
- offset: 5483108
- size: 24
- values:
- offset: 5647840
- size: 972
- indices:
- offset: 5647588
- size: 252
-anims/anim_AB:
- type: SM64:ANIM
- header:
- offset: 5221768
- size: 24
- values:
- offset: 5649088
- size: 750
- indices:
- offset: 5648836
- size: 252
-anims/anim_AC:
- type: SM64:ANIM
- header:
- offset: 5649840
- size: 24
- values:
- offset: 5650116
- size: 1706
- indices:
- offset: 5649864
- size: 252
-anims/anim_AD:
- type: SM64:ANIM
- header:
- offset: 5407744
- size: 24
- values:
- offset: 5652100
- size: 1860
- indices:
- offset: 5651848
- size: 252
-anims/anim_AE:
- type: SM64:ANIM
- header:
- offset: 5366016
- size: 24
- values:
- offset: 5654236
- size: 956
- indices:
- offset: 5653984
- size: 252
-anims/anim_AF:
- type: SM64:ANIM
- header:
- offset: 5407744
- size: 24
- values:
- offset: 5655468
- size: 2160
- indices:
- offset: 5655216
- size: 252
-anims/anim_B0:
- type: SM64:ANIM
- header:
- offset: 5480788
- size: 24
- values:
- offset: 5657904
- size: 440
- indices:
- offset: 5657652
- size: 252
-anims/anim_B1:
- type: SM64:ANIM
- header:
- offset: 5658344
- size: 24
- values:
- offset: 5658620
- size: 2418
- indices:
- offset: 5658368
- size: 252
-anims/anim_B2:
- type: SM64:ANIM
- header:
- offset: 5224480
- size: 24
- values:
- offset: 5661316
- size: 1824
- indices:
- offset: 5661064
- size: 252
-anims/anim_B3:
- type: SM64:ANIM
- header:
- offset: 5663140
- size: 24
- values:
- offset: 5663416
- size: 6494
- indices:
- offset: 5663164
- size: 252
-anims/anim_B4:
- type: SM64:ANIM
- header:
- offset: 5490596
- size: 24
- values:
- offset: 5670188
- size: 1846
- indices:
- offset: 5669936
- size: 252
-anims/anim_B5:
- type: SM64:ANIM
- header:
- offset: 5434228
- size: 24
- values:
- offset: 5672336
- size: 1382
- indices:
- offset: 5672084
- size: 252
-anims/anim_B6:
- type: SM64:ANIM
- header:
- offset: 5672060
- size: 24
- values:
- offset: 5672336
- size: 1382
- indices:
- offset: 5672084
- size: 252
-anims/anim_B7:
- type: SM64:ANIM
- header:
- offset: 5565992
- size: 24
- values:
- offset: 5673996
- size: 2980
- indices:
- offset: 5673744
- size: 252
-anims/anim_B8:
- type: SM64:ANIM
- header:
- offset: 5330316
- size: 24
- values:
- offset: 5677252
- size: 776
- indices:
- offset: 5677000
- size: 252
-anims/anim_B9:
- type: SM64:ANIM
- header:
- offset: 5407744
- size: 24
- values:
- offset: 5678304
- size: 2068
- indices:
- offset: 5678052
- size: 252
-anims/anim_BA:
- type: SM64:ANIM
- header:
- offset: 5424988
- size: 24
- values:
- offset: 5680648
- size: 986
- indices:
- offset: 5680396
- size: 252
-anims/anim_BB:
- type: SM64:ANIM
- header:
- offset: 5681636
- size: 24
- values:
- offset: 5681912
- size: 4132
- indices:
- offset: 5681660
- size: 252
-anims/anim_BC:
- type: SM64:ANIM
- header:
- offset: 5157256
- size: 24
- values:
- offset: 5686344
- size: 1528
- indices:
- offset: 5686092
- size: 252
-anims/anim_BD:
- type: SM64:ANIM
- header:
- offset: 5189528
- size: 24
- values:
- offset: 5686344
- size: 1528
- indices:
- offset: 5686092
- size: 252
-anims/anim_BE:
- type: SM64:ANIM
- header:
- offset: 5221768
- size: 24
- values:
- offset: 5688148
- size: 760
- indices:
- offset: 5687896
- size: 252
-anims/anim_BF:
- type: SM64:ANIM
- header:
- offset: 5490596
- size: 24
- values:
- offset: 5689184
- size: 1936
- indices:
- offset: 5688932
- size: 252
-anims/anim_C0:
- type: SM64:ANIM
- header:
- offset: 5691120
- size: 24
- values:
- offset: 5691396
- size: 2452
- indices:
- offset: 5691144
- size: 252
-anims/anim_C1:
- type: SM64:ANIM
- header:
- offset: 5183632
- size: 24
- values:
- offset: 5694124
- size: 2468
- indices:
- offset: 5693872
- size: 252
-anims/anim_C2:
- type: SM64:ANIM
- header:
- offset: 5171296
- size: 24
- values:
- offset: 5696868
- size: 5422
- indices:
- offset: 5696616
- size: 252
-anims/anim_C3:
- type: SM64:ANIM
- header:
- offset: 5409992
- size: 24
- values:
- offset: 5702568
- size: 1942
- indices:
- offset: 5702316
- size: 252
-anims/anim_C4:
- type: SM64:ANIM
- header:
- offset: 5409992
- size: 24
- values:
- offset: 5704788
- size: 1942
- indices:
- offset: 5702316
- size: 252
-anims/anim_C5:
- type: SM64:ANIM
- header:
- offset: 5409992
- size: 24
- values:
- offset: 5707008
- size: 1942
- indices:
- offset: 5702316
- size: 252
-anims/anim_C6:
- type: SM64:ANIM
- header:
- offset: 5330316
- size: 24
- values:
- offset: 5709228
- size: 1666
- indices:
- offset: 5708976
- size: 252
-anims/anim_C7:
- type: SM64:ANIM
- header:
- offset: 5330316
- size: 24
- values:
- offset: 5711172
- size: 2844
- indices:
- offset: 5710920
- size: 252
-anims/anim_C8:
- type: SM64:ANIM
- header:
- offset: 5714016
- size: 24
- values:
- offset: 5714292
- size: 1648
- indices:
- offset: 5714040
- size: 252
-anims/anim_C9:
- type: SM64:ANIM
- header:
- offset: 5226288
- size: 24
- values:
- offset: 5716216
- size: 1940
- indices:
- offset: 5715964
- size: 252
-anims/anim_CA:
- type: SM64:ANIM
- header:
- offset: 5718156
- size: 24
- values:
- offset: 5718432
- size: 1998
- indices:
- offset: 5718180
- size: 252
-anims/anim_CB:
- type: SM64:ANIM
- header:
- offset: 5217208
- size: 24
- values:
- offset: 5720732
- size: 1382
- indices:
- offset: 5720480
- size: 252
-anims/anim_CC:
- type: SM64:ANIM
- header:
- offset: 5157256
- size: 24
- values:
- offset: 5720732
- size: 1382
- indices:
- offset: 5720480
- size: 252
-anims/anim_CD:
- type: SM64:ANIM
- header:
- offset: 5722116
- size: 24
- values:
- offset: 5722392
- size: 5184
- indices:
- offset: 5722140
- size: 252
-anims/anim_CE:
- type: SM64:ANIM
- header:
- offset: 5192760
- size: 24
- values:
- offset: 5727852
- size: 1460
- indices:
- offset: 5727600
- size: 252
-anims/anim_CF:
- type: SM64:ANIM
- header:
- offset: 5729312
- size: 24
- values:
- offset: 5729588
- size: 2708
- indices:
- offset: 5729336
- size: 252
-anims/anim_D0:
- type: SM64:ANIM
- header:
- offset: 5405308
- size: 24
- values:
- offset: 5732572
- size: 730
- indices:
- offset: 5732320
- size: 252
-demos/bbh:
- type: BLOB
- size: 988
- offset: 5733368
-demos/ccm:
- type: BLOB
- size: 1320
- offset: 5734356
-demos/hmc:
- type: BLOB
- size: 980
- offset: 5735676
-demos/jrb:
- type: BLOB
- size: 620
- offset: 5736656
-demos/pss:
- type: BLOB
- size: 748
- offset: 5737948
-demos/unused:
- type: BLOB
- size: 108
- offset: 5738696
-demos/wf:
- type: BLOB
- size: 672
- offset: 5737276
diff --git a/assets/sm64/jp/levels.yml b/assets/sm64/jp/levels.yml
deleted file mode 100644
index 8ba20f1..0000000
--- a/assets/sm64/jp/levels.yml
+++ /dev/null
@@ -1,3045 +0,0 @@
-bbh/0:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3604960
- mio0: 0
- format: RGBA16
-bbh/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3604960
- mio0: 4096
- format: RGBA16
-bbh/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3604960
- mio0: 6144
- format: RGBA16
-bbh/3:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3604960
- mio0: 8192
- format: RGBA16
-bbh/4:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 3604960
- mio0: 12288
- format: RGBA16
-bbh/5:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3604960
- mio0: 13312
- format: RGBA16
-bbh/6:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 3604960
- mio0: 17408
- format: RGBA16
-bitdw/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4533568
- mio0: 0
- format: RGBA16
-bitdw/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4533568
- mio0: 2048
- format: RGBA16
-bitdw/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4533568
- mio0: 4096
- format: RGBA16
-bitdw/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4533568
- mio0: 6144
- format: RGBA16
-bitfs/0:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4584464
- mio0: 0
- format: RGBA16
-bitfs/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4584464
- mio0: 4096
- format: RGBA16
-bitfs/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4584464
- mio0: 6144
- format: RGBA16
-bits/0:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4629216
- mio0: 0
- format: RGBA16
-bits/1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 4629216
- mio0: 4096
- format: RGBA16
-bits/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4629216
- mio0: 8192
- format: RGBA16
-bob/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4170512
- mio0: 0
- format: RGBA16
-bob/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4170512
- mio0: 2048
- format: RGBA16
-bob/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4170512
- mio0: 4096
- format: RGBA16
-bob/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4170512
- mio0: 6144
- format: RGBA16
-bob/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4170512
- mio0: 8192
- format: RGBA16
-bowser_1/0:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4982976
- mio0: 0
- format: RGBA16
-bowser_1/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4982976
- mio0: 4096
- format: RGBA16
-bowser_1/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4982976
- mio0: 6144
- format: RGBA16
-bowser_2/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 5028720
- mio0: 0
- format: RGBA16
-bowser_3/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 5032864
- mio0: 0
- format: RGBA16
-bowser_3/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 5032864
- mio0: 2048
- format: RGBA16
-bowser_3/2:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 5032864
- mio0: 4096
- format: RGBA16
-castle_grounds/0:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4492416
- mio0: 0
- format: RGBA16
-castle_grounds/1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 4492416
- mio0: 4096
- format: RGBA16
-castle_grounds/2:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 4492416
- mio0: 8192
- format: RGBA16
-castle_grounds/3:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4492416
- mio0: 51688
- format: RGBA16
-castle_grounds/4:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4492416
- mio0: 55784
- format: RGBA16
-castle_inside/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3754192
- mio0: 2048
- format: RGBA16
-castle_inside/10:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3754192
- mio0: 28672
- format: RGBA16
-castle_inside/11:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3754192
- mio0: 30720
- format: RGBA16
-castle_inside/12:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3754192
- mio0: 32768
- format: RGBA16
-castle_inside/13:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3754192
- mio0: 34816
- format: RGBA16
-castle_inside/14:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3754192
- mio0: 36864
- format: RGBA16
-castle_inside/15:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3754192
- mio0: 38912
- format: RGBA16
-castle_inside/16:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3754192
- mio0: 40960
- format: IA16
-castle_inside/17:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3754192
- mio0: 43008
- format: RGBA16
-castle_inside/18:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3754192
- mio0: 47104
- format: RGBA16
-castle_inside/19:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3754192
- mio0: 51200
- format: RGBA16
-castle_inside/2:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3298272
- mio0: 47104
- format: IA16
-castle_inside/20:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3754192
- mio0: 55296
- format: RGBA16
-castle_inside/21:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3754192
- mio0: 59392
- format: RGBA16
-castle_inside/22:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3754192
- mio0: 63488
- format: RGBA16
-castle_inside/23:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3754192
- mio0: 67584
- format: RGBA16
-castle_inside/24:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3754192
- mio0: 71680
- format: RGBA16
-castle_inside/25:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3754192
- mio0: 75776
- format: RGBA16
-castle_inside/26:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3754192
- mio0: 79872
- format: RGBA16
-castle_inside/27:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3754192
- mio0: 83968
- format: RGBA16
-castle_inside/28:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3754192
- mio0: 88064
- format: RGBA16
-castle_inside/29:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3754192
- mio0: 92160
- format: RGBA16
-castle_inside/3:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3754192
- mio0: 8192
- format: RGBA16
-castle_inside/30:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3754192
- mio0: 94208
- format: RGBA16
-castle_inside/31:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3754192
- mio0: 96256
- format: RGBA16
-castle_inside/32:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3754192
- mio0: 100352
- format: RGBA16
-castle_inside/33:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3754192
- mio0: 104448
- format: RGBA16
-castle_inside/34:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3754192
- mio0: 108544
- format: RGBA16
-castle_inside/35:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3754192
- mio0: 112640
- format: RGBA16
-castle_inside/36:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3754192
- mio0: 116736
- format: RGBA16
-castle_inside/37:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3754192
- mio0: 120832
- format: RGBA16
-castle_inside/38:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3754192
- mio0: 124928
- format: RGBA16
-castle_inside/39:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3754192
- mio0: 129024
- format: RGBA16
-castle_inside/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3754192
- mio0: 12288
- format: RGBA16
-castle_inside/40:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3754192
- mio0: 133120
- format: RGBA16
-castle_inside/5:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3754192
- mio0: 14336
- format: RGBA16
-castle_inside/6:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3754192
- mio0: 18432
- format: RGBA16
-castle_inside/7:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3754192
- mio0: 22528
- format: RGBA16
-castle_inside/8:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3754192
- mio0: 24576
- format: RGBA16
-castle_inside/9:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3754192
- mio0: 26624
- format: RGBA16
-castle_inside/castle_light:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3432432
- mio0: 47104
- format: IA16
-ccm/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3677936
- mio0: 0
- format: RGBA16
-ccm/1:
- type: TEXTURE
- size: 256
- width: 32
- height: 4
- offset: 3677936
- mio0: 2048
- format: RGBA16
-ccm/10:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3677936
- mio0: 17152
- format: RGBA16
-ccm/11:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3677936
- mio0: 19200
- format: RGBA16
-ccm/12:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3677936
- mio0: 72024
- format: RGBA16
-ccm/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3677936
- mio0: 2304
- format: RGBA16
-ccm/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3677936
- mio0: 4352
- format: RGBA16
-ccm/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3677936
- mio0: 6400
- format: RGBA16
-ccm/5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1436272
- mio0: 48240
- format: RGBA16
-ccm/6:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1436272
- mio0: 46192
- format: RGBA16
-ccm/7:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3677936
- mio0: 12544
- format: RGBA16
-ccm/8:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 3677936
- mio0: 14592
- format: IA16
-ccm/9:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3677936
- mio0: 15104
- format: IA16
-cotmc/0:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 4939888
- mio0: 0
- format: RGBA16
-cotmc/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4939888
- mio0: 4096
- format: RGBA16
-cotmc/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4939888
- mio0: 6144
- format: RGBA16
-cotmc/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4939888
- mio0: 8192
- format: RGBA16
-cotmc/4:
- type: TEXTURE
- size: 2048
- width: 64
- height: 16
- offset: 4939888
- mio0: 10240
- format: RGBA16
-ddd/0:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4765904
- mio0: 0
- format: RGBA16
-ddd/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3432432
- mio0: 4096
- format: RGBA16
-ddd/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4765904
- mio0: 6144
- format: RGBA16
-ddd/3:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 4765904
- mio0: 8192
- format: RGBA16
-ddd/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4765904
- mio0: 12288
- format: RGBA16
-ending/cake:
- type: BLOB
- size: 153600
- offset: 4834992
- mio0: 0
-hmc/0:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3993136
- mio0: 0
- format: RGBA16
-hmc/1:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3993136
- mio0: 4096
- format: RGBA16
-hmc/2:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3993136
- mio0: 8192
- format: RGBA16
-hmc/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3993136
- mio0: 12288
- format: RGBA16
-hmc/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3993136
- mio0: 14336
- format: RGBA16
-hmc/5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3993136
- mio0: 16384
- format: RGBA16
-hmc/6:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3993136
- mio0: 18432
- format: RGBA16
-hmc/7:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3754192
- mio0: 92160
- format: RGBA16
-intro/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2524448
- mio0: 32416
- format: RGBA16
-intro/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2524448
- mio0: 34464
- format: RGBA16
-intro/2_copyright:
- type: TEXTURE
- size: 4096
- width: 128
- height: 16
- offset: 2524448
- mio0: 46240
- format: RGBA16
-intro/3_tm:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2524448
- mio0: 50336
- format: RGBA16
-jrb/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3432432
- mio0: 4096
- format: RGBA16
-jrb/1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 4294592
- mio0: 2048
- format: RGBA16
-jrb/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4294592
- mio0: 6144
- format: RGBA16
-jrb/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4294592
- mio0: 8192
- format: RGBA16
-lll/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4678592
- mio0: 0
- format: RGBA16
-lll/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4678592
- mio0: 2048
- format: RGBA16
-lll/10:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4678592
- mio0: 20480
- format: RGBA16
-lll/11:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4678592
- mio0: 22528
- format: RGBA16
-lll/12:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4678592
- mio0: 24576
- format: RGBA16
-lll/13:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4678592
- mio0: 26624
- format: RGBA16
-lll/14:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4678592
- mio0: 28672
- format: RGBA16
-lll/15:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4678592
- mio0: 30720
- format: RGBA16
-lll/16:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4678592
- mio0: 32768
- format: RGBA16
-lll/17:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4678592
- mio0: 34816
- format: RGBA16
-lll/18:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4678592
- mio0: 36864
- format: RGBA16
-lll/19:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4678592
- mio0: 38912
- format: RGBA16
-lll/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4678592
- mio0: 4096
- format: RGBA16
-lll/20:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4678592
- mio0: 40960
- format: RGBA16
-lll/21:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4678592
- mio0: 43008
- format: RGBA16
-lll/22:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4678592
- mio0: 45056
- format: RGBA16
-lll/23:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4678592
- mio0: 47104
- format: RGBA16
-lll/24:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4678592
- mio0: 49152
- format: RGBA16
-lll/25:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4678592
- mio0: 51200
- format: RGBA16
-lll/26:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 4678592
- mio0: 53248
- format: RGBA16
-lll/27:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 3677936
- mio0: 14592
- format: IA16
-lll/28:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4678592
- mio0: 54272
- format: RGBA16
-lll/29:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4678592
- mio0: 56320
- format: RGBA16
-lll/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4678592
- mio0: 6144
- format: RGBA16
-lll/30:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4678592
- mio0: 58368
- format: RGBA16
-lll/31:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4678592
- mio0: 60416
- format: RGBA16
-lll/32:
- type: TEXTURE
- size: 2048
- width: 64
- height: 16
- offset: 4678592
- mio0: 62464
- format: RGBA16
-lll/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4678592
- mio0: 8192
- format: RGBA16
-lll/5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4678592
- mio0: 10240
- format: RGBA16
-lll/6:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4678592
- mio0: 12288
- format: RGBA16
-lll/7:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3262320
- mio0: 6144
- format: RGBA16
-lll/8:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4678592
- mio0: 16384
- format: RGBA16
-lll/9:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4678592
- mio0: 18432
- format: RGBA16
-menu/main_menu_seg7.00018:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2770736
- mio0: 24
- format: RGBA16
-menu/main_menu_seg7.00818:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2770736
- mio0: 2072
- format: RGBA16
-menu/main_menu_seg7.01018:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 2770736
- mio0: 4120
- format: RGBA16
-menu/main_menu_seg7.02018:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 2770736
- mio0: 8216
- format: RGBA16
-menu/main_menu_seg7.03468:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2770736
- mio0: 13416
- format: RGBA16
-menu/main_menu_seg7.03C68:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2770736
- mio0: 15464
- format: RGBA16
-menu/main_menu_seg7.04468:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2770736
- mio0: 17512
- format: RGBA16
-menu/main_menu_seg7.04C68:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2770736
- mio0: 19560
- format: RGBA16
-menu/main_menu_seg7.05468:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2770736
- mio0: 21608
- format: RGBA16
-menu/main_menu_seg7.06328:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2770736
- mio0: 25384
- format: RGBA16
-menu/main_menu_seg7.06B28:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2770736
- mio0: 27432
- format: RGBA16
-menu/main_menu_seg7.073D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2770736
- mio0: 29648
- format: RGBA16
-menu/main_menu_seg7.075D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2770736
- mio0: 30160
- format: RGBA16
-menu/main_menu_seg7.077D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2770736
- mio0: 30672
- format: RGBA16
-menu/main_menu_seg7.079D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2770736
- mio0: 31184
- format: RGBA16
-menu/main_menu_seg7.07BD0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2770736
- mio0: 31696
- format: RGBA16
-menu/main_menu_seg7.07DD0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2770736
- mio0: 32208
- format: RGBA16
-menu/main_menu_seg7.07FD0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2770736
- mio0: 32720
- format: RGBA16
-menu/main_menu_seg7.081D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2770736
- mio0: 33232
- format: RGBA16
-menu/main_menu_seg7.083D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2770736
- mio0: 33744
- format: RGBA16
-menu/main_menu_seg7.085D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2770736
- mio0: 34256
- format: RGBA16
-menu/main_menu_seg7.087D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2770736
- mio0: 34768
- format: RGBA16
-menu/main_menu_seg7.089D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2770736
- mio0: 35280
- format: RGBA16
-menu/main_menu_seg7.08BD0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2770736
- mio0: 35792
- format: RGBA16
-menu/main_menu_seg7.08DD0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2770736
- mio0: 36304
- format: RGBA16
-menu/main_menu_seg7.08FD0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2770736
- mio0: 36816
- format: RGBA16
-menu/main_menu_seg7.091D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2770736
- mio0: 37328
- format: RGBA16
-menu/main_menu_seg7.093D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2770736
- mio0: 37840
- format: RGBA16
-menu/main_menu_seg7.095D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2770736
- mio0: 38352
- format: RGBA16
-menu/main_menu_seg7.097D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2770736
- mio0: 38864
- format: RGBA16
-menu/main_menu_seg7.099D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2770736
- mio0: 39376
- format: RGBA16
-menu/main_menu_seg7.09BD0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2770736
- mio0: 39888
- format: RGBA16
-menu/main_menu_seg7.09DD0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2770736
- mio0: 40400
- format: RGBA16
-menu/main_menu_seg7.09FD0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2770736
- mio0: 40912
- format: RGBA16
-menu/main_menu_seg7.0A1D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 20480
- format: RGBA16
-menu/main_menu_seg7.0A3D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2770736
- mio0: 41936
- format: RGBA16
-menu/main_menu_seg7.0A5D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2770736
- mio0: 42448
- format: RGBA16
-menu/main_menu_seg7.0A7D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2770736
- mio0: 42960
- format: RGBA16
-menu/main_menu_seg7.0A9D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2770736
- mio0: 43472
- format: RGBA16
-menu/main_menu_seg7.0AC48:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 44104
- format: IA8
-menu/main_menu_seg7.0AC88:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 44168
- format: IA8
-menu/main_menu_seg7.0ACC8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 44232
- format: IA8
-menu/main_menu_seg7.0AD08:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 44296
- format: IA8
-menu/main_menu_seg7.0AD48:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 44360
- format: IA8
-menu/main_menu_seg7.0AD88:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 44424
- format: IA8
-menu/main_menu_seg7.0ADC8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 44488
- format: IA8
-menu/main_menu_seg7.0AE08:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 44552
- format: IA8
-menu/main_menu_seg7.0AE48:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 44616
- format: IA8
-menu/main_menu_seg7.0AE88:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 44680
- format: IA8
-menu/main_menu_seg7.0AEC8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 44744
- format: IA8
-menu/main_menu_seg7.0AF08:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 44808
- format: IA8
-menu/main_menu_seg7.0AF48:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 44872
- format: IA8
-menu/main_menu_seg7.0AF88:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 44936
- format: IA8
-menu/main_menu_seg7.0AFC8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 45000
- format: IA8
-menu/main_menu_seg7.0B008:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 45064
- format: IA8
-menu/main_menu_seg7.0B048:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 45128
- format: IA8
-menu/main_menu_seg7.0B088:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 45192
- format: IA8
-menu/main_menu_seg7.0B0C8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 45256
- format: IA8
-menu/main_menu_seg7.0B108:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 45320
- format: IA8
-menu/main_menu_seg7.0B148:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 45384
- format: IA8
-menu/main_menu_seg7.0B188:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 45448
- format: IA8
-menu/main_menu_seg7.0B1C8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 45512
- format: IA8
-menu/main_menu_seg7.0B208:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 45576
- format: IA8
-menu/main_menu_seg7.0B248:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 45640
- format: IA8
-menu/main_menu_seg7.0B288:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 45704
- format: IA8
-menu/main_menu_seg7.0B2C8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 45768
- format: IA8
-menu/main_menu_seg7.0B308:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 45832
- format: IA8
-menu/main_menu_seg7.0B348:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 45896
- format: IA8
-menu/main_menu_seg7.0B388:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 45960
- format: IA8
-menu/main_menu_seg7.0B3C8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 46024
- format: IA8
-menu/main_menu_seg7.0B408:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 46088
- format: IA8
-menu/main_menu_seg7.0B448:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 46152
- format: IA8
-menu/main_menu_seg7.0B488:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 46216
- format: IA8
-menu/main_menu_seg7.0B4C8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 46280
- format: IA8
-menu/main_menu_seg7.0B508:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 46344
- format: IA8
-menu/main_menu_seg7.0B548:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 46408
- format: IA8
-menu/main_menu_seg7.0B588:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 46472
- format: IA8
-menu/main_menu_seg7.0B5C8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 46536
- format: IA8
-menu/main_menu_seg7.0B608:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 46600
- format: IA8
-menu/main_menu_seg7.0B648:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 46664
- format: IA8
-menu/main_menu_seg7.0B688:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 46728
- format: IA8
-menu/main_menu_seg7.0B6C8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 46792
- format: IA8
-menu/main_menu_seg7.0B708:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 46856
- format: IA8
-menu/main_menu_seg7.0B748:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 46920
- format: IA8
-menu/main_menu_seg7.0B788:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 46984
- format: IA8
-menu/main_menu_seg7.0B7C8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 47048
- format: IA8
-menu/main_menu_seg7.0B808:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 47112
- format: IA8
-menu/main_menu_seg7.0B848:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 47176
- format: IA8
-menu/main_menu_seg7.0B888:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 47240
- format: IA8
-menu/main_menu_seg7.0B8C8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 47304
- format: IA8
-menu/main_menu_seg7.0B908:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 47368
- format: IA8
-menu/main_menu_seg7.0B948:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 47432
- format: IA8
-menu/main_menu_seg7.0B988:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 47496
- format: IA8
-menu/main_menu_seg7.0B9C8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 47560
- format: IA8
-menu/main_menu_seg7.0BA08:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 47624
- format: IA8
-menu/main_menu_seg7.0BA48:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 47688
- format: IA8
-menu/main_menu_seg7.0BA88:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 47752
- format: IA8
-menu/main_menu_seg7.0BAC8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 47816
- format: IA8
-menu/main_menu_seg7.0BB08:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 47880
- format: IA8
-menu/main_menu_seg7.0BB48:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 47944
- format: IA8
-menu/main_menu_seg7.0BB88:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 48008
- format: IA8
-menu/main_menu_seg7.0BBC8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 48072
- format: IA8
-menu/main_menu_seg7.0BC08:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 48136
- format: IA8
-menu/main_menu_seg7.0BC48:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 48200
- format: IA8
-menu/main_menu_seg7.0BC88:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 48264
- format: IA8
-menu/main_menu_seg7.0BCC8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 48328
- format: IA8
-menu/main_menu_seg7.0BD08:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 48392
- format: IA8
-menu/main_menu_seg7.0BD48:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 48456
- format: IA8
-menu/main_menu_seg7.0BD88:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 48520
- format: IA8
-menu/main_menu_seg7.0BDC8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 48584
- format: IA8
-menu/main_menu_seg7.0BE08:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 48648
- format: IA8
-menu/main_menu_seg7.0BE48:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 48712
- format: IA8
-menu/main_menu_seg7.0BE88:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 48776
- format: IA8
-menu/main_menu_seg7.0BEC8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 48840
- format: IA8
-menu/main_menu_seg7.0BF08:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 48904
- format: IA8
-menu/main_menu_seg7.0BF48:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 48968
- format: IA8
-menu/main_menu_seg7.0BF88:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 49032
- format: IA8
-menu/main_menu_seg7.0BFC8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 49096
- format: IA8
-menu/main_menu_seg7.0C008:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 49160
- format: IA8
-menu/main_menu_seg7.0C048:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 49224
- format: IA8
-menu/main_menu_seg7.0C088:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 49288
- format: IA8
-menu/main_menu_seg7.0C0C8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 49352
- format: IA8
-menu/main_menu_seg7.0C108:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 49416
- format: IA8
-menu/main_menu_seg7.0C148:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 49480
- format: IA8
-menu/main_menu_seg7.0C188:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 49544
- format: IA8
-menu/main_menu_seg7.0C1C8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 49608
- format: IA8
-menu/main_menu_seg7.0C208:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 49672
- format: IA8
-menu/main_menu_seg7.0C248:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 49736
- format: IA8
-menu/main_menu_seg7.0C288:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 49800
- format: IA8
-menu/main_menu_seg7.0C2C8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 49864
- format: IA8
-menu/main_menu_seg7.0C308:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 49928
- format: IA8
-menu/main_menu_seg7.0C348:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 49992
- format: IA8
-menu/main_menu_seg7.0C388:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 50056
- format: IA8
-menu/main_menu_seg7.0C3C8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 50120
- format: IA8
-menu/main_menu_seg7.0C408:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 50184
- format: IA8
-menu/main_menu_seg7.0C448:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 46536
- format: IA8
-menu/main_menu_seg7.0C488:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 50312
- format: IA8
-menu/main_menu_seg7.0C4C8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 50376
- format: IA8
-menu/main_menu_seg7.0C508:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 50440
- format: IA8
-menu/main_menu_seg7.0C548:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 50504
- format: IA8
-menu/main_menu_seg7.0C588:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 50568
- format: IA8
-menu/main_menu_seg7.0C5C8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 50632
- format: IA8
-menu/main_menu_seg7.0C608:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 50696
- format: IA8
-menu/main_menu_seg7.0C648:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 50760
- format: IA8
-menu/main_menu_seg7.0C688:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 50824
- format: IA8
-menu/main_menu_seg7.0C6C8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 50888
- format: IA8
-menu/main_menu_seg7.0C708:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 50952
- format: IA8
-menu/main_menu_seg7.0C748:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 51016
- format: IA8
-menu/main_menu_seg7.0C788:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 51080
- format: IA8
-menu/main_menu_seg7.0C7C8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 51144
- format: IA8
-menu/main_menu_seg7.0C808:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 51208
- format: IA8
-menu/main_menu_seg7.0C848:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 51272
- format: IA8
-menu/main_menu_seg7.0C888:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 51336
- format: IA8
-menu/main_menu_seg7.0C8C8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 51400
- format: IA8
-menu/main_menu_seg7.0C908:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 51464
- format: IA8
-menu/main_menu_seg7.0C948:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 51528
- format: IA8
-menu/main_menu_seg7.0C988:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 51592
- format: IA8
-menu/main_menu_seg7.0C9C8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 51656
- format: IA8
-menu/main_menu_seg7.0CA08:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 51720
- format: IA8
-menu/main_menu_seg7.0CA48:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 51784
- format: IA8
-menu/main_menu_seg7.0CA88:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 51848
- format: IA8
-menu/main_menu_seg7.0CAC8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 51912
- format: IA8
-menu/main_menu_seg7.0CB08:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 51976
- format: IA8
-menu/main_menu_seg7.0CB48:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 52040
- format: IA8
-menu/main_menu_seg7.0CB88:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 52104
- format: IA8
-menu/main_menu_seg7.0CBC8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 52168
- format: IA8
-menu/main_menu_seg7.0CC08:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 52232
- format: IA8
-menu/main_menu_seg7.0CC48:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 52296
- format: IA8
-menu/main_menu_seg7.0CC88:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 52360
- format: IA8
-menu/main_menu_seg7.0CCC8:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2770736
- mio0: 52424
- format: IA8
-menu/main_menu_seg7.0D1A8:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 2770736
- mio0: 53672
- format: RGBA16
-menu/main_menu_seg7.0E1A8:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 2770736
- mio0: 57768
- format: RGBA16
-pss/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4905168
- mio0: 0
- format: RGBA16
-pss/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4905168
- mio0: 2048
- format: IA16
-pss/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4905168
- mio0: 4096
- format: RGBA16
-rr/1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 4413648
- mio0: 2048
- format: RGBA16
-rr/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4413648
- mio0: 6144
- format: RGBA16
-rr/quarter_flying_carpet:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4413648
- mio0: 0
- format: RGBA16
-sl/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4210704
- mio0: 0
- format: RGBA16
-sl/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4210704
- mio0: 2048
- format: RGBA16
-sl/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4210704
- mio0: 4096
- format: RGBA16
-sl/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4210704
- mio0: 6144
- format: RGBA16
-sl/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4210704
- mio0: 8192
- format: RGBA16
-ssl/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4085520
- mio0: 0
- format: RGBA16
-ssl/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4085520
- mio0: 2048
- format: IA16
-ssl/10:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4085520
- mio0: 55208
- format: RGBA16
-ssl/11:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4085520
- mio0: 59304
- format: RGBA16
-ssl/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4085520
- mio0: 4096
- format: RGBA16
-ssl/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4085520
- mio0: 6144
- format: RGBA16
-ssl/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4085520
- mio0: 8192
- format: RGBA16
-ssl/5:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4085520
- mio0: 10240
- format: RGBA16
-ssl/6:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4085520
- mio0: 14336
- format: RGBA16
-ssl/7:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3323408
- mio0: 32768
- format: RGBA16
-ssl/8:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4085520
- mio0: 49064
- format: RGBA16
-ssl/9:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4085520
- mio0: 51112
- format: RGBA16
-thi/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4335408
- mio0: 0
- format: RGBA16
-thi/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4335408
- mio0: 2048
- format: RGBA16
-totwc/0:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4967376
- mio0: 0
- format: RGBA16
-totwc/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4967376
- mio0: 4096
- format: RGBA16
-totwc/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4967376
- mio0: 6144
- format: RGBA16
-totwc/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4967376
- mio0: 8192
- format: IA16
-ttc/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4370304
- mio0: 0
- format: RGBA16
-ttc/1:
- type: TEXTURE
- size: 2048
- width: 16
- height: 64
- offset: 4370304
- mio0: 2048
- format: RGBA16
-ttc/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4370304
- mio0: 90000
- format: RGBA16
-ttm/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 5044400
- mio0: 0
- format: IA16
-ttm/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 5044400
- mio0: 2048
- format: RGBA16
-ttm/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 5044400
- mio0: 4096
- format: RGBA16
-ttm/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 5044400
- mio0: 6144
- format: RGBA16
-ttm/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 5044400
- mio0: 8192
- format: RGBA16
-ttm/5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 5044400
- mio0: 10240
- format: RGBA16
-ttm/6:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 5044400
- mio0: 12288
- format: RGBA16
-ttm/7:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 5044400
- mio0: 16384
- format: RGBA16
-ttm/8:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3473152
- mio0: 43008
- format: RGBA16
-vcutm/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4564288
- mio0: 0
- format: RGBA16
-vcutm/1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 4564288
- mio0: 2048
- format: RGBA16
-vcutm/2:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4564288
- mio0: 6144
- format: RGBA16
-vcutm/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4564288
- mio0: 10240
- format: RGBA16
-wdw/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4246992
- mio0: 0
- format: RGBA16
-wdw/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4246992
- mio0: 2048
- format: RGBA16
-wdw/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4246992
- mio0: 4096
- format: RGBA16
-wdw/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4246992
- mio0: 6144
- format: RGBA16
-wdw/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4246992
- mio0: 8192
- format: RGBA16
-wf/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4800560
- mio0: 0
- format: RGBA16
-wf/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4800560
- mio0: 2048
- format: RGBA16
-wf/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4800560
- mio0: 4096
- format: RGBA16
-wf/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4800560
- mio0: 6144
- format: RGBA16
-wf/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4800560
- mio0: 8192
- format: RGBA16
-wf/5:
- type: TEXTURE
- size: 256
- width: 16
- height: 16
- offset: 1078992
- mio0: 62296
- format: IA8
-wmotr/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4989632
- mio0: 0
- format: RGBA16
-wmotr/1:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 4989632
- mio0: 2048
- format: RGBA16
-wmotr/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4989632
- mio0: 3072
- format: RGBA16
-wmotr/3:
- type: TEXTURE
- size: 512
- width: 32
- height: 8
- offset: 4989632
- mio0: 5120
- format: RGBA16
-wmotr/4:
- type: TEXTURE
- size: 512
- width: 8
- height: 32
- offset: 4989632
- mio0: 5632
- format: RGBA16
diff --git a/assets/sm64/jp/sound.yml b/assets/sm64/jp/sound.yml
deleted file mode 100644
index 70fed81..0000000
--- a/assets/sm64/jp/sound.yml
+++ /dev/null
@@ -1,965 +0,0 @@
-header:
- type: AUDIO:HEADER
- ctl:
- offset: 5738816
- size: 94400
- tbl:
- offset: 5833216
- size: 1793408
-banks/00:
- type: BANK
- id: 0
-banks/01_terrain:
- type: BANK
- id: 1
-banks/02_water:
- type: BANK
- id: 2
-banks/03:
- type: BANK
- id: 3
-banks/04:
- type: BANK
- id: 4
-banks/05:
- type: BANK
- id: 5
-banks/06:
- type: BANK
- id: 6
-banks/07:
- type: BANK
- id: 7
-banks/08_mario:
- type: BANK
- id: 8
-banks/09:
- type: BANK
- id: 9
-banks/0A_mario_peach:
- type: BANK
- id: 10
-banks/0B:
- type: BANK
- id: 11
-banks/0C:
- type: BANK
- id: 12
-banks/0D:
- type: BANK
- id: 13
-banks/0E:
- type: BANK
- id: 14
-banks/0F:
- type: BANK
- id: 15
-banks/10:
- type: BANK
- id: 16
-banks/11:
- type: BANK
- id: 17
-banks/12:
- type: BANK
- id: 18
-banks/13:
- type: BANK
- id: 19
-banks/14_piranha_music_box:
- type: BANK
- id: 20
-banks/15:
- type: BANK
- id: 21
-banks/16_course_start:
- type: BANK
- id: 22
-banks/17:
- type: BANK
- id: 23
-banks/18:
- type: BANK
- id: 24
-banks/19:
- type: BANK
- id: 25
-banks/1A:
- type: BANK
- id: 26
-banks/1B:
- type: BANK
- id: 27
-banks/1C_endless_stairs:
- type: BANK
- id: 28
-banks/1D_bowser_organ:
- type: BANK
- id: 29
-banks/1E:
- type: BANK
- id: 30
-banks/1F:
- type: BANK
- id: 31
-banks/20:
- type: BANK
- id: 32
-banks/21:
- type: BANK
- id: 33
-banks/22:
- type: BANK
- id: 34
-banks/23:
- type: BANK
- id: 35
-banks/24:
- type: BANK
- id: 36
-banks/25:
- type: BANK
- id: 37
-samples/bowser_organ/00_organ_1:
- type: SAMPLE
- id: 195
-samples/bowser_organ/01_organ_1_lq:
- type: SAMPLE
- id: 196
-samples/bowser_organ/02_boys_choir:
- type: SAMPLE
- id: 197
-samples/course_start/00_la:
- type: SAMPLE
- id: 194
-samples/instruments/00:
- type: SAMPLE
- id: 120
-samples/instruments/01_banjo_1:
- type: SAMPLE
- id: 121
-samples/instruments/02:
- type: SAMPLE
- id: 122
-samples/instruments/03_human_whistle:
- type: SAMPLE
- id: 123
-samples/instruments/04_bright_piano:
- type: SAMPLE
- id: 124
-samples/instruments/05_acoustic_bass:
- type: SAMPLE
- id: 125
-samples/instruments/06_kick_drum_1:
- type: SAMPLE
- id: 126
-samples/instruments/07_rimshot:
- type: SAMPLE
- id: 127
-samples/instruments/08:
- type: SAMPLE
- id: 128
-samples/instruments/09:
- type: SAMPLE
- id: 129
-samples/instruments/0A_tambourine:
- type: SAMPLE
- id: 130
-samples/instruments/0B:
- type: SAMPLE
- id: 131
-samples/instruments/0C_conga_stick:
- type: SAMPLE
- id: 132
-samples/instruments/0D_clave:
- type: SAMPLE
- id: 133
-samples/instruments/0E_hihat_closed:
- type: SAMPLE
- id: 134
-samples/instruments/0F_hihat_open:
- type: SAMPLE
- id: 135
-samples/instruments/10_cymbal_bell:
- type: SAMPLE
- id: 136
-samples/instruments/11_splash_cymbal:
- type: SAMPLE
- id: 137
-samples/instruments/12_snare_drum_1:
- type: SAMPLE
- id: 138
-samples/instruments/13_snare_drum_2:
- type: SAMPLE
- id: 139
-samples/instruments/14_strings_5:
- type: SAMPLE
- id: 140
-samples/instruments/15_strings_4:
- type: SAMPLE
- id: 141
-samples/instruments/16_french_horns:
- type: SAMPLE
- id: 142
-samples/instruments/17_trumpet:
- type: SAMPLE
- id: 143
-samples/instruments/18_timpani:
- type: SAMPLE
- id: 144
-samples/instruments/19_brass:
- type: SAMPLE
- id: 145
-samples/instruments/1A_slap_bass:
- type: SAMPLE
- id: 146
-samples/instruments/1B_organ_2:
- type: SAMPLE
- id: 147
-samples/instruments/1C:
- type: SAMPLE
- id: 148
-samples/instruments/1D:
- type: SAMPLE
- id: 149
-samples/instruments/1E_closed_triangle:
- type: SAMPLE
- id: 150
-samples/instruments/1F_open_triangle:
- type: SAMPLE
- id: 151
-samples/instruments/20_cabasa:
- type: SAMPLE
- id: 152
-samples/instruments/21_sine_bass:
- type: SAMPLE
- id: 153
-samples/instruments/22_boys_choir:
- type: SAMPLE
- id: 154
-samples/instruments/23_strings_1:
- type: SAMPLE
- id: 155
-samples/instruments/24_strings_2:
- type: SAMPLE
- id: 156
-samples/instruments/25_strings_3:
- type: SAMPLE
- id: 157
-samples/instruments/26_crystal_rhodes:
- type: SAMPLE
- id: 158
-samples/instruments/27_harpsichord:
- type: SAMPLE
- id: 159
-samples/instruments/28_sitar_1:
- type: SAMPLE
- id: 160
-samples/instruments/29_orchestra_hit:
- type: SAMPLE
- id: 161
-samples/instruments/2A:
- type: SAMPLE
- id: 162
-samples/instruments/2B:
- type: SAMPLE
- id: 163
-samples/instruments/2C:
- type: SAMPLE
- id: 164
-samples/instruments/2D_trombone:
- type: SAMPLE
- id: 165
-samples/instruments/2E_accordion:
- type: SAMPLE
- id: 166
-samples/instruments/2F_sleigh_bells:
- type: SAMPLE
- id: 167
-samples/instruments/30_rarefaction-lahna:
- type: SAMPLE
- id: 168
-samples/instruments/31_rarefaction-convolution:
- type: SAMPLE
- id: 169
-samples/instruments/32_metal_rimshot:
- type: SAMPLE
- id: 170
-samples/instruments/33_kick_drum_2:
- type: SAMPLE
- id: 171
-samples/instruments/34_alto_flute:
- type: SAMPLE
- id: 172
-samples/instruments/35_gospel_organ:
- type: SAMPLE
- id: 173
-samples/instruments/36_sawtooth_synth:
- type: SAMPLE
- id: 174
-samples/instruments/37_square_synth:
- type: SAMPLE
- id: 175
-samples/instruments/38_electric_kick_drum:
- type: SAMPLE
- id: 176
-samples/instruments/39_sitar_2:
- type: SAMPLE
- id: 177
-samples/instruments/3A_music_box:
- type: SAMPLE
- id: 178
-samples/instruments/3B_banjo_2:
- type: SAMPLE
- id: 179
-samples/instruments/3C_acoustic_guitar:
- type: SAMPLE
- id: 180
-samples/instruments/3D:
- type: SAMPLE
- id: 181
-samples/instruments/3E_monk_choir:
- type: SAMPLE
- id: 182
-samples/instruments/3F:
- type: SAMPLE
- id: 183
-samples/instruments/40_bell:
- type: SAMPLE
- id: 184
-samples/instruments/41_pan_flute:
- type: SAMPLE
- id: 185
-samples/instruments/42_vibraphone:
- type: SAMPLE
- id: 186
-samples/instruments/43_harmonica:
- type: SAMPLE
- id: 187
-samples/instruments/44_grand_piano:
- type: SAMPLE
- id: 188
-samples/instruments/45_french_horns_lq:
- type: SAMPLE
- id: 189
-samples/instruments/46_pizzicato_strings_1:
- type: SAMPLE
- id: 190
-samples/instruments/47_pizzicato_strings_2:
- type: SAMPLE
- id: 191
-samples/instruments/48_steel_drum:
- type: SAMPLE
- id: 192
-samples/piranha_music_box/00_music_box:
- type: SAMPLE
- id: 193
-samples/sfx_1/00_twirl:
- type: SAMPLE
- id: 0
-samples/sfx_1/01_brushing:
- type: SAMPLE
- id: 1
-samples/sfx_1/02_hand_touch:
- type: SAMPLE
- id: 2
-samples/sfx_1/03_yoshi:
- type: SAMPLE
- id: 3
-samples/sfx_1/04_plop:
- type: SAMPLE
- id: 4
-samples/sfx_1/05_heavy_landing:
- type: SAMPLE
- id: 5
-samples/sfx_4/00:
- type: SAMPLE
- id: 17
-samples/sfx_4/01:
- type: SAMPLE
- id: 18
-samples/sfx_4/02:
- type: SAMPLE
- id: 19
-samples/sfx_4/03:
- type: SAMPLE
- id: 20
-samples/sfx_4/04:
- type: SAMPLE
- id: 21
-samples/sfx_4/05:
- type: SAMPLE
- id: 22
-samples/sfx_4/06:
- type: SAMPLE
- id: 23
-samples/sfx_4/07:
- type: SAMPLE
- id: 24
-samples/sfx_4/08:
- type: SAMPLE
- id: 25
-samples/sfx_4/09:
- type: SAMPLE
- id: 26
-samples/sfx_5/00:
- type: SAMPLE
- id: 27
-samples/sfx_5/01:
- type: SAMPLE
- id: 28
-samples/sfx_5/02:
- type: SAMPLE
- id: 29
-samples/sfx_5/03:
- type: SAMPLE
- id: 30
-samples/sfx_5/04:
- type: SAMPLE
- id: 31
-samples/sfx_5/05:
- type: SAMPLE
- id: 32
-samples/sfx_5/06:
- type: SAMPLE
- id: 33
-samples/sfx_5/07:
- type: SAMPLE
- id: 34
-samples/sfx_5/08:
- type: SAMPLE
- id: 35
-samples/sfx_5/09:
- type: SAMPLE
- id: 36
-samples/sfx_5/0A:
- type: SAMPLE
- id: 37
-samples/sfx_5/0B:
- type: SAMPLE
- id: 38
-samples/sfx_5/0C:
- type: SAMPLE
- id: 39
-samples/sfx_5/0D:
- type: SAMPLE
- id: 40
-samples/sfx_5/0E:
- type: SAMPLE
- id: 41
-samples/sfx_5/0F:
- type: SAMPLE
- id: 42
-samples/sfx_5/10:
- type: SAMPLE
- id: 43
-samples/sfx_5/11:
- type: SAMPLE
- id: 44
-samples/sfx_5/12:
- type: SAMPLE
- id: 45
-samples/sfx_5/13:
- type: SAMPLE
- id: 46
-samples/sfx_5/14:
- type: SAMPLE
- id: 47
-samples/sfx_5/15:
- type: SAMPLE
- id: 48
-samples/sfx_5/16:
- type: SAMPLE
- id: 49
-samples/sfx_5/17:
- type: SAMPLE
- id: 50
-samples/sfx_5/18:
- type: SAMPLE
- id: 51
-samples/sfx_5/19:
- type: SAMPLE
- id: 52
-samples/sfx_5/1A:
- type: SAMPLE
- id: 53
-samples/sfx_5/1B:
- type: SAMPLE
- id: 54
-samples/sfx_5/1C:
- type: SAMPLE
- id: 55
-samples/sfx_6/00:
- type: SAMPLE
- id: 56
-samples/sfx_6/01:
- type: SAMPLE
- id: 57
-samples/sfx_6/02:
- type: SAMPLE
- id: 58
-samples/sfx_6/03:
- type: SAMPLE
- id: 59
-samples/sfx_6/04:
- type: SAMPLE
- id: 60
-samples/sfx_6/05:
- type: SAMPLE
- id: 61
-samples/sfx_6/06:
- type: SAMPLE
- id: 62
-samples/sfx_6/07:
- type: SAMPLE
- id: 63
-samples/sfx_6/08:
- type: SAMPLE
- id: 64
-samples/sfx_6/09:
- type: SAMPLE
- id: 65
-samples/sfx_6/0A:
- type: SAMPLE
- id: 66
-samples/sfx_6/0B:
- type: SAMPLE
- id: 67
-samples/sfx_6/0C:
- type: SAMPLE
- id: 68
-samples/sfx_6/0D:
- type: SAMPLE
- id: 69
-samples/sfx_7/00:
- type: SAMPLE
- id: 70
-samples/sfx_7/01:
- type: SAMPLE
- id: 71
-samples/sfx_7/02:
- type: SAMPLE
- id: 72
-samples/sfx_7/03:
- type: SAMPLE
- id: 73
-samples/sfx_7/04:
- type: SAMPLE
- id: 74
-samples/sfx_7/05:
- type: SAMPLE
- id: 75
-samples/sfx_7/06:
- type: SAMPLE
- id: 76
-samples/sfx_7/07:
- type: SAMPLE
- id: 77
-samples/sfx_7/08:
- type: SAMPLE
- id: 78
-samples/sfx_7/09:
- type: SAMPLE
- id: 79
-samples/sfx_7/0A:
- type: SAMPLE
- id: 80
-samples/sfx_7/0B:
- type: SAMPLE
- id: 81
-samples/sfx_7/0C:
- type: SAMPLE
- id: 82
-samples/sfx_9/00:
- type: SAMPLE
- id: 99
-samples/sfx_9/01:
- type: SAMPLE
- id: 100
-samples/sfx_9/02:
- type: SAMPLE
- id: 101
-samples/sfx_9/03:
- type: SAMPLE
- id: 102
-samples/sfx_9/04_camera_buzz:
- type: SAMPLE
- id: 103
-samples/sfx_9/05_camera_shutter:
- type: SAMPLE
- id: 104
-samples/sfx_9/06:
- type: SAMPLE
- id: 105
-samples/sfx_mario/00_mario_jump_hoo:
- type: SAMPLE
- id: 83
-samples/sfx_mario/01_mario_jump_wah:
- type: SAMPLE
- id: 84
-samples/sfx_mario/02_mario_yah:
- type: SAMPLE
- id: 85
-samples/sfx_mario/03_mario_haha:
- type: SAMPLE
- id: 86
-samples/sfx_mario/04_mario_yahoo:
- type: SAMPLE
- id: 87
-samples/sfx_mario/05_mario_uh:
- type: SAMPLE
- id: 88
-samples/sfx_mario/06_mario_hrmm:
- type: SAMPLE
- id: 89
-samples/sfx_mario/07_mario_wah2:
- type: SAMPLE
- id: 90
-samples/sfx_mario/08_mario_whoa:
- type: SAMPLE
- id: 91
-samples/sfx_mario/09_mario_eeuh:
- type: SAMPLE
- id: 92
-samples/sfx_mario/0A_mario_attacked:
- type: SAMPLE
- id: 93
-samples/sfx_mario/0B_mario_ooof:
- type: SAMPLE
- id: 94
-samples/sfx_mario/0C_mario_here_we_go:
- type: SAMPLE
- id: 95
-samples/sfx_mario/0D_mario_yawning:
- type: SAMPLE
- id: 96
-samples/sfx_mario/0E_mario_snoring1:
- type: SAMPLE
- id: 97
-samples/sfx_mario/0F_mario_snoring2:
- type: SAMPLE
- id: 98
-samples/sfx_mario_peach/00_mario_waaaooow:
- type: SAMPLE
- id: 106
-samples/sfx_mario_peach/01_mario_hoohoo:
- type: SAMPLE
- id: 107
-samples/sfx_mario_peach/02_mario_panting:
- type: SAMPLE
- id: 108
-samples/sfx_mario_peach/03_mario_dying:
- type: SAMPLE
- id: 109
-samples/sfx_mario_peach/04_mario_on_fire:
- type: SAMPLE
- id: 110
-samples/sfx_mario_peach/05_mario_uh2:
- type: SAMPLE
- id: 111
-samples/sfx_mario_peach/06_mario_coughing:
- type: SAMPLE
- id: 112
-samples/sfx_mario_peach/07_mario_its_a_me_mario:
- type: SAMPLE
- id: 113
-samples/sfx_mario_peach/08_mario_punch_yah:
- type: SAMPLE
- id: 114
-samples/sfx_mario_peach/09_mario_punch_hoo:
- type: SAMPLE
- id: 115
-samples/sfx_mario_peach/0A_mario_mama_mia:
- type: SAMPLE
- id: 116
-samples/sfx_mario_peach/0B_mario_okey_dokey:
- type: SAMPLE
- id: 117
-samples/sfx_mario_peach/0C_mario_drowning:
- type: SAMPLE
- id: 118
-samples/sfx_mario_peach/0D_mario_thank_you_playing_my_game:
- type: SAMPLE
- id: 119
-samples/sfx_terrain/00_step_default:
- type: SAMPLE
- id: 6
-samples/sfx_terrain/01_step_grass:
- type: SAMPLE
- id: 7
-samples/sfx_terrain/02_step_stone:
- type: SAMPLE
- id: 8
-samples/sfx_terrain/03_step_spooky:
- type: SAMPLE
- id: 9
-samples/sfx_terrain/04_step_snow:
- type: SAMPLE
- id: 10
-samples/sfx_terrain/05_step_ice:
- type: SAMPLE
- id: 11
-samples/sfx_terrain/06_step_metal:
- type: SAMPLE
- id: 12
-samples/sfx_terrain/07_step_sand:
- type: SAMPLE
- id: 13
-samples/sfx_water/00_plunge:
- type: SAMPLE
- id: 14
-samples/sfx_water/01_splash:
- type: SAMPLE
- id: 15
-samples/sfx_water/02_swim:
- type: SAMPLE
- id: 16
-sequences/sound_player:
- type: SEQUENCE
- id: 0x00
- offset: 0x7460A0
- size: 12800
- banks:
- - sound/banks/00
- - sound/banks/01_terrain
- - sound/banks/02_water
- - sound/banks/03
- - sound/banks/04
- - sound/banks/05
- - sound/banks/06
- - sound/banks/07
- - sound/banks/08_mario
- - sound/banks/09
- - sound/banks/0A_mario_peach
-sequences/cutscene_collect_star:
- type: SEQUENCE
- id: 0x01
- offset: 0x7492A0
- size: 633
- banks:
- - sound/banks/22
-sequences/menu_title_screen:
- type: SEQUENCE
- id: 0x02
- offset: 0x749520
- size: 8276
- banks:
- - sound/banks/11
-sequences/level_grass:
- type: SEQUENCE
- id: 0x03
- offset: 0x74B580
- size: 5134
- banks:
- - sound/banks/22
-sequences/level_inside_castle:
- type: SEQUENCE
- id: 0x04
- offset: 0x74C990
- size: 2504
- banks:
- - sound/banks/0E
-sequences/level_water:
- type: SEQUENCE
- id: 0x05
- offset: 0x74D360
- size: 4816
- banks:
- - sound/banks/13
-sequences/level_hot:
- type: SEQUENCE
- id: 0x06
- offset: 0x74E630
- size: 2459
- banks:
- - sound/banks/0F
-sequences/level_boss_koopa:
- type: SEQUENCE
- id: 0x07
- offset: 0x74EFD0
- size: 3430
- banks:
- - sound/banks/12
-sequences/level_snow:
- type: SEQUENCE
- id: 0x08
- offset: 0x74FD40
- size: 8157
- banks:
- - sound/banks/0B
-sequences/level_slide:
- type: SEQUENCE
- id: 0x09
- offset: 0x751D20
- size: 7452
- banks:
- - sound/banks/0D
-sequences/level_spooky:
- type: SEQUENCE
- id: 0x0A
- offset: 0x753A40
- size: 5686
- banks:
- - sound/banks/21
- - sound/banks/10
-sequences/event_piranha_plant:
- type: SEQUENCE
- id: 0x0B
- offset: 0x755080
- size: 1405
- banks:
- - sound/banks/14_piranha_music_box
-sequences/level_underground:
- type: SEQUENCE
- id: 0x0C
- offset: 0x755600
- size: 4905
- banks:
- - sound/banks/15
-sequences/menu_star_select:
- type: SEQUENCE
- id: 0x0D
- offset: 0x756930
- size: 138
- banks:
- - sound/banks/16_course_start
-sequences/event_powerup:
- type: SEQUENCE
- id: 0x0E
- offset: 0x7569C0
- size: 3143
- banks:
- - sound/banks/17
-sequences/event_metal_cap:
- type: SEQUENCE
- id: 0x0F
- offset: 0x757610
- size: 2786
- banks:
- - sound/banks/18
-sequences/event_koopa_message:
- type: SEQUENCE
- id: 0x10
- offset: 0x758100
- size: 564
- banks:
- - sound/banks/12
-sequences/level_koopa_road:
- type: SEQUENCE
- id: 0x11
- offset: 0x758340
- size: 4763
- banks:
- - sound/banks/19
-sequences/event_high_score:
- type: SEQUENCE
- id: 0x12
- offset: 0x7595E0
- size: 279
- banks:
- - sound/banks/1F
-sequences/event_merry_go_round:
- type: SEQUENCE
- id: 0x13
- offset: 0x759700
- size: 1663
- banks:
- - sound/banks/21
-sequences/event_race:
- type: SEQUENCE
- id: 0x14
- offset: 0x759D80
- size: 203
- banks:
- - sound/banks/1A
-sequences/cutscene_star_spawn:
- type: SEQUENCE
- id: 0x15
- offset: 0x759E50
- size: 654
- banks:
- - sound/banks/0E
-sequences/event_boss:
- type: SEQUENCE
- id: 0x16
- offset: 0x75A0E0
- size: 3451
- banks:
- - sound/banks/1B
-sequences/cutscene_collect_key:
- type: SEQUENCE
- id: 0x17
- offset: 0x75AE60
- size: 683
- banks:
- - sound/banks/1A
-sequences/event_endless_stairs:
- type: SEQUENCE
- id: 0x18
- offset: 0x75B110
- size: 1789
- banks:
- - sound/banks/1C_endless_stairs
-sequences/level_boss_koopa_final:
- type: SEQUENCE
- id: 0x19
- offset: 0x75B810
- size: 3527
- banks:
- - sound/banks/1D_bowser_organ
-sequences/cutscene_credits:
- type: SEQUENCE
- id: 0x1A
- offset: 0x75C5E0
- size: 14341
- banks:
- - sound/banks/25
-sequences/event_solve_puzzle:
- type: SEQUENCE
- id: 0x1B
- offset: 0x75FDF0
- size: 222
- banks:
- - sound/banks/14_piranha_music_box
-sequences/event_toad_message:
- type: SEQUENCE
- id: 0x1C
- offset: 0x75FED0
- size: 214
- banks:
- - sound/banks/20
-sequences/event_peach_message:
- type: SEQUENCE
- id: 0x1D
- offset: 0x75FFB0
- size: 440
- banks:
- - sound/banks/1E
-sequences/cutscene_intro:
- type: SEQUENCE
- id: 0x1E
- offset: 0x760170
- size: 1774
- banks:
- - sound/banks/1B
-sequences/cutscene_victory:
- type: SEQUENCE
- id: 0x1F
- offset: 0x760860
- size: 2074
- banks:
- - sound/banks/1A
-sequences/cutscene_ending:
- type: SEQUENCE
- id: 0x20
- offset: 0x761080
- size: 1892
- banks:
- - sound/banks/23
-sequences/menu_file_select:
- type: SEQUENCE
- id: 0x21
- offset: 0x7617F0
- size: 789
- banks:
- - sound/banks/24 \ No newline at end of file
diff --git a/assets/sm64/jp/texts.yml b/assets/sm64/jp/texts.yml
deleted file mode 100644
index 1521626..0000000
--- a/assets/sm64/jp/texts.yml
+++ /dev/null
@@ -1,1239 +0,0 @@
-dialogs/dialog_00:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 54600
-dialogs/dialog_01:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 54616
-dialogs/dialog_02:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 54632
-dialogs/dialog_03:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 54648
-dialogs/dialog_04:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 54664
-dialogs/dialog_05:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 54680
-dialogs/dialog_06:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 54696
-dialogs/dialog_07:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 54712
-dialogs/dialog_08:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 54728
-dialogs/dialog_09:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 54744
-dialogs/dialog_0A:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 54760
-dialogs/dialog_0B:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 54776
-dialogs/dialog_0C:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 54792
-dialogs/dialog_0D:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 54808
-dialogs/dialog_0E:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 54824
-dialogs/dialog_0F:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 54840
-dialogs/dialog_10:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 54856
-dialogs/dialog_11:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 54872
-dialogs/dialog_12:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 54888
-dialogs/dialog_13:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 54904
-dialogs/dialog_14:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 54920
-dialogs/dialog_15:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 54936
-dialogs/dialog_16:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 54952
-dialogs/dialog_17:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 54968
-dialogs/dialog_18:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 54984
-dialogs/dialog_19:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55000
-dialogs/dialog_1A:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55016
-dialogs/dialog_1B:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55032
-dialogs/dialog_1C:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55048
-dialogs/dialog_1D:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55064
-dialogs/dialog_1E:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55080
-dialogs/dialog_1F:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55096
-dialogs/dialog_20:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55112
-dialogs/dialog_21:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55128
-dialogs/dialog_22:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55144
-dialogs/dialog_23:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55160
-dialogs/dialog_24:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55176
-dialogs/dialog_25:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55192
-dialogs/dialog_26:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55208
-dialogs/dialog_27:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55224
-dialogs/dialog_28:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55240
-dialogs/dialog_29:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55256
-dialogs/dialog_2A:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55272
-dialogs/dialog_2B:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55288
-dialogs/dialog_2C:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55304
-dialogs/dialog_2D:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55320
-dialogs/dialog_2E:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55336
-dialogs/dialog_2F:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55352
-dialogs/dialog_30:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55368
-dialogs/dialog_31:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55384
-dialogs/dialog_32:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55400
-dialogs/dialog_33:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55416
-dialogs/dialog_34:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55432
-dialogs/dialog_35:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55448
-dialogs/dialog_36:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55464
-dialogs/dialog_37:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55480
-dialogs/dialog_38:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55496
-dialogs/dialog_39:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55512
-dialogs/dialog_3A:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55528
-dialogs/dialog_3B:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55544
-dialogs/dialog_3C:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55560
-dialogs/dialog_3D:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55576
-dialogs/dialog_3E:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55592
-dialogs/dialog_3F:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55608
-dialogs/dialog_40:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55624
-dialogs/dialog_41:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55640
-dialogs/dialog_42:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55656
-dialogs/dialog_43:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55672
-dialogs/dialog_44:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55688
-dialogs/dialog_45:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55704
-dialogs/dialog_46:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55720
-dialogs/dialog_47:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55736
-dialogs/dialog_48:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55752
-dialogs/dialog_49:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55768
-dialogs/dialog_4A:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55784
-dialogs/dialog_4B:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55800
-dialogs/dialog_4C:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55816
-dialogs/dialog_4D:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55832
-dialogs/dialog_4E:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55848
-dialogs/dialog_4F:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55864
-dialogs/dialog_50:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55880
-dialogs/dialog_51:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55896
-dialogs/dialog_52:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55912
-dialogs/dialog_53:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55928
-dialogs/dialog_54:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55944
-dialogs/dialog_55:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55960
-dialogs/dialog_56:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55976
-dialogs/dialog_57:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 55992
-dialogs/dialog_58:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56008
-dialogs/dialog_59:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56024
-dialogs/dialog_5A:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56040
-dialogs/dialog_5B:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56056
-dialogs/dialog_5C:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56072
-dialogs/dialog_5D:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56088
-dialogs/dialog_5E:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56104
-dialogs/dialog_5F:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56120
-dialogs/dialog_60:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56136
-dialogs/dialog_61:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56152
-dialogs/dialog_62:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56168
-dialogs/dialog_63:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56184
-dialogs/dialog_64:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56200
-dialogs/dialog_65:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56216
-dialogs/dialog_66:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56232
-dialogs/dialog_67:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56248
-dialogs/dialog_68:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56264
-dialogs/dialog_69:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56280
-dialogs/dialog_6A:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56296
-dialogs/dialog_6B:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56312
-dialogs/dialog_6C:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56328
-dialogs/dialog_6D:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56344
-dialogs/dialog_6E:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56360
-dialogs/dialog_6F:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56376
-dialogs/dialog_70:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56392
-dialogs/dialog_71:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56408
-dialogs/dialog_72:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56424
-dialogs/dialog_73:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56440
-dialogs/dialog_74:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56456
-dialogs/dialog_75:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56472
-dialogs/dialog_76:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56488
-dialogs/dialog_77:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56504
-dialogs/dialog_78:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56520
-dialogs/dialog_79:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56536
-dialogs/dialog_7A:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56552
-dialogs/dialog_7B:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56568
-dialogs/dialog_7C:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56584
-dialogs/dialog_7D:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56600
-dialogs/dialog_7E:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56616
-dialogs/dialog_7F:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56632
-dialogs/dialog_80:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56648
-dialogs/dialog_81:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56664
-dialogs/dialog_82:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56680
-dialogs/dialog_83:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56696
-dialogs/dialog_84:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56712
-dialogs/dialog_85:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56728
-dialogs/dialog_86:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56744
-dialogs/dialog_87:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56760
-dialogs/dialog_88:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56776
-dialogs/dialog_89:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56792
-dialogs/dialog_8A:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56808
-dialogs/dialog_8B:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56824
-dialogs/dialog_8C:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56840
-dialogs/dialog_8D:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56856
-dialogs/dialog_8E:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56872
-dialogs/dialog_8F:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56888
-dialogs/dialog_90:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56904
-dialogs/dialog_91:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56920
-dialogs/dialog_92:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56936
-dialogs/dialog_93:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56952
-dialogs/dialog_94:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56968
-dialogs/dialog_95:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 56984
-dialogs/dialog_96:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 57000
-dialogs/dialog_97:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 57016
-dialogs/dialog_98:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 57032
-dialogs/dialog_99:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 57048
-dialogs/dialog_9A:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 57064
-dialogs/dialog_9B:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 57080
-dialogs/dialog_9C:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 57096
-dialogs/dialog_9D:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 57112
-dialogs/dialog_9E:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 57128
-dialogs/dialog_9F:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 57144
-dialogs/dialog_A0:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 57160
-dialogs/dialog_A1:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 57176
-dialogs/dialog_A2:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 57192
-dialogs/dialog_A3:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 57208
-dialogs/dialog_A4:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 57224
-dialogs/dialog_A5:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 57240
-dialogs/dialog_A6:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 57256
-dialogs/dialog_A7:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 57272
-dialogs/dialog_A8:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 57288
-dialogs/dialog_A9:
- type: SM64:DIALOG
- offset: 1078992
- mio0: 57304
-courses/course_00:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58004
-courses/course_01:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58024
-courses/course_02:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58044
-courses/course_03:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58060
-courses/course_04:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58076
-courses/course_05:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58092
-courses/course_06:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58108
-courses/course_07:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58128
-courses/course_08:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58144
-courses/course_09:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58160
-courses/course_0A:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58176
-courses/course_0B:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58192
-courses/course_0C:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58208
-courses/course_0D:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58228
-courses/course_0E:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58244
-courses/course_0F:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58260
-courses/course_10:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58280
-courses/course_11:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58300
-courses/course_12:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58316
-courses/course_13:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58336
-courses/course_14:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58352
-courses/course_15:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58372
-courses/course_16:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58388
-courses/course_17:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58408
-courses/course_18:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58424
-courses/course_19:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58436
-acts/act_00:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58560
-acts/act_01:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58576
-acts/act_02:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58592
-acts/act_03:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58608
-acts/act_04:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58620
-acts/act_05:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58636
-acts/act_06:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58652
-acts/act_07:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58668
-acts/act_08:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58684
-acts/act_09:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58700
-acts/act_0A:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58716
-acts/act_0B:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58728
-acts/act_0C:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58744
-acts/act_0D:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58760
-acts/act_0E:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58776
-acts/act_0F:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58792
-acts/act_10:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58808
-acts/act_11:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58824
-acts/act_12:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58840
-acts/act_13:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58856
-acts/act_14:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58872
-acts/act_15:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58892
-acts/act_16:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58908
-acts/act_17:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58924
-acts/act_18:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58944
-acts/act_19:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58960
-acts/act_1A:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58976
-acts/act_1B:
- type: SM64:TEXT
- offset: 1078992
- mio0: 58992
-acts/act_1C:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59008
-acts/act_1D:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59024
-acts/act_1E:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59040
-acts/act_1F:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59056
-acts/act_20:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59072
-acts/act_21:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59084
-acts/act_22:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59096
-acts/act_23:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59116
-acts/act_24:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59132
-acts/act_25:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59148
-acts/act_26:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59164
-acts/act_27:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59180
-acts/act_28:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59192
-acts/act_29:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59208
-acts/act_2A:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59224
-acts/act_2B:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59244
-acts/act_2C:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59264
-acts/act_2D:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59284
-acts/act_2E:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59300
-acts/act_2F:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59316
-acts/act_30:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59336
-acts/act_31:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59352
-acts/act_32:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59368
-acts/act_33:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59384
-acts/act_34:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59400
-acts/act_35:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59412
-acts/act_36:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59428
-acts/act_37:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59444
-acts/act_38:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59460
-acts/act_39:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59472
-acts/act_3A:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59488
-acts/act_3B:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59504
-acts/act_3C:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59516
-acts/act_3D:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59532
-acts/act_3E:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59548
-acts/act_3F:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59564
-acts/act_40:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59584
-acts/act_41:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59600
-acts/act_42:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59616
-acts/act_43:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59632
-acts/act_44:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59652
-acts/act_45:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59668
-acts/act_46:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59684
-acts/act_47:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59700
-acts/act_48:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59716
-acts/act_49:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59732
-acts/act_4A:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59748
-acts/act_4B:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59764
-acts/act_4C:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59780
-acts/act_4D:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59796
-acts/act_4E:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59808
-acts/act_4F:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59824
-acts/act_50:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59832
-acts/act_51:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59848
-acts/act_52:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59868
-acts/act_53:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59884
-acts/act_54:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59896
-acts/act_55:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59908
-acts/act_56:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59920
-acts/act_57:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59936
-acts/act_58:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59956
-acts/act_59:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59972
-acts/act_5A:
- type: SM64:TEXT
- offset: 1078992
- mio0: 59988
-acts/act_5B:
- type: SM64:TEXT
- offset: 1078992
- mio0: 60000
-acts/act_5C:
- type: SM64:TEXT
- offset: 1078992
- mio0: 60016
-acts/act_5D:
- type: SM64:TEXT
- offset: 1078992
- mio0: 60032
-acts/act_5E:
- type: SM64:TEXT
- offset: 1078992
- mio0: 60052
-acts/act_5F:
- type: SM64:TEXT
- offset: 1078992
- mio0: 60072
-strings/global:
- type: SM64:DICTIONARY
- keys:
- TEXT_ZERO: 7740383
- TEXT_COIN: 7718702
- TEXT_STAR: 7706064
- TEXT_COIN_X: 5049335
- TEXT_STAR_X: 5315828
- TEXT_VARIABLE_X: 7688154
- TEXT_UNFILLED_STAR: 7708418
- TEXT_NEW: 2450496
- TEXT_4DASHES: 2450764
- TEXT_MARIO: 6620681
- TEXT_SELECT_FILE: 2450508
- TEXT_CHECK_FILE: 2450536
- TEXT_COPY_FILE: 2450568
- TEXT_ERASE_FILE: 2450672
- TEXT_SOUND_SELECT: 2450740
- TEXT_FILE_MARIO_A: 2450769
- TEXT_FILE_MARIO_B: 2450774
- TEXT_FILE_MARIO_C: 2450779
- TEXT_FILE_MARIO_D: 2450784
- TEXT_SCORE: 2451438
- TEXT_COPY: 2450524
- TEXT_ERASE: 2450532
- TEXT_STEREO: 2450440
- TEXT_MONO: 2450448
- TEXT_HEADSET: 2450456
- TEXT_SAVED_DATA_EXISTS: 2450720
- TEXT_NO_SAVED_DATA_EXISTS: 2450688
- TEXT_RETURN: 2450404
- TEXT_CHECK_SCORE: 2450412
- TEXT_COPY_FILE_BUTTON: 2450420
- TEXT_ERASE_FILE_BUTTON: 2450432
- TEXT_HI_SCORE: 2450800
- TEXT_MY_SCORE: 2451436
- TEXT_SCORE_MARIO_A: 2450769
- TEXT_SCORE_MARIO_B: 2450774
- TEXT_SCORE_MARIO_C: 2450779
- TEXT_SCORE_MARIO_D: 2450784
- TEXT_COPY_IT_TO_WHERE: 2450580
- TEXT_COPYING_COMPLETED: 2450616
- TEXT_NO_FILE_TO_COPY_FROM: 2450648
- TEXT_SURE: 2450680
- TEXT_YES: 4135790
- TEXT_NO: 2450668
- TEXT_FILE_MARIO_A_JUST_ERASED: 2450708
- TEXT_COURSE: 964084
- TEXT_MYSCORE: 2451436
- TEXT_CONTINUE: 963968
- TEXT_EXIT_COURSE: 963984
- TEXT_CAMERA_ANGLE_R: 963996
- TEXT_LAKITU_MARIO: 963916
- TEXT_LAKITU_STOP: 963928
- TEXT_NORMAL_UPCLOSE: 963944
- TEXT_NORMAL_FIXED: 963956
- TEXT_CATCH: 964088
- TEXT_CLEAR: 964096
- TEXT_HUD_HI_SCORE: 964048
- TEXT_SAVE_AND_CONTINUE: 964104
- TEXT_SAVE_AND_QUIT: 964120
- TEXT_CONTINUE_WITHOUT_SAVING: 964132
- TEXT_FILE_MARIO_EXCLAMATION: 963712
- TEXT_POWER_STARS_RESTORED: 963720
- TEXT_THANKS_TO_YOU: 963740
- TEXT_THANK_YOU_MARIO: 963760
- TEXT_SOMETHING_SPECIAL: 963772
- TEXT_LISTEN_EVERYBODY: 963788
- TEXT_LETS_HAVE_CAKE: 963796
- TEXT_FOR_MARIO: 963812
- TEXT_FILE_MARIO_QUESTION: 963824
diff --git a/assets/sm64/jp/textures.yml b/assets/sm64/jp/textures.yml
deleted file mode 100644
index 4b2e9b9..0000000
--- a/assets/sm64/jp/textures.yml
+++ /dev/null
@@ -1,4687 +0,0 @@
-cave/hmc_textures.00000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3432432
- mio0: 0
- format: RGBA16
-cave/hmc_textures.01000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3432432
- mio0: 4096
- format: RGBA16
-cave/hmc_textures.01800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3432432
- mio0: 6144
- format: RGBA16
-cave/hmc_textures.02800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3432432
- mio0: 10240
- format: RGBA16
-cave/hmc_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3432432
- mio0: 12288
- format: RGBA16
-cave/hmc_textures.03800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3432432
- mio0: 14336
- format: RGBA16
-cave/hmc_textures.04800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3432432
- mio0: 18432
- format: RGBA16
-cave/hmc_textures.05800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3432432
- mio0: 22528
- format: RGBA16
-cave/hmc_textures.06800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3432432
- mio0: 26624
- format: RGBA16
-cave/hmc_textures.07000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3432432
- mio0: 28672
- format: RGBA16
-cave/hmc_textures.07800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3432432
- mio0: 30720
- format: RGBA16
-cave/hmc_textures.08800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3432432
- mio0: 34816
- format: RGBA16
-cave/hmc_textures.09800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3432432
- mio0: 38912
- format: RGBA16
-cave/hmc_textures.0A000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3432432
- mio0: 40960
- format: RGBA16
-cave/hmc_textures.0A800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3432432
- mio0: 43008
- format: RGBA16
-cave/hmc_textures.0B800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3432432
- mio0: 47104
- format: IA16
-cave/hmc_textures.0C000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3298272
- mio0: 43008
- format: IA16
-effect/bubble.06048:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3594960
- mio0: 24648
- format: RGBA16
-effect/flower.00008:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3594960
- mio0: 8
- format: RGBA16
-effect/flower.00808:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3594960
- mio0: 2056
- format: RGBA16
-effect/flower.01008:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3594960
- mio0: 4104
- format: RGBA16
-effect/flower.01808:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3594960
- mio0: 6152
- format: RGBA16
-effect/lava_bubble.02020:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3594960
- mio0: 8224
- format: RGBA16
-effect/lava_bubble.02820:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3594960
- mio0: 10272
- format: RGBA16
-effect/lava_bubble.03020:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3594960
- mio0: 12320
- format: RGBA16
-effect/lava_bubble.03820:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3594960
- mio0: 14368
- format: RGBA16
-effect/lava_bubble.04020:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3594960
- mio0: 16416
- format: RGBA16
-effect/lava_bubble.04820:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3594960
- mio0: 18464
- format: RGBA16
-effect/lava_bubble.05020:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3594960
- mio0: 20512
- format: RGBA16
-effect/lava_bubble.05820:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3594960
- mio0: 22560
- format: RGBA16
-effect/tiny_bubble.0684C:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 3594960
- mio0: 26700
- format: RGBA16
-effect/tiny_bubble.06AD8:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 3594960
- mio0: 27352
- format: RGBA16
-fire/lll_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3262320
- mio0: 0
- format: RGBA16
-fire/lll_textures.00800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3262320
- mio0: 2048
- format: RGBA16
-fire/lll_textures.01000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3262320
- mio0: 4096
- format: RGBA16
-fire/lll_textures.01800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3262320
- mio0: 6144
- format: RGBA16
-fire/lll_textures.02000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3262320
- mio0: 8192
- format: RGBA16
-fire/lll_textures.02800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3262320
- mio0: 10240
- format: RGBA16
-fire/lll_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3262320
- mio0: 12288
- format: RGBA16
-fire/lll_textures.03800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3262320
- mio0: 14336
- format: RGBA16
-fire/lll_textures.04000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3262320
- mio0: 16384
- format: RGBA16
-fire/lll_textures.04800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3262320
- mio0: 18432
- format: RGBA16
-fire/lll_textures.05000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3262320
- mio0: 20480
- format: RGBA16
-fire/lll_textures.05800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3262320
- mio0: 22528
- format: RGBA16
-fire/lll_textures.06000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3262320
- mio0: 24576
- format: RGBA16
-fire/lll_textures.06800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3262320
- mio0: 26624
- format: RGBA16
-fire/lll_textures.07000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3262320
- mio0: 28672
- format: RGBA16
-fire/lll_textures.07800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3262320
- mio0: 30720
- format: RGBA16
-fire/lll_textures.08000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3262320
- mio0: 32768
- format: RGBA16
-fire/lll_textures.08800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3262320
- mio0: 34816
- format: RGBA16
-fire/lll_textures.09000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1078992
- mio0: 80984
- format: RGBA16
-fire/lll_textures.09800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3262320
- mio0: 38912
- format: RGBA16
-fire/lll_textures.0A000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3262320
- mio0: 40960
- format: RGBA16
-fire/lll_textures.0A800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3262320
- mio0: 43008
- format: RGBA16
-fire/lll_textures.0B000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3262320
- mio0: 45056
- format: RGBA16
-fire/lll_textures.0B800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3262320
- mio0: 47104
- format: RGBA16
-generic/bob_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3323408
- mio0: 0
- format: RGBA16
-generic/bob_textures.00800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1327760
- mio0: 36160
- format: RGBA16
-generic/bob_textures.01000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3323408
- mio0: 4096
- format: RGBA16
-generic/bob_textures.01800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3323408
- mio0: 6144
- format: RGBA16
-generic/bob_textures.02000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3323408
- mio0: 8192
- format: RGBA16
-generic/bob_textures.02800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3323408
- mio0: 10240
- format: RGBA16
-generic/bob_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3323408
- mio0: 12288
- format: RGBA16
-generic/bob_textures.03800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3323408
- mio0: 14336
- format: RGBA16
-generic/bob_textures.04000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3323408
- mio0: 16384
- format: RGBA16
-generic/bob_textures.04800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3323408
- mio0: 18432
- format: RGBA16
-generic/bob_textures.05000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3323408
- mio0: 20480
- format: RGBA16
-generic/bob_textures.05800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3323408
- mio0: 22528
- format: RGBA16
-generic/bob_textures.06000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3323408
- mio0: 24576
- format: RGBA16
-generic/bob_textures.07000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3323408
- mio0: 28672
- format: RGBA16
-generic/bob_textures.07800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3323408
- mio0: 30720
- format: RGBA16
-generic/bob_textures.08000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3323408
- mio0: 32768
- format: RGBA16
-generic/bob_textures.08800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3323408
- mio0: 34816
- format: RGBA16
-generic/bob_textures.09000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3323408
- mio0: 36864
- format: RGBA16
-generic/bob_textures.09800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3323408
- mio0: 38912
- format: RGBA16
-generic/bob_textures.0A000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3323408
- mio0: 40960
- format: RGBA16
-generic/bob_textures.0A800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3323408
- mio0: 43008
- format: RGBA16
-generic/bob_textures.0B000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3323408
- mio0: 45056
- format: IA16
-grass/wf_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3496176
- mio0: 0
- format: RGBA16
-grass/wf_textures.00800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3496176
- mio0: 2048
- format: RGBA16
-grass/wf_textures.01000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3496176
- mio0: 4096
- format: RGBA16
-grass/wf_textures.01800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3496176
- mio0: 6144
- format: RGBA16
-grass/wf_textures.02000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3496176
- mio0: 8192
- format: RGBA16
-grass/wf_textures.02800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3496176
- mio0: 10240
- format: RGBA16
-grass/wf_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3496176
- mio0: 12288
- format: RGBA16
-grass/wf_textures.03800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3496176
- mio0: 14336
- format: RGBA16
-grass/wf_textures.04000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3496176
- mio0: 16384
- format: RGBA16
-grass/wf_textures.04800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3496176
- mio0: 18432
- format: RGBA16
-grass/wf_textures.05000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3496176
- mio0: 20480
- format: RGBA16
-grass/wf_textures.05800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3496176
- mio0: 22528
- format: RGBA16
-grass/wf_textures.06000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3390640
- mio0: 20480
- format: RGBA16
-grass/wf_textures.06800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3496176
- mio0: 26624
- format: RGBA16
-grass/wf_textures.07000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3496176
- mio0: 28672
- format: RGBA16
-grass/wf_textures.07800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3496176
- mio0: 30720
- format: RGBA16
-grass/wf_textures.08000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3496176
- mio0: 32768
- format: RGBA16
-grass/wf_textures.08800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3496176
- mio0: 34816
- format: RGBA16
-grass/wf_textures.09000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3496176
- mio0: 36864
- format: RGBA16
-grass/wf_textures.09800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3496176
- mio0: 38912
- format: RGBA16
-grass/wf_textures.0A000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3496176
- mio0: 40960
- format: RGBA16
-grass/wf_textures.0A800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3496176
- mio0: 43008
- format: RGBA16
-grass/wf_textures.0B000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3323408
- mio0: 45056
- format: IA16
-grass/wf_textures.0B800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3496176
- mio0: 47104
- format: IA16
-inside/inside_castle_textures.00000:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3555104
- mio0: 0
- format: RGBA16
-inside/inside_castle_textures.01000:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3555104
- mio0: 4096
- format: RGBA16
-inside/inside_castle_textures.02000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3555104
- mio0: 8192
- format: RGBA16
-inside/inside_castle_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3555104
- mio0: 12288
- format: RGBA16
-inside/inside_castle_textures.03800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3555104
- mio0: 14336
- format: RGBA16
-inside/inside_castle_textures.04000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3555104
- mio0: 16384
- format: RGBA16
-inside/inside_castle_textures.04800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3460352
- mio0: 2048
- format: RGBA16
-inside/inside_castle_textures.05000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3555104
- mio0: 20480
- format: RGBA16
-inside/inside_castle_textures.05800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3555104
- mio0: 22528
- format: RGBA16
-inside/inside_castle_textures.06000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3555104
- mio0: 24576
- format: RGBA16
-inside/inside_castle_textures.07000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3555104
- mio0: 28672
- format: RGBA16
-inside/inside_castle_textures.08000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3555104
- mio0: 32768
- format: RGBA16
-inside/inside_castle_textures.08800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3555104
- mio0: 34816
- format: RGBA16
-inside/inside_castle_textures.09000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3555104
- mio0: 36864
- format: RGBA16
-inside/inside_castle_textures.0A000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3555104
- mio0: 40960
- format: RGBA16
-inside/inside_castle_textures.0B000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3555104
- mio0: 45056
- format: RGBA16
-inside/inside_castle_textures.0B800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3555104
- mio0: 47104
- format: RGBA16
-intro_raw/hand_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2455304
- format: RGBA16
-intro_raw/hand_open:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2453248
- format: RGBA16
-intro_raw/mario_face_shine:
- type: TEXTURE
- size: 1024
- width: 32
- height: 32
- offset: 2503888
- format: IA8
-intro_raw/red_star_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2457352
- format: RGBA16
-intro_raw/red_star_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2459400
- format: RGBA16
-intro_raw/red_star_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2461448
- format: RGBA16
-intro_raw/red_star_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2463496
- format: RGBA16
-intro_raw/red_star_4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2465544
- format: RGBA16
-intro_raw/red_star_5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2467592
- format: RGBA16
-intro_raw/red_star_6:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2469640
- format: RGBA16
-intro_raw/red_star_7:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2471688
- format: RGBA16
-intro_raw/sparkle_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2490888
- format: RGBA16
-intro_raw/sparkle_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2492936
- format: RGBA16
-intro_raw/sparkle_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2494984
- format: RGBA16
-intro_raw/sparkle_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2497032
- format: RGBA16
-intro_raw/sparkle_4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2499080
- format: RGBA16
-intro_raw/sparkle_5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2501128
- format: RGBA16
-intro_raw/white_star_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2473736
- format: RGBA16
-intro_raw/white_star_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2475784
- format: RGBA16
-intro_raw/white_star_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2477832
- format: RGBA16
-intro_raw/white_star_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2479880
- format: RGBA16
-intro_raw/white_star_4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2481928
- format: RGBA16
-intro_raw/white_star_5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2483976
- format: RGBA16
-intro_raw/white_star_6:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2486024
- format: RGBA16
-intro_raw/white_star_7:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2488072
- format: RGBA16
-ipl3_raw/ipl3_font_00:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 2928
- format: IA1
-ipl3_raw/ipl3_font_01:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 2951
- format: IA1
-ipl3_raw/ipl3_font_02:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 2974
- format: IA1
-ipl3_raw/ipl3_font_03:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 2997
- format: IA1
-ipl3_raw/ipl3_font_04:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3020
- format: IA1
-ipl3_raw/ipl3_font_05:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3043
- format: IA1
-ipl3_raw/ipl3_font_06:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3066
- format: IA1
-ipl3_raw/ipl3_font_07:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3089
- format: IA1
-ipl3_raw/ipl3_font_08:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3112
- format: IA1
-ipl3_raw/ipl3_font_09:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3135
- format: IA1
-ipl3_raw/ipl3_font_10:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3158
- format: IA1
-ipl3_raw/ipl3_font_11:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3181
- format: IA1
-ipl3_raw/ipl3_font_12:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3204
- format: IA1
-ipl3_raw/ipl3_font_13:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3227
- format: IA1
-ipl3_raw/ipl3_font_14:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3250
- format: IA1
-ipl3_raw/ipl3_font_15:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3273
- format: IA1
-ipl3_raw/ipl3_font_16:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3296
- format: IA1
-ipl3_raw/ipl3_font_17:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3319
- format: IA1
-ipl3_raw/ipl3_font_18:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3342
- format: IA1
-ipl3_raw/ipl3_font_19:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3365
- format: IA1
-ipl3_raw/ipl3_font_20:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3388
- format: IA1
-ipl3_raw/ipl3_font_21:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3411
- format: IA1
-ipl3_raw/ipl3_font_22:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3434
- format: IA1
-ipl3_raw/ipl3_font_23:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3457
- format: IA1
-ipl3_raw/ipl3_font_24:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3480
- format: IA1
-ipl3_raw/ipl3_font_25:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3503
- format: IA1
-ipl3_raw/ipl3_font_26:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3526
- format: IA1
-ipl3_raw/ipl3_font_27:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3549
- format: IA1
-ipl3_raw/ipl3_font_28:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3572
- format: IA1
-ipl3_raw/ipl3_font_29:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3595
- format: IA1
-ipl3_raw/ipl3_font_30:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3618
- format: IA1
-ipl3_raw/ipl3_font_31:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3641
- format: IA1
-ipl3_raw/ipl3_font_32:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3664
- format: IA1
-ipl3_raw/ipl3_font_33:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3687
- format: IA1
-ipl3_raw/ipl3_font_34:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3710
- format: IA1
-ipl3_raw/ipl3_font_35:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3733
- format: IA1
-ipl3_raw/ipl3_font_36:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3756
- format: IA1
-ipl3_raw/ipl3_font_37:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3779
- format: IA1
-ipl3_raw/ipl3_font_38:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3802
- format: IA1
-ipl3_raw/ipl3_font_39:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3825
- format: IA1
-ipl3_raw/ipl3_font_40:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3848
- format: IA1
-ipl3_raw/ipl3_font_41:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3871
- format: IA1
-ipl3_raw/ipl3_font_42:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3894
- format: IA1
-ipl3_raw/ipl3_font_43:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3917
- format: IA1
-ipl3_raw/ipl3_font_44:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3940
- format: IA1
-ipl3_raw/ipl3_font_45:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3963
- format: IA1
-ipl3_raw/ipl3_font_46:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3986
- format: IA1
-ipl3_raw/ipl3_font_47:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 4009
- format: IA1
-ipl3_raw/ipl3_font_48:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 4032
- format: IA1
-ipl3_raw/ipl3_font_49:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 4055
- format: IA1
-machine/ttc_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3460352
- mio0: 0
- format: RGBA16
-machine/ttc_textures.00800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3460352
- mio0: 2048
- format: RGBA16
-machine/ttc_textures.01000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3460352
- mio0: 4096
- format: RGBA16
-machine/ttc_textures.01800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3460352
- mio0: 6144
- format: RGBA16
-machine/ttc_textures.02000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3460352
- mio0: 8192
- format: RGBA16
-machine/ttc_textures.02800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3460352
- mio0: 10240
- format: RGBA16
-machine/ttc_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3460352
- mio0: 12288
- format: RGBA16
-machine/ttc_textures.03800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3460352
- mio0: 14336
- format: RGBA16
-machine/ttc_textures.04000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3460352
- mio0: 16384
- format: RGBA16
-machine/ttc_textures.05000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3460352
- mio0: 20480
- format: RGBA16
-machine/ttc_textures.05800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3460352
- mio0: 22528
- format: RGBA16
-machine/ttc_textures.06000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3460352
- mio0: 24576
- format: RGBA16
-machine/ttc_textures.06800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3460352
- mio0: 26624
- format: RGBA16
-machine/ttc_textures.07000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3460352
- mio0: 28672
- format: RGBA16
-machine/ttc_textures.07800:
- type: TEXTURE
- size: 2048
- width: 16
- height: 64
- offset: 3460352
- mio0: 30720
- format: RGBA16
-machine/ttc_textures.08000:
- type: TEXTURE
- size: 1024
- width: 64
- height: 8
- offset: 3460352
- mio0: 32768
- format: RGBA16
-machine/ttc_textures.08400:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3460352
- mio0: 33792
- format: RGBA16
-mountain/ttm_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3473152
- mio0: 0
- format: RGBA16
-mountain/ttm_textures.00800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3473152
- mio0: 2048
- format: RGBA16
-mountain/ttm_textures.01800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3473152
- mio0: 6144
- format: RGBA16
-mountain/ttm_textures.02800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3473152
- mio0: 10240
- format: RGBA16
-mountain/ttm_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3473152
- mio0: 12288
- format: RGBA16
-mountain/ttm_textures.03800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3473152
- mio0: 14336
- format: RGBA16
-mountain/ttm_textures.04000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3473152
- mio0: 16384
- format: RGBA16
-mountain/ttm_textures.04800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3473152
- mio0: 18432
- format: RGBA16
-mountain/ttm_textures.05000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3473152
- mio0: 20480
- format: RGBA16
-mountain/ttm_textures.05800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3473152
- mio0: 22528
- format: RGBA16
-mountain/ttm_textures.06800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3473152
- mio0: 26624
- format: RGBA16
-mountain/ttm_textures.07000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3473152
- mio0: 28672
- format: RGBA16
-mountain/ttm_textures.07800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3473152
- mio0: 30720
- format: RGBA16
-mountain/ttm_textures.08000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3473152
- mio0: 32768
- format: RGBA16
-mountain/ttm_textures.08800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3473152
- mio0: 34816
- format: RGBA16
-mountain/ttm_textures.09800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3473152
- mio0: 38912
- format: RGBA16
-mountain/ttm_textures.0A000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3390640
- mio0: 24576
- format: RGBA16
-mountain/ttm_textures.0A800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3473152
- mio0: 43008
- format: RGBA16
-mountain/ttm_textures.0B000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3473152
- mio0: 45056
- format: RGBA16
-mountain/ttm_textures.0B800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3473152
- mio0: 47104
- format: RGBA16
-mountain/ttm_textures.0C000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3473152
- mio0: 49152
- format: RGBA16
-outside/castle_grounds_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3527344
- mio0: 0
- format: RGBA16
-outside/castle_grounds_textures.00800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3527344
- mio0: 2048
- format: RGBA16
-outside/castle_grounds_textures.01000:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3527344
- mio0: 4096
- format: RGBA16
-outside/castle_grounds_textures.02000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3527344
- mio0: 8192
- format: RGBA16
-outside/castle_grounds_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3527344
- mio0: 12288
- format: RGBA16
-outside/castle_grounds_textures.03800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3527344
- mio0: 14336
- format: RGBA16
-outside/castle_grounds_textures.04000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3527344
- mio0: 16384
- format: RGBA16
-outside/castle_grounds_textures.04800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3527344
- mio0: 18432
- format: RGBA16
-outside/castle_grounds_textures.05800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3527344
- mio0: 22528
- format: RGBA16
-outside/castle_grounds_textures.06000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3527344
- mio0: 24576
- format: RGBA16
-outside/castle_grounds_textures.06800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3527344
- mio0: 26624
- format: RGBA16
-outside/castle_grounds_textures.07800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3527344
- mio0: 30720
- format: RGBA16
-outside/castle_grounds_textures.08000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3527344
- mio0: 32768
- format: RGBA16
-outside/castle_grounds_textures.08800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3527344
- mio0: 34816
- format: RGBA16
-outside/castle_grounds_textures.09000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3527344
- mio0: 36864
- format: RGBA16
-outside/castle_grounds_textures.09800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3527344
- mio0: 38912
- format: RGBA16
-outside/castle_grounds_textures.0A000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3527344
- mio0: 40960
- format: RGBA16
-outside/castle_grounds_textures.0A800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3527344
- mio0: 43008
- format: RGBA16
-outside/castle_grounds_textures.0B000:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 3527344
- mio0: 45056
- format: RGBA16
-outside/castle_grounds_textures.0B400:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3527344
- mio0: 46080
- format: RGBA16
-outside/castle_grounds_textures.0BC00:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3323408
- mio0: 45056
- format: IA16
-segment2/font_graphics.06410:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 1599504
- mio0: 83574
- format: IA1
-segment2/font_graphics.06420:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 1844608
- mio0: 133979
- format: IA1
-segment2/segment2.00000:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 0
- format: RGBA16
-segment2/segment2.00200:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 512
- format: RGBA16
-segment2/segment2.00400:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 1024
- format: RGBA16
-segment2/segment2.00600:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 1536
- format: RGBA16
-segment2/segment2.00800:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 2048
- format: RGBA16
-segment2/segment2.00A00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 2560
- format: RGBA16
-segment2/segment2.00C00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 3072
- format: RGBA16
-segment2/segment2.00E00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 3584
- format: RGBA16
-segment2/segment2.01000:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 4096
- format: RGBA16
-segment2/segment2.01200:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 4608
- format: RGBA16
-segment2/segment2.01400:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 5120
- format: RGBA16
-segment2/segment2.01600:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 5632
- format: RGBA16
-segment2/segment2.01800:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 6144
- format: RGBA16
-segment2/segment2.01A00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 6656
- format: RGBA16
-segment2/segment2.01C00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 7168
- format: RGBA16
-segment2/segment2.01E00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 7680
- format: RGBA16
-segment2/segment2.02000:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 8192
- format: RGBA16
-segment2/segment2.02200:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 8704
- format: RGBA16
-segment2/segment2.02400:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 9216
- format: RGBA16
-segment2/segment2.02600:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 9728
- format: RGBA16
-segment2/segment2.02800:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 10240
- format: RGBA16
-segment2/segment2.02A00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 10752
- format: RGBA16
-segment2/segment2.02C00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 11264
- format: RGBA16
-segment2/segment2.02E00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 11776
- format: RGBA16
-segment2/segment2.03000:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 12288
- format: RGBA16
-segment2/segment2.03200:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 12800
- format: RGBA16
-segment2/segment2.03400:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 13312
- format: RGBA16
-segment2/segment2.03600:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 13824
- format: RGBA16
-segment2/segment2.03800:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 14336
- format: RGBA16
-segment2/segment2.03A00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 14848
- format: RGBA16
-segment2/segment2.03C00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 15360
- format: RGBA16
-segment2/segment2.03E00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 15872
- format: RGBA16
-segment2/segment2.04000:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 16384
- format: RGBA16
-segment2/segment2.04200:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 16896
- format: RGBA16
-segment2/segment2.04400:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 17408
- format: RGBA16
-segment2/segment2.04600:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 17920
- format: RGBA16
-segment2/segment2.04800:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 18432
- format: RGBA16
-segment2/segment2.04A00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 18944
- format: RGBA16
-segment2/segment2.04C00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 19456
- format: RGBA16
-segment2/segment2.04E00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 19968
- format: RGBA16
-segment2/segment2.05000:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 20480
- format: RGBA16
-segment2/segment2.05200:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 20992
- format: RGBA16
-segment2/segment2.05400:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 21504
- format: RGBA16
-segment2/segment2.05600:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 22016
- format: RGBA16
-segment2/segment2.05800:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 22528
- format: RGBA16
-segment2/segment2.05A00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 23040
- format: RGBA16
-segment2/segment2.05C00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 23552
- format: RGBA16
-segment2/segment2.05E00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 24064
- format: RGBA16
-segment2/segment2.06000:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 24576
- format: RGBA16
-segment2/segment2.06200:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 25088
- format: RGBA16
-segment2/segment2.06280:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 25216
- format: RGBA16
-segment2/segment2.06300:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 25344
- format: RGBA16
-segment2/segment2.06380:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 25472
- format: RGBA16
-segment2/segment2.06400:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 25600
- format: RGBA16
-segment2/segment2.06480:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 25728
- format: RGBA16
-segment2/segment2.06500:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 25856
- format: RGBA16
-segment2/segment2.06580:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 25984
- format: RGBA16
-segment2/segment2.06600:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 26112
- format: RGBA16
-segment2/segment2.06680:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 26240
- format: RGBA16
-segment2/segment2.06700:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 26368
- format: RGBA16
-segment2/segment2.06780:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 26496
- format: RGBA16
-segment2/segment2.06800:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 26624
- format: RGBA16
-segment2/segment2.06880:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 26752
- format: RGBA16
-segment2/segment2.06900:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 26880
- format: RGBA16
-segment2/segment2.06980:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 27008
- format: RGBA16
-segment2/segment2.06A00:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 27136
- format: RGBA16
-segment2/segment2.06A80:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 27264
- format: RGBA16
-segment2/segment2.06B00:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 27392
- format: RGBA16
-segment2/segment2.06B80:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 27520
- format: RGBA16
-segment2/segment2.06C00:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 27648
- format: RGBA16
-segment2/segment2.06C80:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 27776
- format: RGBA16
-segment2/segment2.06D00:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 27904
- format: RGBA16
-segment2/segment2.06D80:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 28032
- format: RGBA16
-segment2/segment2.06E00:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 28160
- format: RGBA16
-segment2/segment2.06E80:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 28288
- format: RGBA16
-segment2/segment2.06F00:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 28416
- format: RGBA16
-segment2/segment2.06F80:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 28544
- format: RGBA16
-segment2/segment2.07000:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 28672
- format: RGBA16
-segment2/segment2.07080:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 28800
- format: RGBA16
-segment2/segment2.07100:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 28928
- format: IA1
-segment2/segment2.07110:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 28944
- format: IA1
-segment2/segment2.07120:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 28960
- format: IA1
-segment2/segment2.07130:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 28976
- format: IA1
-segment2/segment2.07140:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 28992
- format: IA1
-segment2/segment2.07150:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29008
- format: IA1
-segment2/segment2.07160:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29024
- format: IA1
-segment2/segment2.07170:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29040
- format: IA1
-segment2/segment2.07180:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29056
- format: IA1
-segment2/segment2.07190:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29072
- format: IA1
-segment2/segment2.071A0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29088
- format: IA1
-segment2/segment2.071B0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29104
- format: IA1
-segment2/segment2.071C0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29120
- format: IA1
-segment2/segment2.071D0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29136
- format: IA1
-segment2/segment2.071E0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29152
- format: IA1
-segment2/segment2.071F0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29168
- format: IA1
-segment2/segment2.07200:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29184
- format: IA1
-segment2/segment2.07210:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29200
- format: IA1
-segment2/segment2.07220:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29216
- format: IA1
-segment2/segment2.07230:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29232
- format: IA1
-segment2/segment2.07240:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29248
- format: IA1
-segment2/segment2.07250:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29264
- format: IA1
-segment2/segment2.07260:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29280
- format: IA1
-segment2/segment2.07270:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29296
- format: IA1
-segment2/segment2.07280:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29312
- format: IA1
-segment2/segment2.07290:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29328
- format: IA1
-segment2/segment2.072A0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29344
- format: IA1
-segment2/segment2.072B0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29360
- format: IA1
-segment2/segment2.072C0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29376
- format: IA1
-segment2/segment2.072D0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29392
- format: IA1
-segment2/segment2.072E0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29408
- format: IA1
-segment2/segment2.072F0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29424
- format: IA1
-segment2/segment2.07300:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29440
- format: IA1
-segment2/segment2.07310:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29456
- format: IA1
-segment2/segment2.07320:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29472
- format: IA1
-segment2/segment2.07330:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29488
- format: IA1
-segment2/segment2.07340:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29504
- format: IA1
-segment2/segment2.07350:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29520
- format: IA1
-segment2/segment2.07360:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29536
- format: IA1
-segment2/segment2.07370:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29552
- format: IA1
-segment2/segment2.07380:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29568
- format: IA1
-segment2/segment2.07390:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29584
- format: IA1
-segment2/segment2.073A0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29600
- format: IA1
-segment2/segment2.073B0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29616
- format: IA1
-segment2/segment2.073C0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29632
- format: IA1
-segment2/segment2.073D0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29648
- format: IA1
-segment2/segment2.073E0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29664
- format: IA1
-segment2/segment2.073F0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29680
- format: IA1
-segment2/segment2.07400:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29696
- format: IA1
-segment2/segment2.07410:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29712
- format: IA1
-segment2/segment2.07420:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29728
- format: IA1
-segment2/segment2.07430:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29744
- format: IA1
-segment2/segment2.07440:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29760
- format: IA1
-segment2/segment2.07450:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29776
- format: IA1
-segment2/segment2.07460:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29792
- format: IA1
-segment2/segment2.07470:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29808
- format: IA1
-segment2/segment2.07480:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29824
- format: IA1
-segment2/segment2.07490:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29840
- format: IA1
-segment2/segment2.074A0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29856
- format: IA1
-segment2/segment2.074B0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29872
- format: IA1
-segment2/segment2.074C0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29888
- format: IA1
-segment2/segment2.074D0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29904
- format: IA1
-segment2/segment2.074E0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29920
- format: IA1
-segment2/segment2.074F0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29936
- format: IA1
-segment2/segment2.07500:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29952
- format: IA1
-segment2/segment2.07510:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29968
- format: IA1
-segment2/segment2.07520:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 29984
- format: IA1
-segment2/segment2.07530:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30000
- format: IA1
-segment2/segment2.07540:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30016
- format: IA1
-segment2/segment2.07550:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30032
- format: IA1
-segment2/segment2.07560:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30048
- format: IA1
-segment2/segment2.07570:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30064
- format: IA1
-segment2/segment2.07580:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30080
- format: IA1
-segment2/segment2.07590:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30096
- format: IA1
-segment2/segment2.075A0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30112
- format: IA1
-segment2/segment2.075B0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30128
- format: IA1
-segment2/segment2.075C0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30144
- format: IA1
-segment2/segment2.075D0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30160
- format: IA1
-segment2/segment2.075E0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30176
- format: IA1
-segment2/segment2.075F0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30192
- format: IA1
-segment2/segment2.07600:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30208
- format: IA1
-segment2/segment2.07610:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30224
- format: IA1
-segment2/segment2.07620:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30240
- format: IA1
-segment2/segment2.07630:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30256
- format: IA1
-segment2/segment2.07640:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30272
- format: IA1
-segment2/segment2.07650:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30288
- format: IA1
-segment2/segment2.07660:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30304
- format: IA1
-segment2/segment2.07670:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30320
- format: IA1
-segment2/segment2.07680:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30336
- format: IA1
-segment2/segment2.07690:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30352
- format: IA1
-segment2/segment2.076A0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30368
- format: IA1
-segment2/segment2.076B0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30384
- format: IA1
-segment2/segment2.076C0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30400
- format: IA1
-segment2/segment2.076D0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30416
- format: IA1
-segment2/segment2.076E0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30432
- format: IA1
-segment2/segment2.076F0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30448
- format: IA1
-segment2/segment2.07700:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30464
- format: IA1
-segment2/segment2.07710:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30480
- format: IA1
-segment2/segment2.07720:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30496
- format: IA1
-segment2/segment2.07730:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30512
- format: IA1
-segment2/segment2.07740:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30528
- format: IA1
-segment2/segment2.07750:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30544
- format: IA1
-segment2/segment2.07760:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30560
- format: IA1
-segment2/segment2.07770:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30576
- format: IA1
-segment2/segment2.07780:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30592
- format: IA1
-segment2/segment2.07790:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30608
- format: IA1
-segment2/segment2.077A0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30624
- format: IA1
-segment2/segment2.077B0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30640
- format: IA1
-segment2/segment2.077C0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30656
- format: IA1
-segment2/segment2.077D0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30672
- format: IA1
-segment2/segment2.077E0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30688
- format: IA1
-segment2/segment2.077F0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30704
- format: IA1
-segment2/segment2.07800:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30720
- format: IA1
-segment2/segment2.07810:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30736
- format: IA1
-segment2/segment2.07820:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30752
- format: IA1
-segment2/segment2.07830:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30768
- format: IA1
-segment2/segment2.07840:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30784
- format: IA1
-segment2/segment2.07850:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30800
- format: IA1
-segment2/segment2.07860:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30816
- format: IA1
-segment2/segment2.07870:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30832
- format: IA1
-segment2/segment2.07880:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30848
- format: IA1
-segment2/segment2.07890:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30864
- format: IA1
-segment2/segment2.078A0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30880
- format: IA1
-segment2/segment2.078B0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30896
- format: IA1
-segment2/segment2.078C0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30912
- format: IA1
-segment2/segment2.078D0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30928
- format: IA1
-segment2/segment2.078E0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30944
- format: IA1
-segment2/segment2.078F0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30960
- format: IA1
-segment2/segment2.07900:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30976
- format: IA1
-segment2/segment2.07910:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 30992
- format: IA1
-segment2/segment2.07920:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31008
- format: IA1
-segment2/segment2.07930:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31024
- format: IA1
-segment2/segment2.07940:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31040
- format: IA1
-segment2/segment2.07950:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31056
- format: IA1
-segment2/segment2.07960:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31072
- format: IA1
-segment2/segment2.07970:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31088
- format: IA1
-segment2/segment2.07980:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31104
- format: IA1
-segment2/segment2.07990:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31120
- format: IA1
-segment2/segment2.079A0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31136
- format: IA1
-segment2/segment2.079B0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31152
- format: IA1
-segment2/segment2.079C0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31168
- format: IA1
-segment2/segment2.079D0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31184
- format: IA1
-segment2/segment2.079E0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31200
- format: IA1
-segment2/segment2.079F0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31216
- format: IA1
-segment2/segment2.07A00:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31232
- format: IA1
-segment2/segment2.07A10:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31248
- format: IA1
-segment2/segment2.07A20:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31264
- format: IA1
-segment2/segment2.07A30:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31280
- format: IA1
-segment2/segment2.07A40:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31296
- format: IA1
-segment2/segment2.07A50:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31312
- format: IA1
-segment2/segment2.07A60:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31328
- format: IA1
-segment2/segment2.07A70:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31344
- format: IA1
-segment2/segment2.07A80:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31360
- format: IA1
-segment2/segment2.07A90:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31376
- format: IA1
-segment2/segment2.07AA0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31392
- format: IA1
-segment2/segment2.07AB0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31408
- format: IA1
-segment2/segment2.07AC0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31424
- format: IA1
-segment2/segment2.07AD0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31440
- format: IA1
-segment2/segment2.07AE0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31456
- format: IA1
-segment2/segment2.07AF0:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31472
- format: IA1
-segment2/segment2.07B00:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31488
- format: IA1
-segment2/segment2.07B10:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31504
- format: IA1
-segment2/segment2.07B20:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31520
- format: IA1
-segment2/segment2.07B30:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31536
- format: IA1
-segment2/segment2.07B40:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1078992
- mio0: 31552
- format: IA1
-segment2/segment2.07B50:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 31568
- format: RGBA16
-segment2/segment2.07D50:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 32080
- format: RGBA16
-segment2/segment2.07F50:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1078992
- mio0: 32592
- format: RGBA16
-segment2/segment2.08150:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 33104
- format: RGBA16
-segment2/segment2.081D0:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1078992
- mio0: 33232
- format: RGBA16
-segment2/segment2.0F458:
- type: TEXTURE
- size: 2048
- width: 32
- height: 64
- offset: 1078992
- mio0: 62552
- format: IA8
-segment2/segment2.0FC58:
- type: TEXTURE
- size: 2048
- width: 32
- height: 64
- offset: 1078992
- mio0: 64600
- format: IA8
-segment2/segment2.10458:
- type: TEXTURE
- size: 4096
- width: 64
- height: 64
- offset: 1078992
- mio0: 66648
- format: IA8
-segment2/segment2.11458:
- type: TEXTURE
- size: 2048
- width: 32
- height: 64
- offset: 1078992
- mio0: 70744
- format: IA8
-segment2/segment2.11C58:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1078992
- mio0: 72792
- format: RGBA16
-segment2/segment2.12458:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1078992
- mio0: 74840
- format: RGBA16
-segment2/segment2.12C58:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1078992
- mio0: 76888
- format: RGBA16
-segment2/segment2.13458:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1078992
- mio0: 78936
- format: IA16
-segment2/segment2.13C58:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1078992
- mio0: 80984
- format: RGBA16
-segment2/segment2.14838:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 1078992
- mio0: 84024
- format: IA8
-segment2/shadow_quarter_circle:
- type: TEXTURE
- size: 256
- width: 16
- height: 16
- offset: 1078992
- mio0: 62040
- format: IA8
-segment2/shadow_quarter_square:
- type: TEXTURE
- size: 256
- width: 16
- height: 16
- offset: 1078992
- mio0: 62296
- format: IA8
-sky/metal_hole:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3390640
- mio0: 26624
- format: RGBA16
-sky/rr_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3390640
- mio0: 0
- format: RGBA16
-sky/rr_textures.00800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3390640
- mio0: 2048
- format: RGBA16
-sky/rr_textures.01000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3390640
- mio0: 4096
- format: RGBA16
-sky/rr_textures.01800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3390640
- mio0: 6144
- format: RGBA16
-sky/rr_textures.02000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3390640
- mio0: 8192
- format: RGBA16
-sky/rr_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3390640
- mio0: 12288
- format: RGBA16
-sky/rr_textures.03800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3390640
- mio0: 14336
- format: RGBA16
-sky/rr_textures.04800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3390640
- mio0: 18432
- format: RGBA16
-sky/rr_textures.05000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3390640
- mio0: 20480
- format: RGBA16
-sky/rr_textures.05800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3390640
- mio0: 22528
- format: RGBA16
-sky/rr_textures.06000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3390640
- mio0: 24576
- format: RGBA16
-sky/rr_textures.07000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3390640
- mio0: 28672
- format: RGBA16
-sky/rr_textures.07800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3390640
- mio0: 30720
- format: RGBA16
-sky/rr_textures.08000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3390640
- mio0: 32768
- format: RGBA16
-skyboxes/bbh:
- type: BLOB
- size: 84288
- offset: 3118928
- mio0: 0
-skyboxes/bidw:
- type: BLOB
- size: 131392
- offset: 3146352
- mio0: 0
-skyboxes/bitfs:
- type: BLOB
- size: 102720
- offset: 2942432
- mio0: 0
-skyboxes/bits:
- type: BLOB
- size: 131392
- offset: 3191904
- mio0: 0
-skyboxes/ccm:
- type: BLOB
- size: 131392
- offset: 2847920
- mio0: 0
-skyboxes/cloud_floor:
- type: BLOB
- size: 131392
- offset: 3038752
- mio0: 0
-skyboxes/clouds:
- type: BLOB
- size: 84288
- offset: 2906480
- mio0: 0
-skyboxes/ssl:
- type: BLOB
- size: 131392
- offset: 3078784
- mio0: 0
-skyboxes/water:
- type: BLOB
- size: 131392
- offset: 2796624
- mio0: 0
-skyboxes/wdw:
- type: BLOB
- size: 131392
- offset: 2968208
- mio0: 0
-snow/ccm_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3405536
- mio0: 0
- format: RGBA16
-snow/ccm_textures.00800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3405536
- mio0: 2048
- format: RGBA16
-snow/ccm_textures.01000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3405536
- mio0: 4096
- format: RGBA16
-snow/ccm_textures.02000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3405536
- mio0: 8192
- format: RGBA16
-snow/ccm_textures.02800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3405536
- mio0: 10240
- format: RGBA16
-snow/ccm_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3405536
- mio0: 12288
- format: RGBA16
-snow/ccm_textures.03800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3405536
- mio0: 14336
- format: RGBA16
-snow/ccm_textures.04000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3405536
- mio0: 16384
- format: RGBA16
-snow/ccm_textures.04800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3405536
- mio0: 18432
- format: RGBA16
-snow/ccm_textures.05000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3405536
- mio0: 20480
- format: RGBA16
-snow/ccm_textures.05800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3405536
- mio0: 22528
- format: RGBA16
-snow/ccm_textures.06000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3405536
- mio0: 24576
- format: RGBA16
-snow/ccm_textures.06800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3405536
- mio0: 26624
- format: RGBA16
-snow/ccm_textures.07000:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3405536
- mio0: 28672
- format: RGBA16
-snow/ccm_textures.08000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3405536
- mio0: 32768
- format: RGBA16
-snow/ccm_textures.08800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3405536
- mio0: 34816
- format: RGBA16
-snow/ccm_textures.09000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3405536
- mio0: 36864
- format: IA16
-snow/ccm_textures.09800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3405536
- mio0: 38912
- format: IA16
-spooky/bbh_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3298272
- mio0: 0
- format: RGBA16
-spooky/bbh_textures.00800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3298272
- mio0: 2048
- format: RGBA16
-spooky/bbh_textures.01800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3298272
- mio0: 6144
- format: RGBA16
-spooky/bbh_textures.02800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3298272
- mio0: 10240
- format: RGBA16
-spooky/bbh_textures.03800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3298272
- mio0: 14336
- format: RGBA16
-spooky/bbh_textures.04800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3298272
- mio0: 18432
- format: RGBA16
-spooky/bbh_textures.05000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3298272
- mio0: 20480
- format: RGBA16
-spooky/bbh_textures.06000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3298272
- mio0: 24576
- format: RGBA16
-spooky/bbh_textures.06800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3298272
- mio0: 26624
- format: RGBA16
-spooky/bbh_textures.07000:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3298272
- mio0: 28672
- format: RGBA16
-spooky/bbh_textures.08000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3298272
- mio0: 32768
- format: RGBA16
-spooky/bbh_textures.08800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3298272
- mio0: 34816
- format: RGBA16
-spooky/bbh_textures.09000:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3298272
- mio0: 36864
- format: RGBA16
-spooky/bbh_textures.0A000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1462368
- mio0: 49800
- format: RGBA16
-spooky/bbh_textures.0A800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3298272
- mio0: 43008
- format: IA16
-spooky/bbh_textures.0B000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3298272
- mio0: 45056
- format: IA16
-spooky/bbh_textures.0B800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3298272
- mio0: 47104
- format: IA16
-title_screen_bg/title_screen_bg.001C0:
- type: TEXTURE
- size: 3200
- width: 80
- height: 20
- offset: 2550336
- mio0: 448
- format: RGBA16
-title_screen_bg/title_screen_bg.00E40:
- type: TEXTURE
- size: 3200
- width: 80
- height: 20
- offset: 2550336
- mio0: 3648
- format: RGBA16
-title_screen_bg/title_screen_bg.01AC0:
- type: TEXTURE
- size: 3200
- width: 80
- height: 20
- offset: 2550336
- mio0: 6848
- format: RGBA16
-title_screen_bg/title_screen_bg.02740:
- type: TEXTURE
- size: 3200
- width: 80
- height: 20
- offset: 2550336
- mio0: 10048
- format: RGBA16
-title_screen_bg/title_screen_bg.033C0:
- type: TEXTURE
- size: 3200
- width: 80
- height: 20
- offset: 2550336
- mio0: 13248
- format: RGBA16
-title_screen_bg/title_screen_bg.04040:
- type: TEXTURE
- size: 3200
- width: 80
- height: 20
- offset: 2550336
- mio0: 16448
- format: RGBA16
-title_screen_bg/title_screen_bg.04CC0:
- type: TEXTURE
- size: 3200
- width: 80
- height: 20
- offset: 2550336
- mio0: 19648
- format: RGBA16
-title_screen_bg/title_screen_bg.05940:
- type: TEXTURE
- size: 3200
- width: 80
- height: 20
- offset: 2550336
- mio0: 22848
- format: RGBA16
-water/jrb_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3354832
- mio0: 0
- format: RGBA16
-water/jrb_textures.00800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3354832
- mio0: 2048
- format: RGBA16
-water/jrb_textures.01800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3354832
- mio0: 6144
- format: RGBA16
-water/jrb_textures.02800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3354832
- mio0: 10240
- format: RGBA16
-water/jrb_textures.03800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3354832
- mio0: 14336
- format: RGBA16
-water/jrb_textures.04800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3354832
- mio0: 18432
- format: RGBA16
-water/jrb_textures.05800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3354832
- mio0: 22528
- format: RGBA16
-water/jrb_textures.06000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3354832
- mio0: 24576
- format: RGBA16
-water/jrb_textures.06800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3354832
- mio0: 26624
- format: RGBA16
-water/jrb_textures.07800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3354832
- mio0: 30720
- format: RGBA16
-water/jrb_textures.08800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3354832
- mio0: 34816
- format: RGBA16
-water/jrb_textures.09000:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3354832
- mio0: 36864
- format: RGBA16
-water/jrb_textures.0A000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3354832
- mio0: 40960
- format: RGBA16
-water/jrb_textures.0A800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3354832
- mio0: 43008
- format: RGBA16
-water/jrb_textures.0B800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3354832
- mio0: 47104
- format: RGBA16
diff --git a/assets/sm64/us/actors.yml b/assets/sm64/us/actors.yml
deleted file mode 100644
index 3519fe0..0000000
--- a/assets/sm64/us/actors.yml
+++ /dev/null
@@ -1,3704 +0,0 @@
-amp/amp_body:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2040320
- mio0: 6936
- format: RGBA16
-amp/amp_electricity:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 2040320
- mio0: 3864
- format: RGBA16
-amp/amp_eyes:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2040320
- mio0: 4888
- format: RGBA16
-amp/amp_mouth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2040320
- mio0: 8984
- format: RGBA16
-blue_coin_switch/blue_coin_switch_side:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 2040320
- mio0: 24
- format: RGBA16
-blue_coin_switch/blue_coin_switch_top:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2040320
- mio0: 1048
- format: RGBA16
-blue_fish/blue_fish:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 112096
- format: RGBA16
-bobomb/bob-omb_buddy_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1264928
- mio0: 120
- format: RGBA16
-bobomb/bob-omb_buddy_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1264928
- mio0: 4216
- format: RGBA16
-bobomb/bob-omb_eyes:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1264928
- mio0: 18552
- format: RGBA16
-bobomb/bob-omb_eyes_blink:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1264928
- mio0: 20600
- format: RGBA16
-bobomb/bob-omb_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2040320
- mio0: 121440
- format: RGBA16
-bobomb/bob-omb_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2040320
- mio0: 125536
- format: RGBA16
-bomb/bomb_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1606720
- mio0: 359440
- format: RGBA16
-bomb/bomb_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1606720
- mio0: 363536
- format: RGBA16
-bomb/bomb_spike:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1606720
- mio0: 367632
- format: RGBA16
-boo/boo_eyes:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1469536
- mio0: 39744
- format: RGBA16
-boo/boo_mouth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1469536
- mio0: 43840
- format: RGBA16
-boo_castle/bbh_boo_eyes:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1469536
- mio0: 39744
- format: RGBA16
-boo_castle/bbh_boo_mouth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1469536
- mio0: 43840
- format: RGBA16
-book/book_cover:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1469536
- mio0: 4192
- format: RGBA16
-bookend/bookend_cover:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1469536
- mio0: 4192
- format: RGBA16
-bookend/bookend_mouth:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 1469536
- mio0: 2144
- format: RGBA16
-bookend/bookend_pages:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 1469536
- mio0: 3168
- format: RGBA16
-bookend/bookend_spine:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 1469536
- mio0: 96
- format: RGBA16
-bookend/bookend_tooth:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 1469536
- mio0: 1120
- format: RGBA16
-bowser/bowser_armband:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1606720
- mio0: 146488
- format: RGBA16
-bowser/bowser_armband_spike:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1606720
- mio0: 142392
- format: RGBA16
-bowser/bowser_blue_eye_unused:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1606720
- mio0: 156728
- format: RGBA16
-bowser/bowser_body:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1606720
- mio0: 140344
- format: RGBA16
-bowser/bowser_chest:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1606720
- mio0: 152632
- format: RGBA16
-bowser/bowser_claw_edge:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1606720
- mio0: 171064
- format: RGBA16
-bowser/bowser_claw_horn_angle:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1606720
- mio0: 179256
- format: RGBA16
-bowser/bowser_claw_horn_tooth:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1606720
- mio0: 175160
- format: RGBA16
-bowser/bowser_eye_center_0:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1606720
- mio0: 195640
- format: RGBA16
-bowser/bowser_eye_center_1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1606720
- mio0: 195640
- format: RGBA16
-bowser/bowser_eye_closed_0:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1606720
- mio0: 191544
- format: RGBA16
-bowser/bowser_eye_closed_1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1606720
- mio0: 191544
- format: RGBA16
-bowser/bowser_eye_far_left_0:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1606720
- mio0: 203832
- format: RGBA16
-bowser/bowser_eye_far_left_1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1606720
- mio0: 203832
- format: RGBA16
-bowser/bowser_eye_half_closed_0:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1606720
- mio0: 187448
- format: RGBA16
-bowser/bowser_eye_half_closed_1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1606720
- mio0: 187448
- format: RGBA16
-bowser/bowser_eye_left_0:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1606720
- mio0: 183352
- format: RGBA16
-bowser/bowser_eye_left_1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1606720
- mio0: 183352
- format: RGBA16
-bowser/bowser_eye_right_0:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1606720
- mio0: 199736
- format: RGBA16
-bowser/bowser_eye_right_1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1606720
- mio0: 199736
- format: RGBA16
-bowser/bowser_eyebrow:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1606720
- mio0: 130104
- format: RGBA16
-bowser/bowser_hair:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1606720
- mio0: 166968
- format: RGBA16
-bowser/bowser_mouth_unused:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1606720
- mio0: 160824
- format: RGBA16
-bowser/bowser_muzzle:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1606720
- mio0: 134200
- format: RGBA16
-bowser/bowser_nostrils:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1606720
- mio0: 136248
- format: RGBA16
-bowser/bowser_shell:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1606720
- mio0: 128056
- format: RGBA16
-bowser/bowser_shell_edge:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1606720
- mio0: 154680
- format: RGBA16
-bowser/bowser_tongue:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1606720
- mio0: 148536
- format: RGBA16
-bowser/bowser_upper_face:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1606720
- mio0: 164920
- format: RGBA16
-bowser_flame/bowser_flame_0:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1606720
- mio0: 0
- format: RGBA16
-bowser_flame/bowser_flame_1:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1606720
- mio0: 8192
- format: RGBA16
-bowser_flame/bowser_flame_10:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1606720
- mio0: 81920
- format: RGBA16
-bowser_flame/bowser_flame_11:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1606720
- mio0: 90112
- format: RGBA16
-bowser_flame/bowser_flame_12:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1606720
- mio0: 98304
- format: RGBA16
-bowser_flame/bowser_flame_13:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1606720
- mio0: 106496
- format: RGBA16
-bowser_flame/bowser_flame_2:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1606720
- mio0: 16384
- format: RGBA16
-bowser_flame/bowser_flame_3:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1606720
- mio0: 24576
- format: RGBA16
-bowser_flame/bowser_flame_4:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1606720
- mio0: 32768
- format: RGBA16
-bowser_flame/bowser_flame_5:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1606720
- mio0: 40960
- format: RGBA16
-bowser_flame/bowser_flame_6:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1606720
- mio0: 49152
- format: RGBA16
-bowser_flame/bowser_flame_7:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1606720
- mio0: 57344
- format: RGBA16
-bowser_flame/bowser_flame_8:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1606720
- mio0: 65536
- format: RGBA16
-bowser_flame/bowser_flame_9:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1606720
- mio0: 73728
- format: RGBA16
-breakable_box/cork_box_surface:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2040320
- mio0: 74384
- format: RGBA16
-breakable_box/crazy_box_surface:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2040320
- mio0: 72336
- format: RGBA16
-bub/bub_eye_border:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1575856
- mio0: 5128
- format: RGBA16
-bub/bub_eyes:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1575856
- mio0: 1032
- format: RGBA16
-bub/bub_fins:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1575856
- mio0: 7176
- format: RGBA16
-bub/bub_scales:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1575856
- mio0: 9224
- format: RGBA16
-bubba/bubba_eye_border:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1575856
- mio0: 5128
- format: RGBA16
-bubba/bubba_eyes_unused:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1575856
- mio0: 1032
- format: RGBA16
-bubba/bubba_fins:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1575856
- mio0: 7176
- format: RGBA16
-bubba/bubba_scales:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1575856
- mio0: 9224
- format: RGBA16
-bubba/bubba_sunglasses:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 1575856
- mio0: 8
- format: RGBA16
-bubble/bubble:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 118112
- format: RGBA16
-bubble/mr_i_bubble:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 120160
- format: RGBA16
-bullet_bill/bullet_bill_eye:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1222624
- mio0: 47784
- format: RGBA16
-bullet_bill/bullet_bill_mouth:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1222624
- mio0: 51880
- format: RGBA16
-bully/bully_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1256544
- mio0: 9320
- format: RGBA16
-bully/bully_horn:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1256544
- mio0: 224
- format: RGBA16
-bully/bully_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1256544
- mio0: 1128
- format: RGBA16
-bully/bully_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1256544
- mio0: 5224
- format: RGBA16
-burn_smoke/burn_smoke:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 137216
- format: IA16
-butterfly/butterfly_wing:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2102288
- mio0: 17320
- format: RGBA16
-cannon_barrel/cannon_barrel:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2040320
- mio0: 22696
- format: RGBA16
-cannon_base/cannon_base:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2040320
- mio0: 18872
- format: RGBA16
-cannon_lid/cannon_lid:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2040320
- mio0: 16472
- format: RGBA16
-capswitch/cap_switch_base:
- type: TEXTURE
- size: 128
- width: 16
- height: 4
- offset: 1464912
- mio0: 11336
- format: RGBA16
-capswitch/cap_switch_head:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1464912
- mio0: 7240
- format: IA16
-chain_ball/chain_ball:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1851952
- mio0: 133864
- format: RGBA16
-chain_chomp/chain_chomp_bright_shine:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1851952
- mio0: 136144
- format: RGBA16
-chain_chomp/chain_chomp_dull_shine:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1851952
- mio0: 138192
- format: RGBA16
-chain_chomp/chain_chomp_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1851952
- mio0: 144336
- format: RGBA16
-chain_chomp/chain_chomp_tongue:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1851952
- mio0: 140240
- format: RGBA16
-chain_chomp/chain_chomp_tooth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1469536
- mio0: 27376
- format: RGBA16
-chair/chair_bottom:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 1469536
- mio0: 16480
- format: RGBA16
-chair/chair_front:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1469536
- mio0: 12384
- format: RGBA16
-chair/chair_leg:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1469536
- mio0: 14432
- format: RGBA16
-chair/chair_surface_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1469536
- mio0: 17504
- format: RGBA16
-checkerboard_platform/checkerboard_platform:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2040320
- mio0: 52288
- format: RGBA16
-checkerboard_platform/checkerboard_platform_side:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 2040320
- mio0: 51264
- format: RGBA16
-chillychief/chill_bully_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1256544
- mio0: 9320
- format: RGBA16
-chillychief/chill_bully_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1987056
- mio0: 96
- format: RGBA16
-chillychief/chill_bully_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1987056
- mio0: 4192
- format: RGBA16
-chuckya/chuckya_body_arm_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2040320
- mio0: 32632
- format: RGBA16
-chuckya/chuckya_body_arm_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2040320
- mio0: 36728
- format: RGBA16
-chuckya/chuckya_eyes:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2040320
- mio0: 26488
- format: RGBA16
-chuckya/chuckya_hand_antenna:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2040320
- mio0: 30584
- format: RGBA16
-clam_shell/clam_shell:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1292560
- mio0: 48
- format: RGBA16
-clam_shell/clam_shell_mouth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1292560
- mio0: 2096
- format: RGBA16
-coin/coin_front:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 22400
- format: IA16
-coin/coin_side:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 26496
- format: IA16
-coin/coin_tilt_left:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 28544
- format: IA16
-coin/coin_tilt_right:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 24448
- format: IA16
-cyan_fish/cyan_fish:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1809600
- mio0: 54376
- format: RGBA16
-dirt/dirt_particle:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2102288
- mio0: 179704
- format: RGBA16
-door/bbh_door:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2102288
- mio0: 66832
- format: RGBA16
-door/bbh_door_overlay:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 70928
- format: RGBA16
-door/door_lock:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 2102288
- mio0: 79120
- format: RGBA16
-door/hmc_mural_door:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2102288
- mio0: 60688
- format: RGBA16
-door/hmc_mural_door_overlay:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 64784
- format: RGBA16
-door/metal_door:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2102288
- mio0: 54544
- format: RGBA16
-door/metal_door_overlay:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 58640
- format: RGBA16
-door/one_star_door_sign:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 75024
- format: RGBA16
-door/polished_wooden_door:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2102288
- mio0: 40208
- format: RGBA16
-door/polished_wooden_door_overlay:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2102288
- mio0: 44304
- format: RGBA16
-door/rough_wooden_door:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2102288
- mio0: 48400
- format: RGBA16
-door/rough_wooden_door_overlay:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 52496
- format: RGBA16
-door/three_star_door_sign:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 77072
- format: RGBA16
-door/zero_star_door_sign:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 72976
- format: RGBA16
-dorrie/dorrie_eye:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1998560
- mio0: 39840
- format: RGBA16
-dorrie/dorrie_skin:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1998560
- mio0: 40352
- format: RGBA16
-dorrie/dorrie_tongue:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1851952
- mio0: 140240
- format: RGBA16
-exclamation_box/exclamation_box_front:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2040320
- mio0: 95784
- format: RGBA16
-exclamation_box/exclamation_box_side:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 2040320
- mio0: 97832
- format: RGBA16
-exclamation_box/metal_cap_box_front:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2040320
- mio0: 83496
- format: RGBA16
-exclamation_box/metal_cap_box_side:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 2040320
- mio0: 85544
- format: RGBA16
-exclamation_box/vanish_cap_box_front:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2040320
- mio0: 77352
- format: RGBA16
-exclamation_box/vanish_cap_box_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2040320
- mio0: 79400
- format: RGBA16
-exclamation_box/wing_cap_box_front:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2040320
- mio0: 89640
- format: RGBA16
-exclamation_box/wing_cap_box_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2040320
- mio0: 91688
- format: RGBA16
-exclamation_box_outline/exclamation_box_outline:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2040320
- mio0: 151912
- format: RGBA16
-exclamation_box_outline/exclamation_point:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 2040320
- mio0: 154240
- format: RGBA16
-explosion/explosion_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 2568
- format: RGBA16
-explosion/explosion_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 4616
- format: RGBA16
-explosion/explosion_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 6664
- format: RGBA16
-explosion/explosion_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 8712
- format: RGBA16
-explosion/explosion_4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 10760
- format: RGBA16
-explosion/explosion_5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 12808
- format: RGBA16
-explosion/explosion_6:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 14856
- format: RGBA16
-eyerok/eyerok_bricks:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1334928
- mio0: 36160
- format: RGBA16
-eyerok/eyerok_eye_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1334928
- mio0: 44352
- format: RGBA16
-eyerok/eyerok_eye_mostly_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1334928
- mio0: 42304
- format: RGBA16
-eyerok/eyerok_eye_mostly_open:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1334928
- mio0: 40256
- format: RGBA16
-eyerok/eyerok_eye_open:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1334928
- mio0: 38208
- format: RGBA16
-flame/flame_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 95008
- format: IA16
-flame/flame_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 97056
- format: IA16
-flame/flame_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 99104
- format: IA16
-flame/flame_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 101152
- format: IA16
-flame/flame_4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 103200
- format: IA16
-flame/flame_5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 105248
- format: IA16
-flame/flame_6:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 107296
- format: IA16
-flame/flame_7:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 109344
- format: IA16
-flyguy/flyguy_cloth_wrinkle:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 2040320
- mio0: 57480
- format: RGBA16
-flyguy/flyguy_face:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2040320
- mio0: 61576
- format: RGBA16
-flyguy/flyguy_propeller:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2040320
- mio0: 63624
- format: IA16
-fwoosh/fwoosh_face:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1384912
- mio0: 88072
- format: IA16
-goomba/goomba_body:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2040320
- mio0: 103728
- format: RGBA16
-goomba/goomba_face:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2040320
- mio0: 105776
- format: RGBA16
-goomba/goomba_face_blink:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2040320
- mio0: 107824
- format: RGBA16
-haunted_cage/bbh_cage_bars:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1469536
- mio0: 55944
- format: RGBA16
-haunted_cage/bbh_cage_double_ornament:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1469536
- mio0: 51848
- format: RGBA16
-haunted_cage/bbh_cage_floor:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1469536
- mio0: 49800
- format: RGBA16
-haunted_cage/bbh_cage_garbage:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1469536
- mio0: 57992
- format: RGBA16
-haunted_cage/bbh_cage_ornament:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 1469536
- mio0: 53896
- format: RGBA16
-haunted_cage/bbh_cage_wooden_base:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 1469536
- mio0: 54920
- format: RGBA16
-heart/spinning_heart:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2040320
- mio0: 55264
- format: RGBA16
-heave_ho/heave-ho_arm_ornament:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1222624
- mio0: 68040
- format: RGBA16
-heave_ho/heave-ho_face:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1222624
- mio0: 59848
- format: RGBA16
-heave_ho/heave-ho_logo:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1222624
- mio0: 63944
- format: RGBA16
-heave_ho/heave-ho_platform:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1222624
- mio0: 61896
- format: RGBA16
-heave_ho/heave-ho_roller:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1222624
- mio0: 70088
- format: RGBA16
-heave_ho/heave-ho_turnkey:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1222624
- mio0: 70600
- format: RGBA16
-hoot/hoot_eyes:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1222624
- mio0: 2592
- format: RGBA16
-hoot/hoot_wing:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1222624
- mio0: 7760
- format: RGBA16
-hoot/hoot_wing_tip:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1222624
- mio0: 9808
- format: RGBA16
-impact_ring/impact_ring_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1606720
- mio0: 117328
- format: IA16
-impact_ring/impact_ring_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1606720
- mio0: 121424
- format: IA16
-impact_smoke/impact_smoke_0:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1606720
- mio0: 371576
- format: IA16
-impact_smoke/impact_smoke_1:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1606720
- mio0: 379768
- format: IA16
-impact_smoke/impact_smoke_2:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1606720
- mio0: 387960
- format: IA16
-impact_smoke/impact_smoke_3:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1606720
- mio0: 396152
- format: IA16
-king_bobomb/bob-omb_buddy_body_unused:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1264928
- mio0: 25720
- format: RGBA16
-king_bobomb/bob-omb_buddy_left_side_unused:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1264928
- mio0: 120
- format: RGBA16
-king_bobomb/bob-omb_buddy_right_side_unused:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1264928
- mio0: 4216
- format: RGBA16
-king_bobomb/king_bob-omb_arm:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1264928
- mio0: 8312
- format: RGBA16
-king_bobomb/king_bob-omb_body_unused:
- type: TEXTURE
- size: 8192
- width: 64
- height: 64
- offset: 1264928
- mio0: 10360
- format: RGBA16
-king_bobomb/king_bob-omb_crown_rim:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 1264928
- mio0: 24696
- format: RGBA16
-king_bobomb/king_bob-omb_eyes:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1264928
- mio0: 18552
- format: RGBA16
-king_bobomb/king_bob-omb_eyes_blink:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1264928
- mio0: 20600
- format: RGBA16
-king_bobomb/king_bob-omb_hand:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1264928
- mio0: 22648
- format: RGBA16
-king_bobomb/king_bob-omb_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1264928
- mio0: 33912
- format: RGBA16
-king_bobomb/king_bob-omb_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1264928
- mio0: 38008
- format: RGBA16
-klepto/klepto_beak:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1334928
- mio0: 4104
- format: RGBA16
-klepto/klepto_chest_tuft:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1334928
- mio0: 8
- format: RGBA16
-klepto/klepto_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1334928
- mio0: 2056
- format: RGBA16
-klepto/klepto_wing:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1334928
- mio0: 8200
- format: RGBA16
-klepto/klepto_wing_flap:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1334928
- mio0: 12296
- format: RGBA16
-koopa/koopa_eye_border:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1851952
- mio0: 22088
- format: RGBA16
-koopa/koopa_eyes_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1851952
- mio0: 20040
- format: RGBA16
-koopa/koopa_eyes_open:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1851952
- mio0: 17992
- format: RGBA16
-koopa/koopa_nostrils:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1851952
- mio0: 24136
- format: RGBA16
-koopa/koopa_shell_back:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1851952
- mio0: 11848
- format: RGBA16
-koopa/koopa_shell_front:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1851952
- mio0: 9800
- format: RGBA16
-koopa/koopa_shell_front_top:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1851952
- mio0: 15944
- format: RGBA16
-koopa/koopa_shoe:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1851952
- mio0: 13896
- format: RGBA16
-koopa_flag/koopa_flag_banner:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1851952
- mio0: 72
- format: RGBA16
-koopa_shell/koopa_shell_back:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1851952
- mio0: 11848
- format: RGBA16
-koopa_shell/koopa_shell_front:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1851952
- mio0: 9800
- format: RGBA16
-lakitu_cameraman/lakitu_camera_lens:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1934096
- mio0: 14336
- format: RGBA16
-lakitu_cameraman/lakitu_cameraman_cloud_face_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1575856
- mio0: 60640
- format: RGBA16
-lakitu_cameraman/lakitu_cameraman_eyes_closed:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1575856
- mio0: 66784
- format: RGBA16
-lakitu_cameraman/lakitu_cameraman_eyes_open:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1575856
- mio0: 62688
- format: RGBA16
-lakitu_cameraman/lakitu_cameraman_frown:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1575856
- mio0: 72928
- format: RGBA16
-lakitu_cameraman/lakitu_cameraman_shell:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1575856
- mio0: 70880
- format: RGBA16
-lakitu_enemy/lakitu_enemy_cloud_face_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1575856
- mio0: 60640
- format: RGBA16
-lakitu_enemy/lakitu_enemy_eyes_closed:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1575856
- mio0: 66784
- format: RGBA16
-lakitu_enemy/lakitu_enemy_eyes_open:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1575856
- mio0: 62688
- format: RGBA16
-lakitu_enemy/lakitu_enemy_frown:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1575856
- mio0: 72928
- format: RGBA16
-lakitu_enemy/lakitu_enemy_shell:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1575856
- mio0: 70880
- format: RGBA16
-leaves/leaf:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2102288
- mio0: 117728
- format: RGBA16
-mad_piano/mad_piano_body:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 1469536
- mio0: 29424
- format: RGBA16
-mad_piano/mad_piano_keys:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 1469536
- mio0: 32496
- format: RGBA16
-mad_piano/mad_piano_keys_corner:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 1469536
- mio0: 30448
- format: RGBA16
-mad_piano/mad_piano_keys_edge:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 1469536
- mio0: 33520
- format: RGBA16
-mad_piano/mad_piano_mouth:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 1469536
- mio0: 31472
- format: RGBA16
-mad_piano/mad_piano_tooth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1469536
- mio0: 27376
- format: RGBA16
-manta/manta_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1292560
- mio0: 12192
- format: RGBA16
-manta/manta_fin_corner:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1292560
- mio0: 6048
- format: RGBA16
-manta/manta_fin_edge:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1292560
- mio0: 14240
- format: RGBA16
-manta/manta_gills:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1292560
- mio0: 8096
- format: RGBA16
-mario/mario_eyes_center:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 12432
- format: RGBA16
-mario/mario_eyes_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 16528
- format: RGBA16
-mario/mario_eyes_closed_unused_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 16528
- format: RGBA16
-mario/mario_eyes_closed_unused_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 16528
- format: RGBA16
-mario/mario_eyes_dead:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 30864
- format: RGBA16
-mario/mario_eyes_down_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 28816
- format: RGBA16
-mario/mario_eyes_half_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 14480
- format: RGBA16
-mario/mario_eyes_left_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 22672
- format: RGBA16
-mario/mario_eyes_right_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 24720
- format: RGBA16
-mario/mario_eyes_up_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 26768
- format: RGBA16
-mario/mario_logo:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 6288
- format: RGBA16
-mario/mario_metal:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1132368
- mio0: 144
- format: RGBA16
-mario/mario_metal_wing_tip_unused:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1132368
- mio0: 45200
- format: RGBA16
-mario/mario_metal_wing_unused:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1132368
- mio0: 41104
- format: RGBA16
-mario/mario_mustache:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 10384
- format: RGBA16
-mario/mario_overalls_button:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 4240
- format: RGBA16
-mario/mario_sideburn:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 8336
- format: RGBA16
-mario/mario_wing:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1132368
- mio0: 32912
- format: RGBA16
-mario/mario_wing_tip:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1132368
- mio0: 37008
- format: RGBA16
-mario_cap/mario_cap_logo:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 6288
- format: RGBA16
-mario_cap/mario_cap_metal:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1132368
- mio0: 144
- format: RGBA16
-mario_cap/mario_cap_metal_wing_tip_unused:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1132368
- mio0: 45200
- format: RGBA16
-mario_cap/mario_cap_metal_wing_unused:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1132368
- mio0: 41104
- format: RGBA16
-mario_cap/mario_cap_wing:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1132368
- mio0: 32912
- format: RGBA16
-mario_cap/mario_cap_wing_tip:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1132368
- mio0: 37008
- format: RGBA16
-metal_box/metal_box_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2040320
- mio0: 145816
- format: RGBA16
-mips/mips_eyes:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1934096
- mio0: 64624
- format: RGBA16
-mist/mist:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 128
- format: IA16
-moneybag/moneybag_eyes:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1987056
- mio0: 18864
- format: RGBA16
-moneybag/moneybag_mouth:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1987056
- mio0: 14768
- format: RGBA16
-monty_mole/monty_mole_cheek:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1384912
- mio0: 2416
- format: RGBA16
-monty_mole/monty_mole_claw:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1384912
- mio0: 10608
- format: RGBA16
-monty_mole/monty_mole_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1384912
- mio0: 4464
- format: RGBA16
-monty_mole/monty_mole_nose:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1384912
- mio0: 6512
- format: RGBA16
-monty_mole/monty_mole_tooth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1384912
- mio0: 8560
- format: RGBA16
-monty_mole_hole/monty_mole_hole:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1384912
- mio0: 64
- format: IA16
-mr_i_eyeball/mr_i_eyeball_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1998560
- mio0: 128
- format: RGBA16
-mr_i_eyeball/mr_i_eyeball_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1998560
- mio0: 4224
- format: RGBA16
-mr_i_iris/mr_i_iris_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1998560
- mio0: 14704
- format: RGBA16
-mr_i_iris/mr_i_iris_mostly_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1998560
- mio0: 12656
- format: RGBA16
-mr_i_iris/mr_i_iris_mostly_open:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1998560
- mio0: 10608
- format: RGBA16
-mr_i_iris/mr_i_iris_open:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1998560
- mio0: 8560
- format: RGBA16
-mushroom_1up/1-up_mushroom:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2102288
- mio0: 169512
- format: RGBA16
-peach/peach_chest_jewel:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1497200
- mio0: 11304
- format: RGBA16
-peach/peach_crown_jewel:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1497200
- mio0: 10792
- format: RGBA16
-peach/peach_dress:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1497200
- mio0: 16424
- format: RGBA16
-peach/peach_eye_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1497200
- mio0: 8744
- format: RGBA16
-peach/peach_eye_mostly_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1497200
- mio0: 6696
- format: RGBA16
-peach/peach_eye_mostly_open:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1497200
- mio0: 4648
- format: RGBA16
-peach/peach_eye_open:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1497200
- mio0: 2600
- format: RGBA16
-peach/peach_lips:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1497200
- mio0: 13864
- format: RGBA16
-peach/peach_lips_scrunched:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1497200
- mio0: 11816
- format: RGBA16
-peach/peach_nostril:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1497200
- mio0: 15912
- format: RGBA16
-pebble/pebble:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 115456
- format: RGBA16
-penguin/penguin_beak:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1443440
- mio0: 21984
- format: RGBA16
-penguin/penguin_eye_angry:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1443440
- mio0: 17888
- format: RGBA16
-penguin/penguin_eye_angry_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1443440
- mio0: 19936
- format: RGBA16
-penguin/penguin_eye_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1443440
- mio0: 15840
- format: RGBA16
-penguin/penguin_eye_half_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1443440
- mio0: 13792
- format: RGBA16
-penguin/penguin_eye_open:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1443440
- mio0: 11744
- format: RGBA16
-piranha_plant/piranha_plant_bottom_lip:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1851952
- mio0: 78840
- format: RGBA16
-piranha_plant/piranha_plant_leaf:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1851952
- mio0: 82936
- format: RGBA16
-piranha_plant/piranha_plant_skin:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1851952
- mio0: 74744
- format: RGBA16
-piranha_plant/piranha_plant_stem:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1851952
- mio0: 76792
- format: RGBA16
-piranha_plant/piranha_plant_tongue:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1606720
- mio0: 148536
- format: RGBA16
-piranha_plant/piranha_plant_tooth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1851952
- mio0: 80888
- format: RGBA16
-pokey/pokey_body:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1334928
- mio0: 75896
- format: RGBA16
-pokey/pokey_face:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1334928
- mio0: 71504
- format: RGBA16
-pokey/pokey_face_blink:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1334928
- mio0: 73552
- format: RGBA16
-poundable_pole/poundable_pole_side:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1851952
- mio0: 6224
- format: RGBA16
-poundable_pole/poundable_pole_top:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1851952
- mio0: 4176
- format: RGBA16
-power_meter/power_meter_five_segments:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 158688
- format: RGBA16
-power_meter/power_meter_four_segments:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 160736
- format: RGBA16
-power_meter/power_meter_full:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 152544
- format: RGBA16
-power_meter/power_meter_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2102288
- mio0: 144352
- format: RGBA16
-power_meter/power_meter_one_segment:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 166880
- format: RGBA16
-power_meter/power_meter_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2102288
- mio0: 148448
- format: RGBA16
-power_meter/power_meter_seven_segments:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 154592
- format: RGBA16
-power_meter/power_meter_six_segments:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 156640
- format: RGBA16
-power_meter/power_meter_three_segments:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 162784
- format: RGBA16
-power_meter/power_meter_two_segments:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 164832
- format: RGBA16
-purple_switch/purple_switch_base:
- type: TEXTURE
- size: 128
- width: 16
- height: 4
- offset: 2040320
- mio0: 49320
- format: RGBA16
-purple_switch/purple_switch_exclamation_point:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 2040320
- mio0: 49448
- format: RGBA16
-sand/sand_particle:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2102288
- mio0: 178896
- format: RGBA16
-scuttlebug/scuttlebug_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1998560
- mio0: 65800
- format: RGBA16
-scuttlebug/scuttlebug_iris:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1998560
- mio0: 76040
- format: RGBA16
-scuttlebug/scuttlebug_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1998560
- mio0: 67848
- format: RGBA16
-scuttlebug/scuttlebug_leg:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1998560
- mio0: 78088
- format: RGBA16
-scuttlebug/scuttlebug_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1998560
- mio0: 71944
- format: RGBA16
-seaweed/seaweed_base:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1809600
- mio0: 38416
- format: RGBA16
-seaweed/seaweed_lower_center:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1809600
- mio0: 36368
- format: RGBA16
-seaweed/seaweed_tip:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1809600
- mio0: 32272
- format: RGBA16
-seaweed/seaweed_upper_center:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1809600
- mio0: 34320
- format: RGBA16
-skeeter/skeeter_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1809600
- mio0: 144
- format: RGBA16
-skeeter/skeeter_iris:
- type: TEXTURE
- size: 256
- width: 16
- height: 8
- offset: 1809600
- mio0: 2192
- format: RGBA16
-smoke/smoke:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1384912
- mio0: 29376
- format: IA16
-snowman/mr_blizzard_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1443440
- mio0: 46192
- format: RGBA16
-snowman/mr_blizzard_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1443440
- mio0: 38000
- format: RGBA16
-snowman/mr_blizzard_mitten:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1443440
- mio0: 35952
- format: RGBA16
-snowman/mr_blizzard_mouth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1443440
- mio0: 48240
- format: RGBA16
-snowman/mr_blizzard_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1443440
- mio0: 42096
- format: RGBA16
-snufit/snufit_body:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1998560
- mio0: 28896
- format: RGBA16
-snufit/snufit_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1998560
- mio0: 30944
- format: RGBA16
-snufit/snufit_mask_strap:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 1998560
- mio0: 32992
- format: RGBA16
-snufit/snufit_mouth:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1998560
- mio0: 34016
- format: RGBA16
-sparkle/sparkle_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 160912
- format: RGBA16
-sparkle/sparkle_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 162960
- format: RGBA16
-sparkle/sparkle_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 165008
- format: RGBA16
-sparkle/sparkle_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 167056
- format: RGBA16
-sparkle/sparkle_4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 169104
- format: RGBA16
-sparkle/sparkle_5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 171152
- format: RGBA16
-sparkle_animation/sparkle_animation_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 207496
- format: IA16
-sparkle_animation/sparkle_animation_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 209544
- format: IA16
-sparkle_animation/sparkle_animation_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 211592
- format: IA16
-sparkle_animation/sparkle_animation_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 213640
- format: IA16
-sparkle_animation/sparkle_animation_4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 215688
- format: IA16
-spindrift/spindrift_face:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1443440
- mio0: 1744
- format: RGBA16
-spindrift/spindrift_head:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1443440
- mio0: 7888
- format: RGBA16
-spindrift/spindrift_leaf:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1443440
- mio0: 5840
- format: RGBA16
-spindrift/spindrift_petal:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1443440
- mio0: 3792
- format: RGBA16
-springboard/springboard_base_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1464912
- mio0: 2072
- format: RGBA16
-springboard/springboard_top_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1464912
- mio0: 24
- format: RGBA16
-star/star_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1575856
- mio0: 31280
- format: RGBA16
-star/star_surface:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 173808
- format: RGBA16
-stomp_smoke/stomp_smoke_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 139592
- format: IA16
-stomp_smoke/stomp_smoke_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 141640
- format: IA16
-stomp_smoke/stomp_smoke_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 143688
- format: IA16
-stomp_smoke/stomp_smoke_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 145736
- format: IA16
-stomp_smoke/stomp_smoke_4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 147784
- format: IA16
-stomp_smoke/stomp_smoke_5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 149832
- format: IA16
-sushi/sushi_eye:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 1292560
- mio0: 38608
- format: RGBA16
-sushi/sushi_snout:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1292560
- mio0: 36560
- format: RGBA16
-sushi/sushi_tooth:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1292560
- mio0: 39632
- format: RGBA16
-swoop/swoop_body:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1998560
- mio0: 17008
- format: RGBA16
-swoop/swoop_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1998560
- mio0: 19056
- format: RGBA16
-swoop/swoop_nose:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1998560
- mio0: 21104
- format: RGBA16
-swoop/swoop_wing:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1998560
- mio0: 23152
- format: RGBA16
-thwomp/thwomp_face:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1222624
- mio0: 39168
- format: RGBA16
-thwomp/thwomp_surface:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1222624
- mio0: 43264
- format: RGBA16
-toad/toad_face:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1934096
- mio0: 22816
- format: RGBA16
-toad/toad_head:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1934096
- mio0: 24864
- format: RGBA16
-tornado/tornado:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1292560
- mio0: 75848
- format: IA16
-treasure_chest/treasure_chest_front:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1809600
- mio0: 87976
- format: RGBA16
-treasure_chest/treasure_chest_lock:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1809600
- mio0: 81832
- format: RGBA16
-treasure_chest/treasure_chest_lock_top:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1809600
- mio0: 85928
- format: RGBA16
-treasure_chest/treasure_chest_side:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1809600
- mio0: 83880
- format: RGBA16
-tree/palm_tree:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2102288
- mio0: 205336
- format: RGBA16
-tree/pine_tree:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2102288
- mio0: 196448
- format: RGBA16
-tree/snowy_pine_tree:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2102288
- mio0: 200776
- format: RGBA16
-tree/tree_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2102288
- mio0: 187944
- format: RGBA16
-tree/tree_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2102288
- mio0: 192040
- format: RGBA16
-ukiki/ukiki_butt:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1384912
- mio0: 39872
- format: RGBA16
-ukiki/ukiki_face:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1384912
- mio0: 31680
- format: RGBA16
-ukiki/ukiki_face_blink:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1384912
- mio0: 35776
- format: RGBA16
-ukiki/ukiki_fur:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1384912
- mio0: 41920
- format: RGBA16
-unagi/unagi_body:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1292560
- mio0: 44832
- format: RGBA16
-unagi/unagi_eye:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1292560
- mio0: 46880
- format: RGBA16
-unagi/unagi_head_base:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1292560
- mio0: 47392
- format: RGBA16
-unagi/unagi_mouth:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1292560
- mio0: 49952
- format: RGBA16
-unagi/unagi_tail:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1292560
- mio0: 50080
- format: RGBA16
-unagi/unagi_tooth:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1292560
- mio0: 49440
- format: RGBA16
-walk_smoke/walk_smoke_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 122528
- format: IA16
-walk_smoke/walk_smoke_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 124576
- format: IA16
-walk_smoke/walk_smoke_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 126624
- format: IA16
-walk_smoke/walk_smoke_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 128672
- format: IA16
-walk_smoke/walk_smoke_4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 130720
- format: IA16
-walk_smoke/walk_smoke_5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 132768
- format: IA16
-walk_smoke/walk_smoke_6:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 134816
- format: IA16
-warp_pipe/warp_pipe_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 2102288
- mio0: 32320
- format: RGBA16
-warp_pipe/warp_pipe_top:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 37224
- format: RGBA16
-water_bubble/water_bubble:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1264928
- mio0: 65152
- format: RGBA16
-water_mine/water_mine_left_side_unused:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1606720
- mio0: 359440
- format: RGBA16
-water_mine/water_mine_right_side_unused:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1606720
- mio0: 363536
- format: RGBA16
-water_mine/water_mine_spike_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1606720
- mio0: 367632
- format: RGBA16
-water_ring/water_ring:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 1809600
- mio0: 74624
- format: RGBA16
-water_splash/water_splash_0:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1132368
- mio0: 173512
- format: RGBA16
-water_splash/water_splash_1:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1132368
- mio0: 177608
- format: RGBA16
-water_splash/water_splash_2:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1132368
- mio0: 181704
- format: RGBA16
-water_splash/water_splash_3:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1132368
- mio0: 185800
- format: RGBA16
-water_splash/water_splash_4:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1132368
- mio0: 189896
- format: RGBA16
-water_splash/water_splash_5:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1132368
- mio0: 193992
- format: RGBA16
-water_splash/water_splash_6:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1132368
- mio0: 198088
- format: RGBA16
-water_splash/water_splash_7:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1132368
- mio0: 202184
- format: RGBA16
-water_wave/water_wave_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 152408
- format: IA16
-water_wave/water_wave_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 154456
- format: IA16
-water_wave/water_wave_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 156504
- format: IA16
-water_wave/water_wave_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1132368
- mio0: 158552
- format: IA16
-whirlpool/whirlpool:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1292560
- mio0: 75848
- format: IA16
-white_particle/snow_particle:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2102288
- mio0: 181920
- format: RGBA16
-white_particle_small/small_snow_particle:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1132368
- mio0: 206720
- format: RGBA16
-whomp/whomp_back:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1851952
- mio0: 115552
- format: RGBA16
-whomp/whomp_face:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1851952
- mio0: 119648
- format: RGBA16
-whomp/whomp_hand:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1851952
- mio0: 123744
- format: RGBA16
-whomp/whomp_surface:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1851952
- mio0: 125792
- format: RGBA16
-wiggler/wiggler_eye:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1575856
- mio0: 31280
- format: RGBA16
-wiggler/wiggler_flower:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1575856
- mio0: 33328
- format: RGBA16
-wiggler/wiggler_frown:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1575856
- mio0: 35376
- format: RGBA16
-wiggler/wiggler_nose_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1575856
- mio0: 37424
- format: RGBA16
-wiggler/wiggler_nose_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1575856
- mio0: 41520
- format: RGBA16
-wiggler/wiggler_segment_left_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1575856
- mio0: 23088
- format: RGBA16
-wiggler/wiggler_segment_right_side:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 1575856
- mio0: 27184
- format: RGBA16
-wooden_signpost/wooden_signpost_back:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 182728
- format: RGBA16
-wooden_signpost/wooden_signpost_front:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2102288
- mio0: 184776
- format: RGBA16
-yellow_sphere/yellow_sphere:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1222624
- mio0: 64
- format: RGBA16
-yellow_sphere_small/small_yellow_sphere:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1222624
- mio0: 64
- format: RGBA16
-yoshi/yoshi_eye:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1497200
- mio0: 116104
- format: RGBA16
-yoshi/yoshi_eye_blink:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1497200
- mio0: 116616
- format: RGBA16
-yoshi/yoshi_nostril:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1497200
- mio0: 117128
- format: RGBA16
-yoshi_egg/yoshi_egg_0_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1222624
- mio0: 22456
- format: RGBA16
-yoshi_egg/yoshi_egg_1_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1222624
- mio0: 24504
- format: RGBA16
-yoshi_egg/yoshi_egg_2_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1222624
- mio0: 26552
- format: RGBA16
-yoshi_egg/yoshi_egg_3_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1222624
- mio0: 28600
- format: RGBA16
-yoshi_egg/yoshi_egg_4_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1222624
- mio0: 30648
- format: RGBA16
-yoshi_egg/yoshi_egg_5_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1222624
- mio0: 32696
- format: RGBA16
-yoshi_egg/yoshi_egg_6_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1222624
- mio0: 34744
- format: RGBA16
-yoshi_egg/yoshi_egg_7_unused:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1222624
- mio0: 36792
- format: RGBA16
diff --git a/assets/sm64/us/assets.yml b/assets/sm64/us/assets.yml
deleted file mode 100644
index 3f64748..0000000
--- a/assets/sm64/us/assets.yml
+++ /dev/null
@@ -1,2331 +0,0 @@
-anims/anim_00:
- type: SM64:ANIM
- header:
- offset: 5162640
- size: 24
- values:
- offset: 5162916
- size: 2604
- indices:
- offset: 5162664
- size: 252
-anims/anim_01:
- type: SM64:ANIM
- header:
- offset: 5165520
- size: 24
- values:
- offset: 5165820
- size: 6576
- indices:
- offset: 5165568
- size: 252
-anims/anim_02:
- type: SM64:ANIM
- header:
- offset: 5165544
- size: 24
- values:
- offset: 5165820
- size: 6576
- indices:
- offset: 5165568
- size: 252
-anims/anim_03:
- type: SM64:ANIM
- header:
- offset: 5172396
- size: 24
- values:
- offset: 5172672
- size: 4372
- indices:
- offset: 5172420
- size: 252
-anims/anim_04:
- type: SM64:ANIM
- header:
- offset: 5177044
- size: 24
- values:
- offset: 5177320
- size: 2264
- indices:
- offset: 5177068
- size: 252
-anims/anim_05:
- type: SM64:ANIM
- header:
- offset: 5179584
- size: 24
- values:
- offset: 5179860
- size: 5796
- indices:
- offset: 5179608
- size: 252
-anims/anim_06:
- type: SM64:ANIM
- header:
- offset: 5185656
- size: 24
- values:
- offset: 5185932
- size: 892
- indices:
- offset: 5185680
- size: 252
-anims/anim_07:
- type: SM64:ANIM
- header:
- offset: 5165544
- size: 24
- values:
- offset: 5187124
- size: 1468
- indices:
- offset: 5186872
- size: 252
-anims/anim_08:
- type: SM64:ANIM
- header:
- offset: 5186848
- size: 24
- values:
- offset: 5187124
- size: 1468
- indices:
- offset: 5186872
- size: 252
-anims/anim_09:
- type: SM64:ANIM
- header:
- offset: 5188592
- size: 24
- values:
- offset: 5188868
- size: 3052
- indices:
- offset: 5188616
- size: 252
-anims/anim_0A:
- type: SM64:ANIM
- header:
- offset: 5191920
- size: 24
- values:
- offset: 5192196
- size: 2544
- indices:
- offset: 5191944
- size: 252
-anims/anim_0B:
- type: SM64:ANIM
- header:
- offset: 5194740
- size: 24
- values:
- offset: 5195040
- size: 1348
- indices:
- offset: 5194788
- size: 252
-anims/anim_0C:
- type: SM64:ANIM
- header:
- offset: 5194764
- size: 24
- values:
- offset: 5195040
- size: 1348
- indices:
- offset: 5194788
- size: 252
-anims/anim_0D:
- type: SM64:ANIM
- header:
- offset: 5196388
- size: 24
- values:
- offset: 5196664
- size: 770
- indices:
- offset: 5196412
- size: 252
-anims/anim_0E:
- type: SM64:ANIM
- header:
- offset: 5165544
- size: 24
- values:
- offset: 5197712
- size: 80
- indices:
- offset: 5197460
- size: 252
-anims/anim_0F:
- type: SM64:ANIM
- header:
- offset: 5165544
- size: 24
- values:
- offset: 5198092
- size: 1502
- indices:
- offset: 5197840
- size: 252
-anims/anim_10:
- type: SM64:ANIM
- header:
- offset: 5197816
- size: 24
- values:
- offset: 5198092
- size: 1502
- indices:
- offset: 5197840
- size: 252
-anims/anim_11:
- type: SM64:ANIM
- header:
- offset: 5199596
- size: 24
- values:
- offset: 5199872
- size: 1174
- indices:
- offset: 5199620
- size: 252
-anims/anim_12:
- type: SM64:ANIM
- header:
- offset: 5201048
- size: 24
- values:
- offset: 5201324
- size: 1318
- indices:
- offset: 5201072
- size: 252
-anims/anim_13:
- type: SM64:ANIM
- header:
- offset: 5202644
- size: 24
- values:
- offset: 5202920
- size: 1678
- indices:
- offset: 5202668
- size: 252
-anims/anim_14:
- type: SM64:ANIM
- header:
- offset: 5204600
- size: 24
- values:
- offset: 5204876
- size: 1102
- indices:
- offset: 5204624
- size: 252
-anims/anim_15:
- type: SM64:ANIM
- header:
- offset: 5205980
- size: 24
- values:
- offset: 5206256
- size: 930
- indices:
- offset: 5206004
- size: 252
-anims/anim_16:
- type: SM64:ANIM
- header:
- offset: 5207188
- size: 24
- values:
- offset: 5207464
- size: 4452
- indices:
- offset: 5207212
- size: 252
-anims/anim_17:
- type: SM64:ANIM
- header:
- offset: 5211916
- size: 24
- values:
- offset: 5212192
- size: 2942
- indices:
- offset: 5211940
- size: 252
-anims/anim_18:
- type: SM64:ANIM
- header:
- offset: 5215136
- size: 24
- values:
- offset: 5215412
- size: 4452
- indices:
- offset: 5207212
- size: 252
-anims/anim_19:
- type: SM64:ANIM
- header:
- offset: 5219864
- size: 24
- values:
- offset: 5220140
- size: 5354
- indices:
- offset: 5219888
- size: 252
-anims/anim_1A:
- type: SM64:ANIM
- header:
- offset: 5225496
- size: 24
- values:
- offset: 5225772
- size: 1146
- indices:
- offset: 5225520
- size: 252
-anims/anim_1B:
- type: SM64:ANIM
- header:
- offset: 5226920
- size: 24
- values:
- offset: 5227196
- size: 2858
- indices:
- offset: 5226944
- size: 252
-anims/anim_1C:
- type: SM64:ANIM
- header:
- offset: 5230056
- size: 24
- values:
- offset: 5230332
- size: 780
- indices:
- offset: 5230080
- size: 252
-anims/anim_1D:
- type: SM64:ANIM
- header:
- offset: 5231112
- size: 24
- values:
- offset: 5231388
- size: 1380
- indices:
- offset: 5231136
- size: 252
-anims/anim_1E:
- type: SM64:ANIM
- header:
- offset: 5232768
- size: 24
- values:
- offset: 5233044
- size: 1530
- indices:
- offset: 5232792
- size: 252
-anims/anim_1F:
- type: SM64:ANIM
- header:
- offset: 5234576
- size: 24
- values:
- offset: 5234852
- size: 846
- indices:
- offset: 5234600
- size: 252
-anims/anim_20:
- type: SM64:ANIM
- header:
- offset: 5235700
- size: 24
- values:
- offset: 5235976
- size: 7124
- indices:
- offset: 5235724
- size: 252
-anims/anim_21:
- type: SM64:ANIM
- header:
- offset: 5243100
- size: 24
- values:
- offset: 5243376
- size: 2610
- indices:
- offset: 5243124
- size: 252
-anims/anim_22:
- type: SM64:ANIM
- header:
- offset: 5245988
- size: 24
- values:
- offset: 5246264
- size: 1750
- indices:
- offset: 5246012
- size: 252
-anims/anim_23:
- type: SM64:ANIM
- header:
- offset: 5248016
- size: 24
- values:
- offset: 5248292
- size: 8216
- indices:
- offset: 5248040
- size: 252
-anims/anim_24:
- type: SM64:ANIM
- header:
- offset: 5256508
- size: 24
- values:
- offset: 5256784
- size: 9376
- indices:
- offset: 5256532
- size: 252
-anims/anim_25:
- type: SM64:ANIM
- header:
- offset: 5266160
- size: 24
- values:
- offset: 5266436
- size: 8018
- indices:
- offset: 5266184
- size: 252
-anims/anim_26:
- type: SM64:ANIM
- header:
- offset: 5274456
- size: 24
- values:
- offset: 5274732
- size: 7352
- indices:
- offset: 5274480
- size: 252
-anims/anim_27:
- type: SM64:ANIM
- header:
- offset: 5282084
- size: 24
- values:
- offset: 5282360
- size: 8980
- indices:
- offset: 5282108
- size: 252
-anims/anim_28:
- type: SM64:ANIM
- header:
- offset: 5204600
- size: 24
- values:
- offset: 5291616
- size: 1010
- indices:
- offset: 5291364
- size: 252
-anims/anim_29:
- type: SM64:ANIM
- header:
- offset: 5292628
- size: 24
- values:
- offset: 5292904
- size: 582
- indices:
- offset: 5292652
- size: 252
-anims/anim_2A:
- type: SM64:ANIM
- header:
- offset: 5293488
- size: 24
- values:
- offset: 5293764
- size: 1252
- indices:
- offset: 5293512
- size: 252
-anims/anim_2B:
- type: SM64:ANIM
- header:
- offset: 5293488
- size: 24
- values:
- offset: 5295292
- size: 1582
- indices:
- offset: 5295040
- size: 252
-anims/anim_2C:
- type: SM64:ANIM
- header:
- offset: 5165520
- size: 24
- values:
- offset: 5297176
- size: 5620
- indices:
- offset: 5296924
- size: 252
-anims/anim_2D:
- type: SM64:ANIM
- header:
- offset: 5165544
- size: 24
- values:
- offset: 5297176
- size: 5620
- indices:
- offset: 5296924
- size: 252
-anims/anim_2E:
- type: SM64:ANIM
- header:
- offset: 5302796
- size: 24
- values:
- offset: 5303072
- size: 3028
- indices:
- offset: 5302820
- size: 252
-anims/anim_2F:
- type: SM64:ANIM
- header:
- offset: 5248016
- size: 24
- values:
- offset: 5306376
- size: 7420
- indices:
- offset: 5306124
- size: 252
-anims/anim_30:
- type: SM64:ANIM
- header:
- offset: 5179584
- size: 24
- values:
- offset: 5314072
- size: 5428
- indices:
- offset: 5313820
- size: 252
-anims/anim_31:
- type: SM64:ANIM
- header:
- offset: 5319500
- size: 24
- values:
- offset: 5319776
- size: 10660
- indices:
- offset: 5319524
- size: 252
-anims/anim_32:
- type: SM64:ANIM
- header:
- offset: 5235700
- size: 24
- values:
- offset: 5330712
- size: 7890
- indices:
- offset: 5330460
- size: 252
-anims/anim_33:
- type: SM64:ANIM
- header:
- offset: 5338604
- size: 24
- values:
- offset: 5338880
- size: 2840
- indices:
- offset: 5338628
- size: 252
-anims/anim_34:
- type: SM64:ANIM
- header:
- offset: 5199596
- size: 24
- values:
- offset: 5341996
- size: 1300
- indices:
- offset: 5341744
- size: 252
-anims/anim_35:
- type: SM64:ANIM
- header:
- offset: 5343296
- size: 24
- values:
- offset: 5343572
- size: 3704
- indices:
- offset: 5343320
- size: 252
-anims/anim_36:
- type: SM64:ANIM
- header:
- offset: 5347276
- size: 24
- values:
- offset: 5347552
- size: 3700
- indices:
- offset: 5347300
- size: 252
-anims/anim_37:
- type: SM64:ANIM
- header:
- offset: 5248016
- size: 24
- values:
- offset: 5351528
- size: 6828
- indices:
- offset: 5351276
- size: 252
-anims/anim_38:
- type: SM64:ANIM
- header:
- offset: 5185656
- size: 24
- values:
- offset: 5358632
- size: 844
- indices:
- offset: 5358380
- size: 252
-anims/anim_39:
- type: SM64:ANIM
- header:
- offset: 5359476
- size: 24
- values:
- offset: 5359752
- size: 12418
- indices:
- offset: 5359500
- size: 252
-anims/anim_3A:
- type: SM64:ANIM
- header:
- offset: 5372172
- size: 24
- values:
- offset: 5372448
- size: 374
- indices:
- offset: 5372196
- size: 252
-anims/anim_3B:
- type: SM64:ANIM
- header:
- offset: 5199596
- size: 24
- values:
- offset: 5373100
- size: 1204
- indices:
- offset: 5372848
- size: 252
-anims/anim_3C:
- type: SM64:ANIM
- header:
- offset: 5374304
- size: 24
- values:
- offset: 5374604
- size: 774
- indices:
- offset: 5374352
- size: 252
-anims/anim_3D:
- type: SM64:ANIM
- header:
- offset: 5374328
- size: 24
- values:
- offset: 5374604
- size: 774
- indices:
- offset: 5374352
- size: 252
-anims/anim_3E:
- type: SM64:ANIM
- header:
- offset: 5359476
- size: 24
- values:
- offset: 5375656
- size: 11490
- indices:
- offset: 5375404
- size: 252
-anims/anim_3F:
- type: SM64:ANIM
- header:
- offset: 5387148
- size: 24
- values:
- offset: 5387424
- size: 3094
- indices:
- offset: 5387172
- size: 252
-anims/anim_40:
- type: SM64:ANIM
- header:
- offset: 5390520
- size: 24
- values:
- offset: 5390796
- size: 1094
- indices:
- offset: 5390544
- size: 252
-anims/anim_41:
- type: SM64:ANIM
- header:
- offset: 5230056
- size: 24
- values:
- offset: 5392168
- size: 536
- indices:
- offset: 5391916
- size: 252
-anims/anim_42:
- type: SM64:ANIM
- header:
- offset: 5392704
- size: 24
- values:
- offset: 5392980
- size: 956
- indices:
- offset: 5392728
- size: 252
-anims/anim_43:
- type: SM64:ANIM
- header:
- offset: 5393936
- size: 24
- values:
- offset: 5394212
- size: 84
- indices:
- offset: 5393960
- size: 252
-anims/anim_44:
- type: SM64:ANIM
- header:
- offset: 5204600
- size: 24
- values:
- offset: 5394572
- size: 650
- indices:
- offset: 5394320
- size: 252
-anims/anim_45:
- type: SM64:ANIM
- header:
- offset: 5165544
- size: 24
- values:
- offset: 5395524
- size: 1190
- indices:
- offset: 5395272
- size: 252
-anims/anim_46:
- type: SM64:ANIM
- header:
- offset: 5395248
- size: 24
- values:
- offset: 5395524
- size: 1190
- indices:
- offset: 5395272
- size: 252
-anims/anim_47:
- type: SM64:ANIM
- header:
- offset: 5374304
- size: 24
- values:
- offset: 5396992
- size: 838
- indices:
- offset: 5396740
- size: 252
-anims/anim_48:
- type: SM64:ANIM
- header:
- offset: 5397832
- size: 24
- values:
- offset: 5398108
- size: 5098
- indices:
- offset: 5397856
- size: 252
-anims/anim_49:
- type: SM64:ANIM
- header:
- offset: 5199596
- size: 24
- values:
- offset: 5403484
- size: 1298
- indices:
- offset: 5403232
- size: 252
-anims/anim_4A:
- type: SM64:ANIM
- header:
- offset: 5404784
- size: 24
- values:
- offset: 5405060
- size: 616
- indices:
- offset: 5404808
- size: 252
-anims/anim_4B:
- type: SM64:ANIM
- header:
- offset: 5201048
- size: 24
- values:
- offset: 5405952
- size: 1386
- indices:
- offset: 5405700
- size: 252
-anims/anim_4C:
- type: SM64:ANIM
- header:
- offset: 5407340
- size: 24
- values:
- offset: 5407616
- size: 670
- indices:
- offset: 5407364
- size: 252
-anims/anim_4D:
- type: SM64:ANIM
- header:
- offset: 5185656
- size: 24
- values:
- offset: 5408588
- size: 2456
- indices:
- offset: 5408336
- size: 252
-anims/anim_4E:
- type: SM64:ANIM
- header:
- offset: 5408312
- size: 24
- values:
- offset: 5408588
- size: 2456
- indices:
- offset: 5408336
- size: 252
-anims/anim_4F:
- type: SM64:ANIM
- header:
- offset: 5234576
- size: 24
- values:
- offset: 5411320
- size: 1578
- indices:
- offset: 5411068
- size: 252
-anims/anim_50:
- type: SM64:ANIM
- header:
- offset: 5372172
- size: 24
- values:
- offset: 5413176
- size: 420
- indices:
- offset: 5412924
- size: 252
-anims/anim_51:
- type: SM64:ANIM
- header:
- offset: 5413596
- size: 24
- values:
- offset: 5413872
- size: 1002
- indices:
- offset: 5413620
- size: 252
-anims/anim_52:
- type: SM64:ANIM
- header:
- offset: 5374304
- size: 24
- values:
- offset: 5415152
- size: 878
- indices:
- offset: 5414900
- size: 252
-anims/anim_53:
- type: SM64:ANIM
- header:
- offset: 5416032
- size: 24
- values:
- offset: 5416308
- size: 1970
- indices:
- offset: 5416056
- size: 252
-anims/anim_54:
- type: SM64:ANIM
- header:
- offset: 5418280
- size: 24
- values:
- offset: 5418556
- size: 1314
- indices:
- offset: 5418304
- size: 252
-anims/anim_55:
- type: SM64:ANIM
- header:
- offset: 5419872
- size: 24
- values:
- offset: 5420148
- size: 11268
- indices:
- offset: 5419896
- size: 252
-anims/anim_56:
- type: SM64:ANIM
- header:
- offset: 5165544
- size: 24
- values:
- offset: 5431716
- size: 1560
- indices:
- offset: 5431464
- size: 252
-anims/anim_57:
- type: SM64:ANIM
- header:
- offset: 5431440
- size: 24
- values:
- offset: 5431716
- size: 1560
- indices:
- offset: 5431464
- size: 252
-anims/anim_58:
- type: SM64:ANIM
- header:
- offset: 5433276
- size: 24
- values:
- offset: 5433552
- size: 1082
- indices:
- offset: 5433300
- size: 252
-anims/anim_59:
- type: SM64:ANIM
- header:
- offset: 5434636
- size: 24
- values:
- offset: 5434912
- size: 3052
- indices:
- offset: 5434660
- size: 252
-anims/anim_5A:
- type: SM64:ANIM
- header:
- offset: 5437964
- size: 24
- values:
- offset: 5438240
- size: 3278
- indices:
- offset: 5437988
- size: 252
-anims/anim_5B:
- type: SM64:ANIM
- header:
- offset: 5230056
- size: 24
- values:
- offset: 5441796
- size: 720
- indices:
- offset: 5441544
- size: 252
-anims/anim_5C:
- type: SM64:ANIM
- header:
- offset: 5442516
- size: 24
- values:
- offset: 5442792
- size: 1258
- indices:
- offset: 5442540
- size: 252
-anims/anim_5D:
- type: SM64:ANIM
- header:
- offset: 5390520
- size: 24
- values:
- offset: 5444328
- size: 1142
- indices:
- offset: 5444076
- size: 252
-anims/anim_5E:
- type: SM64:ANIM
- header:
- offset: 5359476
- size: 24
- values:
- offset: 5445748
- size: 12110
- indices:
- offset: 5445496
- size: 252
-anims/anim_5F:
- type: SM64:ANIM
- header:
- offset: 5457860
- size: 24
- values:
- offset: 5458136
- size: 5058
- indices:
- offset: 5457884
- size: 252
-anims/anim_60:
- type: SM64:ANIM
- header:
- offset: 5463196
- size: 24
- values:
- offset: 5463472
- size: 4020
- indices:
- offset: 5463220
- size: 252
-anims/anim_61:
- type: SM64:ANIM
- header:
- offset: 5467492
- size: 24
- values:
- offset: 5467768
- size: 12660
- indices:
- offset: 5467516
- size: 252
-anims/anim_62:
- type: SM64:ANIM
- header:
- offset: 5230056
- size: 24
- values:
- offset: 5480704
- size: 742
- indices:
- offset: 5480452
- size: 252
-anims/anim_63:
- type: SM64:ANIM
- header:
- offset: 5481448
- size: 24
- values:
- offset: 5481724
- size: 1626
- indices:
- offset: 5481472
- size: 252
-anims/anim_64:
- type: SM64:ANIM
- header:
- offset: 5483352
- size: 24
- values:
- offset: 5483628
- size: 1246
- indices:
- offset: 5483376
- size: 252
-anims/anim_65:
- type: SM64:ANIM
- header:
- offset: 5234576
- size: 24
- values:
- offset: 5485152
- size: 1700
- indices:
- offset: 5484900
- size: 252
-anims/anim_66:
- type: SM64:ANIM
- header:
- offset: 5486852
- size: 24
- values:
- offset: 5487128
- size: 1948
- indices:
- offset: 5486876
- size: 252
-anims/anim_67:
- type: SM64:ANIM
- header:
- offset: 5489076
- size: 24
- values:
- offset: 5489352
- size: 386
- indices:
- offset: 5489100
- size: 252
-anims/anim_68:
- type: SM64:ANIM
- header:
- offset: 5489740
- size: 24
- values:
- offset: 5490016
- size: 340
- indices:
- offset: 5489764
- size: 252
-anims/anim_69:
- type: SM64:ANIM
- header:
- offset: 5230056
- size: 24
- values:
- offset: 5490632
- size: 764
- indices:
- offset: 5490380
- size: 252
-anims/anim_6A:
- type: SM64:ANIM
- header:
- offset: 5491396
- size: 24
- values:
- offset: 5491672
- size: 1060
- indices:
- offset: 5491420
- size: 252
-anims/anim_6B:
- type: SM64:ANIM
- header:
- offset: 5374304
- size: 24
- values:
- offset: 5493008
- size: 940
- indices:
- offset: 5492756
- size: 252
-anims/anim_6C:
- type: SM64:ANIM
- header:
- offset: 5493948
- size: 24
- values:
- offset: 5494224
- size: 1284
- indices:
- offset: 5493972
- size: 252
-anims/anim_6D:
- type: SM64:ANIM
- header:
- offset: 5201048
- size: 24
- values:
- offset: 5495784
- size: 1286
- indices:
- offset: 5495532
- size: 252
-anims/anim_6E:
- type: SM64:ANIM
- header:
- offset: 5199596
- size: 24
- values:
- offset: 5497348
- size: 1136
- indices:
- offset: 5497096
- size: 252
-anims/anim_6F:
- type: SM64:ANIM
- header:
- offset: 5292628
- size: 24
- values:
- offset: 5498784
- size: 98
- indices:
- offset: 5498532
- size: 252
-anims/anim_70:
- type: SM64:ANIM
- header:
- offset: 5498508
- size: 24
- values:
- offset: 5498784
- size: 98
- indices:
- offset: 5498532
- size: 252
-anims/anim_71:
- type: SM64:ANIM
- header:
- offset: 5498884
- size: 24
- values:
- offset: 5499160
- size: 2078
- indices:
- offset: 5498908
- size: 252
-anims/anim_72:
- type: SM64:ANIM
- header:
- offset: 5501240
- size: 24
- values:
- offset: 5501540
- size: 4342
- indices:
- offset: 5501288
- size: 252
-anims/anim_73:
- type: SM64:ANIM
- header:
- offset: 5501240
- size: 24
- values:
- offset: 5501540
- size: 4342
- indices:
- offset: 5501288
- size: 252
-anims/anim_74:
- type: SM64:ANIM
- header:
- offset: 5498884
- size: 24
- values:
- offset: 5506160
- size: 1844
- indices:
- offset: 5505908
- size: 252
-anims/anim_75:
- type: SM64:ANIM
- header:
- offset: 5498884
- size: 24
- values:
- offset: 5508280
- size: 1892
- indices:
- offset: 5508028
- size: 252
-anims/anim_76:
- type: SM64:ANIM
- header:
- offset: 5248016
- size: 24
- values:
- offset: 5510448
- size: 4648
- indices:
- offset: 5510196
- size: 252
-anims/anim_77:
- type: SM64:ANIM
- header:
- offset: 5207188
- size: 24
- values:
- offset: 5515372
- size: 2464
- indices:
- offset: 5515120
- size: 252
-anims/anim_78:
- type: SM64:ANIM
- header:
- offset: 5517836
- size: 24
- values:
- offset: 5518112
- size: 10454
- indices:
- offset: 5517860
- size: 252
-anims/anim_79:
- type: SM64:ANIM
- header:
- offset: 5528568
- size: 24
- values:
- offset: 5528844
- size: 3634
- indices:
- offset: 5528592
- size: 252
-anims/anim_7A:
- type: SM64:ANIM
- header:
- offset: 5532480
- size: 24
- values:
- offset: 5532756
- size: 402
- indices:
- offset: 5532504
- size: 252
-anims/anim_7B:
- type: SM64:ANIM
- header:
- offset: 5418280
- size: 24
- values:
- offset: 5533436
- size: 2360
- indices:
- offset: 5533184
- size: 252
-anims/anim_7C:
- type: SM64:ANIM
- header:
- offset: 5418280
- size: 24
- values:
- offset: 5536072
- size: 2300
- indices:
- offset: 5535820
- size: 252
-anims/anim_7D:
- type: SM64:ANIM
- header:
- offset: 5293488
- size: 24
- values:
- offset: 5538648
- size: 1114
- indices:
- offset: 5538396
- size: 252
-anims/anim_7E:
- type: SM64:ANIM
- header:
- offset: 5179584
- size: 24
- values:
- offset: 5540040
- size: 4538
- indices:
- offset: 5539788
- size: 252
-anims/anim_7F:
- type: SM64:ANIM
- header:
- offset: 5226920
- size: 24
- values:
- offset: 5544856
- size: 3622
- indices:
- offset: 5544604
- size: 252
-anims/anim_80:
- type: SM64:ANIM
- header:
- offset: 5226920
- size: 24
- values:
- offset: 5548756
- size: 4248
- indices:
- offset: 5548504
- size: 252
-anims/anim_81:
- type: SM64:ANIM
- header:
- offset: 5553004
- size: 24
- values:
- offset: 5553280
- size: 4308
- indices:
- offset: 5553028
- size: 252
-anims/anim_82:
- type: SM64:ANIM
- header:
- offset: 5557588
- size: 24
- values:
- offset: 5557864
- size: 5770
- indices:
- offset: 5557612
- size: 252
-anims/anim_83:
- type: SM64:ANIM
- header:
- offset: 5563636
- size: 24
- values:
- offset: 5563912
- size: 4734
- indices:
- offset: 5563660
- size: 252
-anims/anim_84:
- type: SM64:ANIM
- header:
- offset: 5172396
- size: 24
- values:
- offset: 5568924
- size: 4756
- indices:
- offset: 5568672
- size: 252
-anims/anim_85:
- type: SM64:ANIM
- header:
- offset: 5293488
- size: 24
- values:
- offset: 5573956
- size: 324
- indices:
- offset: 5573704
- size: 252
-anims/anim_86:
- type: SM64:ANIM
- header:
- offset: 5574280
- size: 24
- values:
- offset: 5574556
- size: 2902
- indices:
- offset: 5574304
- size: 252
-anims/anim_87:
- type: SM64:ANIM
- header:
- offset: 5338604
- size: 24
- values:
- offset: 5577736
- size: 1564
- indices:
- offset: 5577484
- size: 252
-anims/anim_88:
- type: SM64:ANIM
- header:
- offset: 5442516
- size: 24
- values:
- offset: 5579600
- size: 1260
- indices:
- offset: 5579348
- size: 252
-anims/anim_89:
- type: SM64:ANIM
- header:
- offset: 5579324
- size: 24
- values:
- offset: 5579600
- size: 1260
- indices:
- offset: 5579348
- size: 252
-anims/anim_8A:
- type: SM64:ANIM
- header:
- offset: 5574280
- size: 24
- values:
- offset: 5581136
- size: 2980
- indices:
- offset: 5580884
- size: 252
-anims/anim_8B:
- type: SM64:ANIM
- header:
- offset: 5434636
- size: 24
- values:
- offset: 5584392
- size: 2970
- indices:
- offset: 5584140
- size: 252
-anims/anim_8C:
- type: SM64:ANIM
- header:
- offset: 5404784
- size: 24
- values:
- offset: 5587640
- size: 646
- indices:
- offset: 5587388
- size: 252
-anims/anim_8D:
- type: SM64:ANIM
- header:
- offset: 5413596
- size: 24
- values:
- offset: 5588564
- size: 1086
- indices:
- offset: 5588312
- size: 252
-anims/anim_8E:
- type: SM64:ANIM
- header:
- offset: 5165544
- size: 24
- values:
- offset: 5589952
- size: 1618
- indices:
- offset: 5589700
- size: 252
-anims/anim_8F:
- type: SM64:ANIM
- header:
- offset: 5186848
- size: 24
- values:
- offset: 5589952
- size: 1618
- indices:
- offset: 5589700
- size: 252
-anims/anim_90:
- type: SM64:ANIM
- header:
- offset: 5204600
- size: 24
- values:
- offset: 5591848
- size: 1012
- indices:
- offset: 5591596
- size: 252
-anims/anim_91:
- type: SM64:ANIM
- header:
- offset: 5592860
- size: 24
- values:
- offset: 5593136
- size: 266
- indices:
- offset: 5592884
- size: 252
-anims/anim_92:
- type: SM64:ANIM
- header:
- offset: 5593404
- size: 24
- values:
- offset: 5593680
- size: 5600
- indices:
- offset: 5593428
- size: 252
-anims/anim_93:
- type: SM64:ANIM
- header:
- offset: 5230056
- size: 24
- values:
- offset: 5599556
- size: 602
- indices:
- offset: 5599304
- size: 252
-anims/anim_94:
- type: SM64:ANIM
- header:
- offset: 5165544
- size: 24
- values:
- offset: 5600436
- size: 80
- indices:
- offset: 5197460
- size: 252
-anims/anim_95:
- type: SM64:ANIM
- header:
- offset: 5489076
- size: 24
- values:
- offset: 5600792
- size: 280
- indices:
- offset: 5600540
- size: 252
-anims/anim_96:
- type: SM64:ANIM
- header:
- offset: 5230056
- size: 24
- values:
- offset: 5601348
- size: 680
- indices:
- offset: 5601096
- size: 252
-anims/anim_97:
- type: SM64:ANIM
- header:
- offset: 5372172
- size: 24
- values:
- offset: 5602304
- size: 416
- indices:
- offset: 5602052
- size: 252
-anims/anim_98:
- type: SM64:ANIM
- header:
- offset: 5179584
- size: 24
- values:
- offset: 5602996
- size: 2758
- indices:
- offset: 5602744
- size: 252
-anims/anim_99:
- type: SM64:ANIM
- header:
- offset: 5605756
- size: 24
- values:
- offset: 5606032
- size: 7014
- indices:
- offset: 5605780
- size: 252
-anims/anim_9A:
- type: SM64:ANIM
- header:
- offset: 5404784
- size: 24
- values:
- offset: 5613324
- size: 644
- indices:
- offset: 5613072
- size: 252
-anims/anim_9B:
- type: SM64:ANIM
- header:
- offset: 5404784
- size: 24
- values:
- offset: 5614244
- size: 630
- indices:
- offset: 5613992
- size: 252
-anims/anim_9C:
- type: SM64:ANIM
- header:
- offset: 5614876
- size: 24
- values:
- offset: 5615152
- size: 4884
- indices:
- offset: 5614900
- size: 252
-anims/anim_9D:
- type: SM64:ANIM
- header:
- offset: 5620036
- size: 24
- values:
- offset: 5620312
- size: 1944
- indices:
- offset: 5620060
- size: 252
-anims/anim_9E:
- type: SM64:ANIM
- header:
- offset: 5553004
- size: 24
- values:
- offset: 5622532
- size: 4008
- indices:
- offset: 5622280
- size: 252
-anims/anim_9F:
- type: SM64:ANIM
- header:
- offset: 5199596
- size: 24
- values:
- offset: 5626816
- size: 774
- indices:
- offset: 5626564
- size: 252
-anims/anim_A0:
- type: SM64:ANIM
- header:
- offset: 5230056
- size: 24
- values:
- offset: 5627868
- size: 390
- indices:
- offset: 5627616
- size: 252
-anims/anim_A1:
- type: SM64:ANIM
- header:
- offset: 5628260
- size: 24
- values:
- offset: 5628536
- size: 920
- indices:
- offset: 5628284
- size: 252
-anims/anim_A2:
- type: SM64:ANIM
- header:
- offset: 5202644
- size: 24
- values:
- offset: 5629732
- size: 1448
- indices:
- offset: 5629480
- size: 252
-anims/anim_A3:
- type: SM64:ANIM
- header:
- offset: 5418280
- size: 24
- values:
- offset: 5631456
- size: 2590
- indices:
- offset: 5631204
- size: 252
-anims/anim_A4:
- type: SM64:ANIM
- header:
- offset: 5232768
- size: 24
- values:
- offset: 5634324
- size: 1650
- indices:
- offset: 5634072
- size: 252
-anims/anim_A5:
- type: SM64:ANIM
- header:
- offset: 5165520
- size: 24
- values:
- offset: 5636252
- size: 5148
- indices:
- offset: 5636000
- size: 252
-anims/anim_A6:
- type: SM64:ANIM
- header:
- offset: 5641400
- size: 24
- values:
- offset: 5641676
- size: 4646
- indices:
- offset: 5641424
- size: 252
-anims/anim_A7:
- type: SM64:ANIM
- header:
- offset: 5574280
- size: 24
- values:
- offset: 5646600
- size: 3060
- indices:
- offset: 5646348
- size: 252
-anims/anim_A8:
- type: SM64:ANIM
- header:
- offset: 5553004
- size: 24
- values:
- offset: 5649936
- size: 3910
- indices:
- offset: 5649684
- size: 252
-anims/anim_A9:
- type: SM64:ANIM
- header:
- offset: 5442516
- size: 24
- values:
- offset: 5654124
- size: 1728
- indices:
- offset: 5653872
- size: 252
-anims/anim_AA:
- type: SM64:ANIM
- header:
- offset: 5491396
- size: 24
- values:
- offset: 5656128
- size: 972
- indices:
- offset: 5655876
- size: 252
-anims/anim_AB:
- type: SM64:ANIM
- header:
- offset: 5230056
- size: 24
- values:
- offset: 5657376
- size: 750
- indices:
- offset: 5657124
- size: 252
-anims/anim_AC:
- type: SM64:ANIM
- header:
- offset: 5658128
- size: 24
- values:
- offset: 5658404
- size: 1706
- indices:
- offset: 5658152
- size: 252
-anims/anim_AD:
- type: SM64:ANIM
- header:
- offset: 5416032
- size: 24
- values:
- offset: 5660388
- size: 1860
- indices:
- offset: 5660136
- size: 252
-anims/anim_AE:
- type: SM64:ANIM
- header:
- offset: 5374304
- size: 24
- values:
- offset: 5662524
- size: 956
- indices:
- offset: 5662272
- size: 252
-anims/anim_AF:
- type: SM64:ANIM
- header:
- offset: 5416032
- size: 24
- values:
- offset: 5663756
- size: 2160
- indices:
- offset: 5663504
- size: 252
-anims/anim_B0:
- type: SM64:ANIM
- header:
- offset: 5489076
- size: 24
- values:
- offset: 5666192
- size: 440
- indices:
- offset: 5665940
- size: 252
-anims/anim_B1:
- type: SM64:ANIM
- header:
- offset: 5666632
- size: 24
- values:
- offset: 5666908
- size: 2418
- indices:
- offset: 5666656
- size: 252
-anims/anim_B2:
- type: SM64:ANIM
- header:
- offset: 5232768
- size: 24
- values:
- offset: 5669604
- size: 1824
- indices:
- offset: 5669352
- size: 252
-anims/anim_B3:
- type: SM64:ANIM
- header:
- offset: 5671428
- size: 24
- values:
- offset: 5671704
- size: 6494
- indices:
- offset: 5671452
- size: 252
-anims/anim_B4:
- type: SM64:ANIM
- header:
- offset: 5498884
- size: 24
- values:
- offset: 5678476
- size: 1846
- indices:
- offset: 5678224
- size: 252
-anims/anim_B5:
- type: SM64:ANIM
- header:
- offset: 5442516
- size: 24
- values:
- offset: 5680624
- size: 1382
- indices:
- offset: 5680372
- size: 252
-anims/anim_B6:
- type: SM64:ANIM
- header:
- offset: 5680348
- size: 24
- values:
- offset: 5680624
- size: 1382
- indices:
- offset: 5680372
- size: 252
-anims/anim_B7:
- type: SM64:ANIM
- header:
- offset: 5574280
- size: 24
- values:
- offset: 5682284
- size: 2980
- indices:
- offset: 5682032
- size: 252
-anims/anim_B8:
- type: SM64:ANIM
- header:
- offset: 5338604
- size: 24
- values:
- offset: 5685540
- size: 776
- indices:
- offset: 5685288
- size: 252
-anims/anim_B9:
- type: SM64:ANIM
- header:
- offset: 5416032
- size: 24
- values:
- offset: 5686592
- size: 2068
- indices:
- offset: 5686340
- size: 252
-anims/anim_BA:
- type: SM64:ANIM
- header:
- offset: 5433276
- size: 24
- values:
- offset: 5688936
- size: 986
- indices:
- offset: 5688684
- size: 252
-anims/anim_BB:
- type: SM64:ANIM
- header:
- offset: 5689924
- size: 24
- values:
- offset: 5690200
- size: 4132
- indices:
- offset: 5689948
- size: 252
-anims/anim_BC:
- type: SM64:ANIM
- header:
- offset: 5165544
- size: 24
- values:
- offset: 5694632
- size: 1528
- indices:
- offset: 5694380
- size: 252
-anims/anim_BD:
- type: SM64:ANIM
- header:
- offset: 5197816
- size: 24
- values:
- offset: 5694632
- size: 1528
- indices:
- offset: 5694380
- size: 252
-anims/anim_BE:
- type: SM64:ANIM
- header:
- offset: 5230056
- size: 24
- values:
- offset: 5696436
- size: 760
- indices:
- offset: 5696184
- size: 252
-anims/anim_BF:
- type: SM64:ANIM
- header:
- offset: 5498884
- size: 24
- values:
- offset: 5697472
- size: 1936
- indices:
- offset: 5697220
- size: 252
-anims/anim_C0:
- type: SM64:ANIM
- header:
- offset: 5699408
- size: 24
- values:
- offset: 5699684
- size: 2452
- indices:
- offset: 5699432
- size: 252
-anims/anim_C1:
- type: SM64:ANIM
- header:
- offset: 5191920
- size: 24
- values:
- offset: 5702412
- size: 2468
- indices:
- offset: 5702160
- size: 252
-anims/anim_C2:
- type: SM64:ANIM
- header:
- offset: 5179584
- size: 24
- values:
- offset: 5705156
- size: 5422
- indices:
- offset: 5704904
- size: 252
-anims/anim_C3:
- type: SM64:ANIM
- header:
- offset: 5418280
- size: 24
- values:
- offset: 5710856
- size: 1942
- indices:
- offset: 5710604
- size: 252
-anims/anim_C4:
- type: SM64:ANIM
- header:
- offset: 5418280
- size: 24
- values:
- offset: 5713076
- size: 1942
- indices:
- offset: 5710604
- size: 252
-anims/anim_C5:
- type: SM64:ANIM
- header:
- offset: 5418280
- size: 24
- values:
- offset: 5715296
- size: 1942
- indices:
- offset: 5710604
- size: 252
-anims/anim_C6:
- type: SM64:ANIM
- header:
- offset: 5338604
- size: 24
- values:
- offset: 5717516
- size: 1666
- indices:
- offset: 5717264
- size: 252
-anims/anim_C7:
- type: SM64:ANIM
- header:
- offset: 5338604
- size: 24
- values:
- offset: 5719460
- size: 2844
- indices:
- offset: 5719208
- size: 252
-anims/anim_C8:
- type: SM64:ANIM
- header:
- offset: 5722304
- size: 24
- values:
- offset: 5722580
- size: 1648
- indices:
- offset: 5722328
- size: 252
-anims/anim_C9:
- type: SM64:ANIM
- header:
- offset: 5234576
- size: 24
- values:
- offset: 5724504
- size: 1940
- indices:
- offset: 5724252
- size: 252
-anims/anim_CA:
- type: SM64:ANIM
- header:
- offset: 5726444
- size: 24
- values:
- offset: 5726720
- size: 1998
- indices:
- offset: 5726468
- size: 252
-anims/anim_CB:
- type: SM64:ANIM
- header:
- offset: 5225496
- size: 24
- values:
- offset: 5729020
- size: 1382
- indices:
- offset: 5728768
- size: 252
-anims/anim_CC:
- type: SM64:ANIM
- header:
- offset: 5165544
- size: 24
- values:
- offset: 5729020
- size: 1382
- indices:
- offset: 5728768
- size: 252
-anims/anim_CD:
- type: SM64:ANIM
- header:
- offset: 5730404
- size: 24
- values:
- offset: 5730680
- size: 5184
- indices:
- offset: 5730428
- size: 252
-anims/anim_CE:
- type: SM64:ANIM
- header:
- offset: 5201048
- size: 24
- values:
- offset: 5736140
- size: 1460
- indices:
- offset: 5735888
- size: 252
-anims/anim_CF:
- type: SM64:ANIM
- header:
- offset: 5737600
- size: 24
- values:
- offset: 5737876
- size: 2708
- indices:
- offset: 5737624
- size: 252
-anims/anim_D0:
- type: SM64:ANIM
- header:
- offset: 5413596
- size: 24
- values:
- offset: 5740860
- size: 730
- indices:
- offset: 5740608
- size: 252
-demos/bbh:
- type: BLOB
- size: 988
- offset: 5741664
-demos/bitdw:
- type: BLOB
- size: 1412
- offset: 5747100
-demos/ccm:
- type: BLOB
- size: 1320
- offset: 5742652
-demos/hmc:
- type: BLOB
- size: 980
- offset: 5743972
-demos/jrb:
- type: BLOB
- size: 620
- offset: 5744952
-demos/pss:
- type: BLOB
- size: 748
- offset: 5746244
-demos/unused:
- type: BLOB
- size: 108
- offset: 5746992
-demos/wf:
- type: BLOB
- size: 672
- offset: 5745572
diff --git a/assets/sm64/us/levels.yml b/assets/sm64/us/levels.yml
deleted file mode 100644
index dcd160b..0000000
--- a/assets/sm64/us/levels.yml
+++ /dev/null
@@ -1,2389 +0,0 @@
-bbh/0:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3611712
- mio0: 0
- format: RGBA16
-bbh/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3611712
- mio0: 4096
- format: RGBA16
-bbh/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3611712
- mio0: 6144
- format: RGBA16
-bbh/3:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3611712
- mio0: 8192
- format: RGBA16
-bbh/4:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 3611712
- mio0: 12288
- format: RGBA16
-bbh/5:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3611712
- mio0: 13312
- format: RGBA16
-bbh/6:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 3611712
- mio0: 17408
- format: RGBA16
-bitdw/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4541952
- mio0: 0
- format: RGBA16
-bitdw/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4541952
- mio0: 2048
- format: RGBA16
-bitdw/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4541952
- mio0: 4096
- format: RGBA16
-bitdw/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4541952
- mio0: 6144
- format: RGBA16
-bitfs/0:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4592848
- mio0: 0
- format: RGBA16
-bitfs/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4592848
- mio0: 4096
- format: RGBA16
-bitfs/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4592848
- mio0: 6144
- format: RGBA16
-bits/0:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4637600
- mio0: 0
- format: RGBA16
-bits/1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 4637600
- mio0: 4096
- format: RGBA16
-bits/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4637600
- mio0: 8192
- format: RGBA16
-bob/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4178608
- mio0: 0
- format: RGBA16
-bob/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4178608
- mio0: 2048
- format: RGBA16
-bob/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4178608
- mio0: 4096
- format: RGBA16
-bob/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4178608
- mio0: 6144
- format: RGBA16
-bob/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4178608
- mio0: 8192
- format: RGBA16
-bowser_1/0:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4991264
- mio0: 0
- format: RGBA16
-bowser_1/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4991264
- mio0: 4096
- format: RGBA16
-bowser_1/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4991264
- mio0: 6144
- format: RGBA16
-bowser_2/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 5037008
- mio0: 0
- format: RGBA16
-bowser_3/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 5041152
- mio0: 0
- format: RGBA16
-bowser_3/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 5041152
- mio0: 2048
- format: RGBA16
-bowser_3/2:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 5041152
- mio0: 4096
- format: RGBA16
-castle_grounds/0:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4500416
- mio0: 0
- format: RGBA16
-castle_grounds/1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 4500416
- mio0: 4096
- format: RGBA16
-castle_grounds/2:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 4500416
- mio0: 8192
- format: RGBA16
-castle_grounds/3:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4500416
- mio0: 51688
- format: RGBA16
-castle_grounds/4:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4500416
- mio0: 55784
- format: RGBA16
-castle_grounds/5:
- type: TEXTURE
- size: 2048
- width: 64
- height: 32
- offset: 4500416
- mio0: 60136
- format: IA8
-castle_inside/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3760960
- mio0: 2048
- format: RGBA16
-castle_inside/10:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3760960
- mio0: 28672
- format: RGBA16
-castle_inside/11:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3760960
- mio0: 30720
- format: RGBA16
-castle_inside/12:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3760960
- mio0: 32768
- format: RGBA16
-castle_inside/13:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3760960
- mio0: 34816
- format: RGBA16
-castle_inside/14:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3760960
- mio0: 36864
- format: RGBA16
-castle_inside/15:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3760960
- mio0: 38912
- format: RGBA16
-castle_inside/16:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3760960
- mio0: 40960
- format: IA16
-castle_inside/17:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3760960
- mio0: 43008
- format: RGBA16
-castle_inside/18:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3760960
- mio0: 47104
- format: RGBA16
-castle_inside/19:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3760960
- mio0: 51200
- format: RGBA16
-castle_inside/2:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3305024
- mio0: 47104
- format: IA16
-castle_inside/20:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3760960
- mio0: 55296
- format: RGBA16
-castle_inside/21:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3760960
- mio0: 59392
- format: RGBA16
-castle_inside/22:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3760960
- mio0: 63488
- format: RGBA16
-castle_inside/23:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3760960
- mio0: 67584
- format: RGBA16
-castle_inside/24:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3760960
- mio0: 71680
- format: RGBA16
-castle_inside/25:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3760960
- mio0: 75776
- format: RGBA16
-castle_inside/26:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3760960
- mio0: 79872
- format: RGBA16
-castle_inside/27:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3760960
- mio0: 83968
- format: RGBA16
-castle_inside/28:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3760960
- mio0: 88064
- format: RGBA16
-castle_inside/29:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3760960
- mio0: 92160
- format: RGBA16
-castle_inside/3:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3760960
- mio0: 8192
- format: RGBA16
-castle_inside/30:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3760960
- mio0: 94208
- format: RGBA16
-castle_inside/31:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3760960
- mio0: 96256
- format: RGBA16
-castle_inside/32:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3760960
- mio0: 100352
- format: RGBA16
-castle_inside/33:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3760960
- mio0: 104448
- format: RGBA16
-castle_inside/34:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3760960
- mio0: 108544
- format: RGBA16
-castle_inside/35:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3760960
- mio0: 112640
- format: RGBA16
-castle_inside/36:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3760960
- mio0: 116736
- format: RGBA16
-castle_inside/37:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3760960
- mio0: 120832
- format: RGBA16
-castle_inside/38:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3760960
- mio0: 124928
- format: RGBA16
-castle_inside/39:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3760960
- mio0: 129024
- format: RGBA16
-castle_inside/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3760960
- mio0: 12288
- format: RGBA16
-castle_inside/40:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3760960
- mio0: 133120
- format: RGBA16
-castle_inside/5:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3760960
- mio0: 14336
- format: RGBA16
-castle_inside/6:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3760960
- mio0: 18432
- format: RGBA16
-castle_inside/7:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3760960
- mio0: 22528
- format: RGBA16
-castle_inside/8:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3760960
- mio0: 24576
- format: RGBA16
-castle_inside/9:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3760960
- mio0: 26624
- format: RGBA16
-castle_inside/castle_light:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3439184
- mio0: 47104
- format: IA16
-ccm/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3684688
- mio0: 0
- format: RGBA16
-ccm/1:
- type: TEXTURE
- size: 256
- width: 32
- height: 4
- offset: 3684688
- mio0: 2048
- format: RGBA16
-ccm/10:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3684688
- mio0: 17152
- format: RGBA16
-ccm/11:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3684688
- mio0: 19200
- format: RGBA16
-ccm/12:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3684688
- mio0: 72024
- format: RGBA16
-ccm/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3684688
- mio0: 2304
- format: RGBA16
-ccm/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3684688
- mio0: 4352
- format: RGBA16
-ccm/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3684688
- mio0: 6400
- format: RGBA16
-ccm/5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1443440
- mio0: 48240
- format: RGBA16
-ccm/6:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1443440
- mio0: 46192
- format: RGBA16
-ccm/7:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3684688
- mio0: 12544
- format: RGBA16
-ccm/8:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 3684688
- mio0: 14592
- format: IA16
-ccm/9:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3684688
- mio0: 15104
- format: IA16
-cotmc/0:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 4948176
- mio0: 0
- format: RGBA16
-cotmc/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4948176
- mio0: 4096
- format: RGBA16
-cotmc/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4948176
- mio0: 6144
- format: RGBA16
-cotmc/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4948176
- mio0: 8192
- format: RGBA16
-cotmc/4:
- type: TEXTURE
- size: 2048
- width: 64
- height: 16
- offset: 4948176
- mio0: 10240
- format: RGBA16
-ddd/0:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4774192
- mio0: 0
- format: RGBA16
-ddd/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3439184
- mio0: 4096
- format: RGBA16
-ddd/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4774192
- mio0: 6144
- format: RGBA16
-ddd/3:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 4774192
- mio0: 8192
- format: RGBA16
-ddd/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4774192
- mio0: 12288
- format: RGBA16
-ending/cake:
- type: BLOB
- size: 153600
- offset: 4843280
- mio0: 0
-hmc/0:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4001216
- mio0: 0
- format: RGBA16
-hmc/1:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4001216
- mio0: 4096
- format: RGBA16
-hmc/2:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4001216
- mio0: 8192
- format: RGBA16
-hmc/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4001216
- mio0: 12288
- format: RGBA16
-hmc/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4001216
- mio0: 14336
- format: RGBA16
-hmc/5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4001216
- mio0: 16384
- format: RGBA16
-hmc/6:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4001216
- mio0: 18432
- format: RGBA16
-hmc/7:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3760960
- mio0: 92160
- format: RGBA16
-intro/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2532256
- mio0: 32416
- format: RGBA16
-intro/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2532256
- mio0: 34464
- format: RGBA16
-intro/2_copyright:
- type: TEXTURE
- size: 4096
- width: 128
- height: 16
- offset: 2532256
- mio0: 46240
- format: RGBA16
-intro/3_tm:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2532256
- mio0: 50336
- format: RGBA16
-jrb/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3439184
- mio0: 4096
- format: RGBA16
-jrb/1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 4302688
- mio0: 2048
- format: RGBA16
-jrb/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4302688
- mio0: 6144
- format: RGBA16
-jrb/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4302688
- mio0: 8192
- format: RGBA16
-lll/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4687008
- mio0: 0
- format: RGBA16
-lll/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4687008
- mio0: 2048
- format: RGBA16
-lll/10:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4687008
- mio0: 20480
- format: RGBA16
-lll/11:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4687008
- mio0: 22528
- format: RGBA16
-lll/12:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4687008
- mio0: 24576
- format: RGBA16
-lll/13:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4687008
- mio0: 26624
- format: RGBA16
-lll/14:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4687008
- mio0: 28672
- format: RGBA16
-lll/15:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4687008
- mio0: 30720
- format: RGBA16
-lll/16:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4687008
- mio0: 32768
- format: RGBA16
-lll/17:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4687008
- mio0: 34816
- format: RGBA16
-lll/18:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4687008
- mio0: 36864
- format: RGBA16
-lll/19:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4687008
- mio0: 38912
- format: RGBA16
-lll/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4687008
- mio0: 4096
- format: RGBA16
-lll/20:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4687008
- mio0: 40960
- format: RGBA16
-lll/21:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4687008
- mio0: 43008
- format: RGBA16
-lll/22:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4687008
- mio0: 45056
- format: RGBA16
-lll/23:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4687008
- mio0: 47104
- format: RGBA16
-lll/24:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4687008
- mio0: 49152
- format: RGBA16
-lll/25:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4687008
- mio0: 51200
- format: RGBA16
-lll/26:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 4687008
- mio0: 53248
- format: RGBA16
-lll/27:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 3684688
- mio0: 14592
- format: IA16
-lll/28:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4687008
- mio0: 54272
- format: RGBA16
-lll/29:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4687008
- mio0: 56320
- format: RGBA16
-lll/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4687008
- mio0: 6144
- format: RGBA16
-lll/30:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4687008
- mio0: 58368
- format: RGBA16
-lll/31:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4687008
- mio0: 60416
- format: RGBA16
-lll/32:
- type: TEXTURE
- size: 2048
- width: 64
- height: 16
- offset: 4687008
- mio0: 62464
- format: RGBA16
-lll/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4687008
- mio0: 8192
- format: RGBA16
-lll/5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4687008
- mio0: 10240
- format: RGBA16
-lll/6:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4687008
- mio0: 12288
- format: RGBA16
-lll/7:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3269072
- mio0: 6144
- format: RGBA16
-lll/8:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4687008
- mio0: 16384
- format: RGBA16
-lll/9:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4687008
- mio0: 18432
- format: RGBA16
-menu/main_menu_seg7.00018:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2778544
- mio0: 24
- format: RGBA16
-menu/main_menu_seg7.00818:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2778544
- mio0: 2072
- format: RGBA16
-menu/main_menu_seg7.01018:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 2778544
- mio0: 4120
- format: RGBA16
-menu/main_menu_seg7.02018:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 2778544
- mio0: 8216
- format: RGBA16
-menu/main_menu_seg7.03468:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2778544
- mio0: 13416
- format: RGBA16
-menu/main_menu_seg7.03C68:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2778544
- mio0: 15464
- format: RGBA16
-menu/main_menu_seg7.04468:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2778544
- mio0: 17512
- format: RGBA16
-menu/main_menu_seg7.04C68:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2778544
- mio0: 19560
- format: RGBA16
-menu/main_menu_seg7.05468:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2778544
- mio0: 21608
- format: RGBA16
-menu/main_menu_seg7.06328:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2778544
- mio0: 25384
- format: RGBA16
-menu/main_menu_seg7.06B28:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2778544
- mio0: 27432
- format: RGBA16
-menu/main_menu_seg7.073D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2778544
- mio0: 29648
- format: RGBA16
-menu/main_menu_seg7.075D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2778544
- mio0: 30160
- format: RGBA16
-menu/main_menu_seg7.077D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2778544
- mio0: 30672
- format: RGBA16
-menu/main_menu_seg7.079D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2778544
- mio0: 31184
- format: RGBA16
-menu/main_menu_seg7.07BD0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2778544
- mio0: 31696
- format: RGBA16
-menu/main_menu_seg7.07DD0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2778544
- mio0: 32208
- format: RGBA16
-menu/main_menu_seg7.07FD0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2778544
- mio0: 32720
- format: RGBA16
-menu/main_menu_seg7.081D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2778544
- mio0: 33232
- format: RGBA16
-menu/main_menu_seg7.083D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2778544
- mio0: 33744
- format: RGBA16
-menu/main_menu_seg7.085D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2778544
- mio0: 34256
- format: RGBA16
-menu/main_menu_seg7.087D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2778544
- mio0: 34768
- format: RGBA16
-menu/main_menu_seg7.089D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2778544
- mio0: 35280
- format: RGBA16
-menu/main_menu_seg7.08BD0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2778544
- mio0: 35792
- format: RGBA16
-menu/main_menu_seg7.08DD0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2778544
- mio0: 36304
- format: RGBA16
-menu/main_menu_seg7.08FD0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2778544
- mio0: 36816
- format: RGBA16
-menu/main_menu_seg7.091D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2778544
- mio0: 37328
- format: RGBA16
-menu/main_menu_seg7.093D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2778544
- mio0: 37840
- format: RGBA16
-menu/main_menu_seg7.095D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2778544
- mio0: 38352
- format: RGBA16
-menu/main_menu_seg7.097D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2778544
- mio0: 38864
- format: RGBA16
-menu/main_menu_seg7.099D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2778544
- mio0: 39376
- format: RGBA16
-menu/main_menu_seg7.09BD0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2778544
- mio0: 39888
- format: RGBA16
-menu/main_menu_seg7.09DD0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2778544
- mio0: 40400
- format: RGBA16
-menu/main_menu_seg7.09FD0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2778544
- mio0: 40912
- format: RGBA16
-menu/main_menu_seg7.0A1D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2778544
- mio0: 41424
- format: RGBA16
-menu/main_menu_seg7.0A3D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2778544
- mio0: 41936
- format: RGBA16
-menu/main_menu_seg7.0A5D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2778544
- mio0: 42448
- format: RGBA16
-menu/main_menu_seg7.0A7D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2778544
- mio0: 42960
- format: RGBA16
-menu/main_menu_seg7.0A9D0:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2778544
- mio0: 43472
- format: RGBA16
-menu/main_menu_seg7.0D1A8:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 2778544
- mio0: 48352
- format: RGBA16
-menu/main_menu_seg7.0E1A8:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 2778544
- mio0: 52448
- format: RGBA16
-menu/main_menu_seg7.0AC40:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 44096
- format: IA8
-menu/main_menu_seg7.0AC80:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 44160
- format: IA8
-menu/main_menu_seg7.0ACC0:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 44224
- format: IA8
-menu/main_menu_seg7.0AD00:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 44288
- format: IA8
-menu/main_menu_seg7.0AD40:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 44352
- format: IA8
-menu/main_menu_seg7.0AD80:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 44416
- format: IA8
-menu/main_menu_seg7.0ADC0:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 44480
- format: IA8
-menu/main_menu_seg7.0AE00:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 44544
- format: IA8
-menu/main_menu_seg7.0AE40:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 44608
- format: IA8
-menu/main_menu_seg7.0AE80:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 44672
- format: IA8
-menu/main_menu_seg7.0AEC0:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 44736
- format: IA8
-menu/main_menu_seg7.0AF00:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 44800
- format: IA8
-menu/main_menu_seg7.0AF40:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 44864
- format: IA8
-menu/main_menu_seg7.0AF80:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 44928
- format: IA8
-menu/main_menu_seg7.0AFC0:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 44992
- format: IA8
-menu/main_menu_seg7.0B000:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 45056
- format: IA8
-menu/main_menu_seg7.0B040:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 45120
- format: IA8
-menu/main_menu_seg7.0B080:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 45184
- format: IA8
-menu/main_menu_seg7.0B0C0:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 45248
- format: IA8
-menu/main_menu_seg7.0B100:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 45312
- format: IA8
-menu/main_menu_seg7.0B140:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 45376
- format: IA8
-menu/main_menu_seg7.0B180:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 45440
- format: IA8
-menu/main_menu_seg7.0B1C0:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 45504
- format: IA8
-menu/main_menu_seg7.0B200:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 45568
- format: IA8
-menu/main_menu_seg7.0B240:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 45632
- format: IA8
-menu/main_menu_seg7.0B280:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 45696
- format: IA8
-menu/main_menu_seg7.0B2C0:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 45760
- format: IA8
-menu/main_menu_seg7.0B300:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 45824
- format: IA8
-menu/main_menu_seg7.0B340:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 45888
- format: IA8
-menu/main_menu_seg7.0B380:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 45952
- format: IA8
-menu/main_menu_seg7.0B3C0:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 46016
- format: IA8
-menu/main_menu_seg7.0B400:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 46080
- format: IA8
-menu/main_menu_seg7.0B440:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 46144
- format: IA8
-menu/main_menu_seg7.0B480:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 46208
- format: IA8
-menu/main_menu_seg7.0B4C0:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 46272
- format: IA8
-menu/main_menu_seg7.0B500:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 46336
- format: IA8
-menu/main_menu_seg7.0B540:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 46400
- format: IA8
-menu/main_menu_seg7.0B580:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 46464
- format: IA8
-menu/main_menu_seg7.0B5C0:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 46528
- format: IA8
-menu/main_menu_seg7.0B600:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 46592
- format: IA8
-menu/main_menu_seg7.0B640:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 46656
- format: IA8
-menu/main_menu_seg7.0B680:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 46720
- format: IA8
-menu/main_menu_seg7.0B6C0:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 46784
- format: IA8
-menu/main_menu_seg7.0B700:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 46848
- format: IA8
-menu/main_menu_seg7.0B740:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 46912
- format: IA8
-menu/main_menu_seg7.0B780:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 46976
- format: IA8
-menu/main_menu_seg7.0B7C0:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 46648
- format: IA8
-menu/main_menu_seg7.0B800:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 2778544
- mio0: 47104
- format: IA8
-pss/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4913456
- mio0: 0
- format: RGBA16
-pss/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4913456
- mio0: 2048
- format: IA16
-pss/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4913456
- mio0: 4096
- format: RGBA16
-rr/1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 4421744
- mio0: 2048
- format: RGBA16
-rr/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4421744
- mio0: 6144
- format: RGBA16
-rr/quarter_flying_carpet:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4421744
- mio0: 0
- format: RGBA16
-sl/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4218800
- mio0: 0
- format: RGBA16
-sl/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4218800
- mio0: 2048
- format: RGBA16
-sl/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4218800
- mio0: 4096
- format: RGBA16
-sl/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4218800
- mio0: 6144
- format: RGBA16
-sl/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4218800
- mio0: 8192
- format: RGBA16
-ssl/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4093616
- mio0: 0
- format: RGBA16
-ssl/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4093616
- mio0: 2048
- format: IA16
-ssl/10:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4093616
- mio0: 55208
- format: RGBA16
-ssl/11:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4093616
- mio0: 59304
- format: RGBA16
-ssl/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4093616
- mio0: 4096
- format: RGBA16
-ssl/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4093616
- mio0: 6144
- format: RGBA16
-ssl/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4093616
- mio0: 8192
- format: RGBA16
-ssl/5:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4093616
- mio0: 10240
- format: RGBA16
-ssl/6:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4093616
- mio0: 14336
- format: RGBA16
-ssl/7:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3330160
- mio0: 32768
- format: RGBA16
-ssl/8:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4093616
- mio0: 49064
- format: RGBA16
-ssl/9:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4093616
- mio0: 51112
- format: RGBA16
-thi/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4343504
- mio0: 0
- format: RGBA16
-thi/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4343504
- mio0: 2048
- format: RGBA16
-totwc/0:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4975664
- mio0: 0
- format: RGBA16
-totwc/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4975664
- mio0: 4096
- format: RGBA16
-totwc/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4975664
- mio0: 6144
- format: RGBA16
-totwc/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4975664
- mio0: 8192
- format: IA16
-ttc/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4378400
- mio0: 0
- format: RGBA16
-ttc/1:
- type: TEXTURE
- size: 2048
- width: 16
- height: 64
- offset: 4378400
- mio0: 2048
- format: RGBA16
-ttc/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4378400
- mio0: 90000
- format: RGBA16
-ttm/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 5052688
- mio0: 0
- format: IA16
-ttm/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 5052688
- mio0: 2048
- format: RGBA16
-ttm/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 5052688
- mio0: 4096
- format: RGBA16
-ttm/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 5052688
- mio0: 6144
- format: RGBA16
-ttm/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 5052688
- mio0: 8192
- format: RGBA16
-ttm/5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 5052688
- mio0: 10240
- format: RGBA16
-ttm/6:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 5052688
- mio0: 12288
- format: RGBA16
-ttm/7:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 5052688
- mio0: 16384
- format: RGBA16
-ttm/8:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3479904
- mio0: 43008
- format: RGBA16
-vcutm/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4572672
- mio0: 0
- format: RGBA16
-vcutm/1:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 4572672
- mio0: 2048
- format: RGBA16
-vcutm/2:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 4572672
- mio0: 6144
- format: RGBA16
-vcutm/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4572672
- mio0: 10240
- format: RGBA16
-wdw/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4255088
- mio0: 0
- format: RGBA16
-wdw/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4255088
- mio0: 2048
- format: RGBA16
-wdw/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4255088
- mio0: 4096
- format: RGBA16
-wdw/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4255088
- mio0: 6144
- format: RGBA16
-wdw/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4255088
- mio0: 8192
- format: RGBA16
-wf/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4808848
- mio0: 0
- format: RGBA16
-wf/1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4808848
- mio0: 2048
- format: RGBA16
-wf/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4808848
- mio0: 4096
- format: RGBA16
-wf/3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4808848
- mio0: 6144
- format: RGBA16
-wf/4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4808848
- mio0: 8192
- format: RGBA16
-wf/5:
- type: TEXTURE
- size: 256
- width: 16
- height: 16
- offset: 1083968
- mio0: 74168
- format: IA8
-wmotr/0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4997920
- mio0: 0
- format: RGBA16
-wmotr/1:
- type: TEXTURE
- size: 1024
- width: 32
- height: 16
- offset: 4997920
- mio0: 2048
- format: RGBA16
-wmotr/2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 4997920
- mio0: 3072
- format: RGBA16
-wmotr/3:
- type: TEXTURE
- size: 512
- width: 32
- height: 8
- offset: 4997920
- mio0: 5120
- format: RGBA16
-wmotr/4:
- type: TEXTURE
- size: 512
- width: 8
- height: 32
- offset: 4997920
- mio0: 5632
- format: RGBA16
diff --git a/assets/sm64/us/sound.yml b/assets/sm64/us/sound.yml
deleted file mode 100644
index 4bb13f9..0000000
--- a/assets/sm64/us/sound.yml
+++ /dev/null
@@ -1,1035 +0,0 @@
-header:
- type: AUDIO:HEADER
- ctl:
- offset: 5748512
- size: 97856
- tbl:
- offset: 5846368
- size: 2216704
-banks/00:
- type: BANK
- id: 0
-banks/01_terrain:
- type: BANK
- id: 1
-banks/02_water:
- type: BANK
- id: 2
-banks/03:
- type: BANK
- id: 3
-banks/04:
- type: BANK
- id: 4
-banks/05:
- type: BANK
- id: 5
-banks/06:
- type: BANK
- id: 6
-banks/07:
- type: BANK
- id: 7
-banks/08_mario:
- type: BANK
- id: 8
-banks/09:
- type: BANK
- id: 9
-banks/0A_mario_peach:
- type: BANK
- id: 10
-banks/0B:
- type: BANK
- id: 11
-banks/0C:
- type: BANK
- id: 12
-banks/0D:
- type: BANK
- id: 13
-banks/0E:
- type: BANK
- id: 14
-banks/0F:
- type: BANK
- id: 15
-banks/10:
- type: BANK
- id: 16
-banks/11:
- type: BANK
- id: 17
-banks/12:
- type: BANK
- id: 18
-banks/13:
- type: BANK
- id: 19
-banks/14_piranha_music_box:
- type: BANK
- id: 20
-banks/15:
- type: BANK
- id: 21
-banks/16_course_start:
- type: BANK
- id: 22
-banks/17:
- type: BANK
- id: 23
-banks/18:
- type: BANK
- id: 24
-banks/19:
- type: BANK
- id: 25
-banks/1A:
- type: BANK
- id: 26
-banks/1B:
- type: BANK
- id: 27
-banks/1C_endless_stairs:
- type: BANK
- id: 28
-banks/1D_bowser_organ:
- type: BANK
- id: 29
-banks/1E:
- type: BANK
- id: 30
-banks/1F:
- type: BANK
- id: 31
-banks/20:
- type: BANK
- id: 32
-banks/21:
- type: BANK
- id: 33
-banks/22:
- type: BANK
- id: 34
-banks/23:
- type: BANK
- id: 35
-banks/24:
- type: BANK
- id: 36
-banks/25:
- type: BANK
- id: 37
-samples/bowser_organ/00_organ_1:
- type: SAMPLE
- id: 216
-samples/bowser_organ/01_organ_1_lq:
- type: SAMPLE
- id: 217
-samples/bowser_organ/02_boys_choir:
- type: SAMPLE
- id: 218
-samples/course_start/00_la:
- type: SAMPLE
- id: 215
-samples/instruments/00:
- type: SAMPLE
- id: 141
-samples/instruments/01_banjo_1:
- type: SAMPLE
- id: 142
-samples/instruments/02:
- type: SAMPLE
- id: 143
-samples/instruments/03_human_whistle:
- type: SAMPLE
- id: 144
-samples/instruments/04_bright_piano:
- type: SAMPLE
- id: 145
-samples/instruments/05_acoustic_bass:
- type: SAMPLE
- id: 146
-samples/instruments/06_kick_drum_1:
- type: SAMPLE
- id: 147
-samples/instruments/07_rimshot:
- type: SAMPLE
- id: 148
-samples/instruments/08:
- type: SAMPLE
- id: 149
-samples/instruments/09:
- type: SAMPLE
- id: 150
-samples/instruments/0A_tambourine:
- type: SAMPLE
- id: 151
-samples/instruments/0B:
- type: SAMPLE
- id: 152
-samples/instruments/0C_conga_stick:
- type: SAMPLE
- id: 153
-samples/instruments/0D_clave:
- type: SAMPLE
- id: 154
-samples/instruments/0E_hihat_closed:
- type: SAMPLE
- id: 155
-samples/instruments/0F_hihat_open:
- type: SAMPLE
- id: 156
-samples/instruments/10_cymbal_bell:
- type: SAMPLE
- id: 157
-samples/instruments/11_splash_cymbal:
- type: SAMPLE
- id: 158
-samples/instruments/12_snare_drum_1:
- type: SAMPLE
- id: 159
-samples/instruments/13_snare_drum_2:
- type: SAMPLE
- id: 160
-samples/instruments/14_strings_5:
- type: SAMPLE
- id: 161
-samples/instruments/15_strings_4:
- type: SAMPLE
- id: 162
-samples/instruments/16_french_horns:
- type: SAMPLE
- id: 163
-samples/instruments/17_trumpet:
- type: SAMPLE
- id: 164
-samples/instruments/18_timpani:
- type: SAMPLE
- id: 165
-samples/instruments/19_brass:
- type: SAMPLE
- id: 166
-samples/instruments/1A_slap_bass:
- type: SAMPLE
- id: 167
-samples/instruments/1B_organ_2:
- type: SAMPLE
- id: 168
-samples/instruments/1C:
- type: SAMPLE
- id: 169
-samples/instruments/1D:
- type: SAMPLE
- id: 170
-samples/instruments/1E_closed_triangle:
- type: SAMPLE
- id: 171
-samples/instruments/1F_open_triangle:
- type: SAMPLE
- id: 172
-samples/instruments/20_cabasa:
- type: SAMPLE
- id: 173
-samples/instruments/21_sine_bass:
- type: SAMPLE
- id: 174
-samples/instruments/22_boys_choir:
- type: SAMPLE
- id: 175
-samples/instruments/23_strings_1:
- type: SAMPLE
- id: 176
-samples/instruments/24_strings_2:
- type: SAMPLE
- id: 177
-samples/instruments/25_strings_3:
- type: SAMPLE
- id: 178
-samples/instruments/26_crystal_rhodes:
- type: SAMPLE
- id: 179
-samples/instruments/27_harpsichord:
- type: SAMPLE
- id: 180
-samples/instruments/28_sitar_1:
- type: SAMPLE
- id: 181
-samples/instruments/29_orchestra_hit:
- type: SAMPLE
- id: 182
-samples/instruments/2A:
- type: SAMPLE
- id: 183
-samples/instruments/2B:
- type: SAMPLE
- id: 184
-samples/instruments/2C:
- type: SAMPLE
- id: 185
-samples/instruments/2D_trombone:
- type: SAMPLE
- id: 186
-samples/instruments/2E_accordion:
- type: SAMPLE
- id: 187
-samples/instruments/2F_sleigh_bells:
- type: SAMPLE
- id: 188
-samples/instruments/30_rarefaction-lahna:
- type: SAMPLE
- id: 189
-samples/instruments/31_rarefaction-convolution:
- type: SAMPLE
- id: 190
-samples/instruments/32_metal_rimshot:
- type: SAMPLE
- id: 191
-samples/instruments/33_kick_drum_2:
- type: SAMPLE
- id: 192
-samples/instruments/34_alto_flute:
- type: SAMPLE
- id: 193
-samples/instruments/35_gospel_organ:
- type: SAMPLE
- id: 194
-samples/instruments/36_sawtooth_synth:
- type: SAMPLE
- id: 195
-samples/instruments/37_square_synth:
- type: SAMPLE
- id: 196
-samples/instruments/38_electric_kick_drum:
- type: SAMPLE
- id: 197
-samples/instruments/39_sitar_2:
- type: SAMPLE
- id: 198
-samples/instruments/3A_music_box:
- type: SAMPLE
- id: 199
-samples/instruments/3B_banjo_2:
- type: SAMPLE
- id: 200
-samples/instruments/3C_acoustic_guitar:
- type: SAMPLE
- id: 201
-samples/instruments/3D:
- type: SAMPLE
- id: 202
-samples/instruments/3E_monk_choir:
- type: SAMPLE
- id: 203
-samples/instruments/3F:
- type: SAMPLE
- id: 204
-samples/instruments/40_bell:
- type: SAMPLE
- id: 205
-samples/instruments/41_pan_flute:
- type: SAMPLE
- id: 206
-samples/instruments/42_vibraphone:
- type: SAMPLE
- id: 207
-samples/instruments/43_harmonica:
- type: SAMPLE
- id: 208
-samples/instruments/44_grand_piano:
- type: SAMPLE
- id: 209
-samples/instruments/45_french_horns_lq:
- type: SAMPLE
- id: 210
-samples/instruments/46_pizzicato_strings_1:
- type: SAMPLE
- id: 211
-samples/instruments/47_pizzicato_strings_2:
- type: SAMPLE
- id: 212
-samples/instruments/48_steel_drum:
- type: SAMPLE
- id: 213
-samples/piranha_music_box/00_music_box:
- type: SAMPLE
- id: 214
-samples/sfx_1/00_twirl:
- type: SAMPLE
- id: 0
-samples/sfx_1/01_brushing:
- type: SAMPLE
- id: 1
-samples/sfx_1/02_hand_touch:
- type: SAMPLE
- id: 2
-samples/sfx_1/03_yoshi:
- type: SAMPLE
- id: 3
-samples/sfx_1/04_plop:
- type: SAMPLE
- id: 4
-samples/sfx_1/05_heavy_landing:
- type: SAMPLE
- id: 5
-samples/sfx_4/00:
- type: SAMPLE
- id: 17
-samples/sfx_4/01:
- type: SAMPLE
- id: 18
-samples/sfx_4/02:
- type: SAMPLE
- id: 19
-samples/sfx_4/03:
- type: SAMPLE
- id: 20
-samples/sfx_4/04:
- type: SAMPLE
- id: 21
-samples/sfx_4/05:
- type: SAMPLE
- id: 22
-samples/sfx_4/06:
- type: SAMPLE
- id: 23
-samples/sfx_4/07:
- type: SAMPLE
- id: 24
-samples/sfx_4/08:
- type: SAMPLE
- id: 25
-samples/sfx_4/09:
- type: SAMPLE
- id: 26
-samples/sfx_5/00:
- type: SAMPLE
- id: 27
-samples/sfx_5/01:
- type: SAMPLE
- id: 28
-samples/sfx_5/02:
- type: SAMPLE
- id: 29
-samples/sfx_5/03:
- type: SAMPLE
- id: 30
-samples/sfx_5/04:
- type: SAMPLE
- id: 31
-samples/sfx_5/05:
- type: SAMPLE
- id: 32
-samples/sfx_5/06:
- type: SAMPLE
- id: 33
-samples/sfx_5/07:
- type: SAMPLE
- id: 34
-samples/sfx_5/08:
- type: SAMPLE
- id: 35
-samples/sfx_5/09:
- type: SAMPLE
- id: 36
-samples/sfx_5/0A:
- type: SAMPLE
- id: 37
-samples/sfx_5/0B:
- type: SAMPLE
- id: 38
-samples/sfx_5/0C:
- type: SAMPLE
- id: 39
-samples/sfx_5/0D:
- type: SAMPLE
- id: 40
-samples/sfx_5/0E:
- type: SAMPLE
- id: 41
-samples/sfx_5/0F:
- type: SAMPLE
- id: 42
-samples/sfx_5/10:
- type: SAMPLE
- id: 43
-samples/sfx_5/11:
- type: SAMPLE
- id: 44
-samples/sfx_5/12:
- type: SAMPLE
- id: 45
-samples/sfx_5/13:
- type: SAMPLE
- id: 46
-samples/sfx_5/14:
- type: SAMPLE
- id: 47
-samples/sfx_5/15:
- type: SAMPLE
- id: 48
-samples/sfx_5/16:
- type: SAMPLE
- id: 49
-samples/sfx_5/17:
- type: SAMPLE
- id: 50
-samples/sfx_5/18:
- type: SAMPLE
- id: 51
-samples/sfx_5/19:
- type: SAMPLE
- id: 52
-samples/sfx_5/1A:
- type: SAMPLE
- id: 53
-samples/sfx_5/1B:
- type: SAMPLE
- id: 54
-samples/sfx_5/1C:
- type: SAMPLE
- id: 55
-samples/sfx_6/00:
- type: SAMPLE
- id: 56
-samples/sfx_6/01:
- type: SAMPLE
- id: 57
-samples/sfx_6/02:
- type: SAMPLE
- id: 58
-samples/sfx_6/03:
- type: SAMPLE
- id: 59
-samples/sfx_6/04:
- type: SAMPLE
- id: 60
-samples/sfx_6/05:
- type: SAMPLE
- id: 61
-samples/sfx_6/06:
- type: SAMPLE
- id: 62
-samples/sfx_6/07:
- type: SAMPLE
- id: 63
-samples/sfx_6/08:
- type: SAMPLE
- id: 64
-samples/sfx_6/09:
- type: SAMPLE
- id: 65
-samples/sfx_6/0A:
- type: SAMPLE
- id: 66
-samples/sfx_6/0B:
- type: SAMPLE
- id: 67
-samples/sfx_6/0C:
- type: SAMPLE
- id: 68
-samples/sfx_6/0D:
- type: SAMPLE
- id: 69
-samples/sfx_7/00:
- type: SAMPLE
- id: 70
-samples/sfx_7/01:
- type: SAMPLE
- id: 71
-samples/sfx_7/02:
- type: SAMPLE
- id: 72
-samples/sfx_7/03:
- type: SAMPLE
- id: 73
-samples/sfx_7/04:
- type: SAMPLE
- id: 74
-samples/sfx_7/05:
- type: SAMPLE
- id: 75
-samples/sfx_7/06:
- type: SAMPLE
- id: 76
-samples/sfx_7/07:
- type: SAMPLE
- id: 77
-samples/sfx_7/08:
- type: SAMPLE
- id: 78
-samples/sfx_7/09:
- type: SAMPLE
- id: 79
-samples/sfx_7/0A:
- type: SAMPLE
- id: 80
-samples/sfx_7/0B:
- type: SAMPLE
- id: 81
-samples/sfx_7/0C:
- type: SAMPLE
- id: 82
-samples/sfx_7/0D_chain_chomp_bark:
- type: SAMPLE
- id: 83
-samples/sfx_9/00:
- type: SAMPLE
- id: 111
-samples/sfx_9/01:
- type: SAMPLE
- id: 112
-samples/sfx_9/02:
- type: SAMPLE
- id: 113
-samples/sfx_9/03:
- type: SAMPLE
- id: 114
-samples/sfx_9/04_camera_buzz:
- type: SAMPLE
- id: 115
-samples/sfx_9/05_camera_shutter:
- type: SAMPLE
- id: 116
-samples/sfx_9/06:
- type: SAMPLE
- id: 117
-samples/sfx_mario/00_mario_jump_hoo:
- type: SAMPLE
- id: 84
-samples/sfx_mario/01_mario_jump_wah:
- type: SAMPLE
- id: 85
-samples/sfx_mario/02_mario_yah:
- type: SAMPLE
- id: 86
-samples/sfx_mario/03_mario_haha:
- type: SAMPLE
- id: 87
-samples/sfx_mario/04_mario_yahoo:
- type: SAMPLE
- id: 88
-samples/sfx_mario/05_mario_uh:
- type: SAMPLE
- id: 89
-samples/sfx_mario/06_mario_hrmm:
- type: SAMPLE
- id: 90
-samples/sfx_mario/07_mario_wah2:
- type: SAMPLE
- id: 91
-samples/sfx_mario/08_mario_whoa:
- type: SAMPLE
- id: 92
-samples/sfx_mario/09_mario_eeuh:
- type: SAMPLE
- id: 93
-samples/sfx_mario/0A_mario_attacked:
- type: SAMPLE
- id: 94
-samples/sfx_mario/0B_mario_ooof:
- type: SAMPLE
- id: 95
-samples/sfx_mario/0C_mario_here_we_go:
- type: SAMPLE
- id: 96
-samples/sfx_mario/0D_mario_yawning:
- type: SAMPLE
- id: 97
-samples/sfx_mario/0E_mario_snoring1:
- type: SAMPLE
- id: 98
-samples/sfx_mario/0F_mario_snoring2:
- type: SAMPLE
- id: 99
-samples/sfx_mario/10_mario_doh:
- type: SAMPLE
- id: 100
-samples/sfx_mario/11_mario_game_over:
- type: SAMPLE
- id: 101
-samples/sfx_mario/12_mario_hello:
- type: SAMPLE
- id: 102
-samples/sfx_mario/13_mario_press_start_to_play:
- type: SAMPLE
- id: 103
-samples/sfx_mario/14_mario_twirl_bounce:
- type: SAMPLE
- id: 104
-samples/sfx_mario/15_mario_snoring3:
- type: SAMPLE
- id: 105
-samples/sfx_mario/16_mario_so_longa_bowser:
- type: SAMPLE
- id: 106
-samples/sfx_mario/17_mario_ima_tired:
- type: SAMPLE
- id: 107
-samples/sfx_mario/18_mario_waha:
- type: SAMPLE
- id: 108
-samples/sfx_mario/19_mario_yippee:
- type: SAMPLE
- id: 109
-samples/sfx_mario/1A_mario_lets_a_go:
- type: SAMPLE
- id: 110
-samples/sfx_mario_peach/00_mario_waaaooow:
- type: SAMPLE
- id: 118
-samples/sfx_mario_peach/01_mario_hoohoo:
- type: SAMPLE
- id: 119
-samples/sfx_mario_peach/02_mario_panting:
- type: SAMPLE
- id: 120
-samples/sfx_mario_peach/03_mario_dying:
- type: SAMPLE
- id: 121
-samples/sfx_mario_peach/04_mario_on_fire:
- type: SAMPLE
- id: 122
-samples/sfx_mario_peach/05_mario_uh2:
- type: SAMPLE
- id: 123
-samples/sfx_mario_peach/06_mario_coughing:
- type: SAMPLE
- id: 124
-samples/sfx_mario_peach/07_mario_its_a_me_mario:
- type: SAMPLE
- id: 125
-samples/sfx_mario_peach/08_mario_punch_yah:
- type: SAMPLE
- id: 126
-samples/sfx_mario_peach/09_mario_punch_hoo:
- type: SAMPLE
- id: 127
-samples/sfx_mario_peach/0A_mario_mama_mia:
- type: SAMPLE
- id: 128
-samples/sfx_mario_peach/0B_mario_okey_dokey:
- type: SAMPLE
- id: 129
-samples/sfx_mario_peach/0C_mario_drowning:
- type: SAMPLE
- id: 130
-samples/sfx_mario_peach/0D_mario_thank_you_playing_my_game:
- type: SAMPLE
- id: 131
-samples/sfx_mario_peach/0E_peach_dear_mario:
- type: SAMPLE
- id: 132
-samples/sfx_mario_peach/0F_peach_mario:
- type: SAMPLE
- id: 133
-samples/sfx_mario_peach/10_peach_power_of_the_stars:
- type: SAMPLE
- id: 134
-samples/sfx_mario_peach/11_peach_thanks_to_you:
- type: SAMPLE
- id: 135
-samples/sfx_mario_peach/12_peach_thank_you_mario:
- type: SAMPLE
- id: 136
-samples/sfx_mario_peach/13_peach_something_special:
- type: SAMPLE
- id: 137
-samples/sfx_mario_peach/14_peach_bake_a_cake:
- type: SAMPLE
- id: 138
-samples/sfx_mario_peach/15_peach_for_mario:
- type: SAMPLE
- id: 139
-samples/sfx_mario_peach/16_peach_mario2:
- type: SAMPLE
- id: 140
-samples/sfx_terrain/00_step_default:
- type: SAMPLE
- id: 6
-samples/sfx_terrain/01_step_grass:
- type: SAMPLE
- id: 7
-samples/sfx_terrain/02_step_stone:
- type: SAMPLE
- id: 8
-samples/sfx_terrain/03_step_spooky:
- type: SAMPLE
- id: 9
-samples/sfx_terrain/04_step_snow:
- type: SAMPLE
- id: 10
-samples/sfx_terrain/05_step_ice:
- type: SAMPLE
- id: 11
-samples/sfx_terrain/06_step_metal:
- type: SAMPLE
- id: 12
-samples/sfx_terrain/07_step_sand:
- type: SAMPLE
- id: 13
-samples/sfx_water/00_plunge:
- type: SAMPLE
- id: 14
-samples/sfx_water/01_splash:
- type: SAMPLE
- id: 15
-samples/sfx_water/02_swim:
- type: SAMPLE
- id: 16
-sequences/sound_player:
- type: SEQUENCE
- id: 0x00
- offset: 0x7B0980
- size: 13452
- banks:
- - sound/banks/00
- - sound/banks/01_terrain
- - sound/banks/02_water
- - sound/banks/03
- - sound/banks/04
- - sound/banks/05
- - sound/banks/06
- - sound/banks/07
- - sound/banks/08_mario
- - sound/banks/09
- - sound/banks/0A_mario_peach
-sequences/cutscene_collect_star:
- type: SEQUENCE
- id: 0x01
- offset: 0x7B3E10
- size: 619
- banks:
- - sound/banks/22
-sequences/menu_title_screen:
- type: SEQUENCE
- id: 0x02
- offset: 0x7B4080
- size: 8254
- banks:
- - sound/banks/11
-sequences/level_grass:
- type: SEQUENCE
- id: 0x03
- offset: 0x7B60C0
- size: 5122
- banks:
- - sound/banks/22
-sequences/level_inside_castle:
- type: SEQUENCE
- id: 0x04
- offset: 0x7B74D0
- size: 2494
- banks:
- - sound/banks/0E
-sequences/level_water:
- type: SEQUENCE
- id: 0x05
- offset: 0x7B7E90
- size: 4780
- banks:
- - sound/banks/13
-sequences/level_hot:
- type: SEQUENCE
- id: 0x06
- offset: 0x7B9140
- size: 2451
- banks:
- - sound/banks/0F
-sequences/level_boss_koopa:
- type: SEQUENCE
- id: 0x07
- offset: 0x7B9AE0
- size: 3418
- banks:
- - sound/banks/12
-sequences/level_snow:
- type: SEQUENCE
- id: 0x08
- offset: 0x7BA840
- size: 8143
- banks:
- - sound/banks/0B
-sequences/level_slide:
- type: SEQUENCE
- id: 0x09
- offset: 0x7BC810
- size: 7432
- banks:
- - sound/banks/0D
-sequences/level_spooky:
- type: SEQUENCE
- id: 0x0A
- offset: 0x7BE520
- size: 5674
- banks:
- - sound/banks/21
- - sound/banks/10
-sequences/event_piranha_plant:
- type: SEQUENCE
- id: 0x0B
- offset: 0x7BFB50
- size: 1395
- banks:
- - sound/banks/14_piranha_music_box
-sequences/level_underground:
- type: SEQUENCE
- id: 0x0C
- offset: 0x7C00D0
- size: 4887
- banks:
- - sound/banks/15
-sequences/menu_star_select:
- type: SEQUENCE
- id: 0x0D
- offset: 0x7C13F0
- size: 134
- banks:
- - sound/banks/16_course_start
-sequences/event_powerup:
- type: SEQUENCE
- id: 0x0E
- offset: 0x7C1480
- size: 3129
- banks:
- - sound/banks/17
-sequences/event_metal_cap:
- type: SEQUENCE
- id: 0x0F
- offset: 0x7C20C0
- size: 2770
- banks:
- - sound/banks/18
-sequences/event_koopa_message:
- type: SEQUENCE
- id: 0x10
- offset: 0x7C2BA0
- size: 552
- banks:
- - sound/banks/12
-sequences/level_koopa_road:
- type: SEQUENCE
- id: 0x11
- offset: 0x7C2DD0
- size: 4741
- banks:
- - sound/banks/19
-sequences/event_high_score:
- type: SEQUENCE
- id: 0x12
- offset: 0x7C4060
- size: 271
- banks:
- - sound/banks/1F
-sequences/event_merry_go_round:
- type: SEQUENCE
- id: 0x13
- offset: 0x7C4170
- size: 1657
- banks:
- - sound/banks/21
-sequences/event_race:
- type: SEQUENCE
- id: 0x14
- offset: 0x7C47F0
- size: 197
- banks:
- - sound/banks/1A
-sequences/cutscene_star_spawn:
- type: SEQUENCE
- id: 0x15
- offset: 0x7C48C0
- size: 644
- banks:
- - sound/banks/0E
-sequences/event_boss:
- type: SEQUENCE
- id: 0x16
- offset: 0x7C4B50
- size: 3435
- banks:
- - sound/banks/1B
-sequences/cutscene_collect_key:
- type: SEQUENCE
- id: 0x17
- offset: 0x7C58C0
- size: 671
- banks:
- - sound/banks/1A
-sequences/event_endless_stairs:
- type: SEQUENCE
- id: 0x18
- offset: 0x7C5B60
- size: 1777
- banks:
- - sound/banks/1C_endless_stairs
-sequences/level_boss_koopa_final:
- type: SEQUENCE
- id: 0x19
- offset: 0x7C6260
- size: 3515
- banks:
- - sound/banks/1D_bowser_organ
-sequences/cutscene_credits:
- type: SEQUENCE
- id: 0x1A
- offset: 0x7C7020
- size: 14313
- banks:
- - sound/banks/25
-sequences/event_solve_puzzle:
- type: SEQUENCE
- id: 0x1B
- offset: 0x7CA810
- size: 216
- banks:
- - sound/banks/14_piranha_music_box
-sequences/event_toad_message:
- type: SEQUENCE
- id: 0x1C
- offset: 0x7CA8F0
- size: 208
- banks:
- - sound/banks/20
-sequences/event_peach_message:
- type: SEQUENCE
- id: 0x1D
- offset: 0x7CA9C0
- size: 432
- banks:
- - sound/banks/1E
-sequences/cutscene_intro:
- type: SEQUENCE
- id: 0x1E
- offset: 0x7CAB70
- size: 1764
- banks:
- - sound/banks/1B
-sequences/cutscene_victory:
- type: SEQUENCE
- id: 0x1F
- offset: 0x7CB260
- size: 2058
- banks:
- - sound/banks/1A
-sequences/cutscene_ending:
- type: SEQUENCE
- id: 0x20
- offset: 0x7CBA70
- size: 1882
- banks:
- - sound/banks/23
-sequences/menu_file_select:
- type: SEQUENCE
- id: 0x21
- offset: 0x7CC1D0
- size: 781
- banks:
- - sound/banks/24
-sequences/cutscene_lakitu:
- type: SEQUENCE
- id: 0x22
- offset: 0x7CC4E0
- size: 313
- banks:
- - sound/banks/1B \ No newline at end of file
diff --git a/assets/sm64/us/texts.yml b/assets/sm64/us/texts.yml
deleted file mode 100644
index e7a82e5..0000000
--- a/assets/sm64/us/texts.yml
+++ /dev/null
@@ -1,1243 +0,0 @@
-dialogs/dialog_00:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65480
-dialogs/dialog_01:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65496
-dialogs/dialog_02:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65512
-dialogs/dialog_03:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65528
-dialogs/dialog_04:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65544
-dialogs/dialog_05:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65560
-dialogs/dialog_06:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65576
-dialogs/dialog_07:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65592
-dialogs/dialog_08:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65608
-dialogs/dialog_09:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65624
-dialogs/dialog_0A:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65640
-dialogs/dialog_0B:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65656
-dialogs/dialog_0C:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65672
-dialogs/dialog_0D:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65688
-dialogs/dialog_0E:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65704
-dialogs/dialog_0F:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65720
-dialogs/dialog_10:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65736
-dialogs/dialog_11:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65752
-dialogs/dialog_12:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65768
-dialogs/dialog_13:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65784
-dialogs/dialog_14:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65800
-dialogs/dialog_15:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65816
-dialogs/dialog_16:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65832
-dialogs/dialog_17:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65848
-dialogs/dialog_18:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65864
-dialogs/dialog_19:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65880
-dialogs/dialog_1A:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65896
-dialogs/dialog_1B:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65912
-dialogs/dialog_1C:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65928
-dialogs/dialog_1D:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65944
-dialogs/dialog_1E:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65960
-dialogs/dialog_1F:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65976
-dialogs/dialog_20:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 65992
-dialogs/dialog_21:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66008
-dialogs/dialog_22:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66024
-dialogs/dialog_23:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66040
-dialogs/dialog_24:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66056
-dialogs/dialog_25:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66072
-dialogs/dialog_26:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66088
-dialogs/dialog_27:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66104
-dialogs/dialog_28:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66120
-dialogs/dialog_29:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66136
-dialogs/dialog_2A:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66152
-dialogs/dialog_2B:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66168
-dialogs/dialog_2C:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66184
-dialogs/dialog_2D:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66200
-dialogs/dialog_2E:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66216
-dialogs/dialog_2F:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66232
-dialogs/dialog_30:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66248
-dialogs/dialog_31:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66264
-dialogs/dialog_32:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66280
-dialogs/dialog_33:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66296
-dialogs/dialog_34:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66312
-dialogs/dialog_35:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66328
-dialogs/dialog_36:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66344
-dialogs/dialog_37:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66360
-dialogs/dialog_38:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66376
-dialogs/dialog_39:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66392
-dialogs/dialog_3A:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66408
-dialogs/dialog_3B:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66424
-dialogs/dialog_3C:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66440
-dialogs/dialog_3D:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66456
-dialogs/dialog_3E:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66472
-dialogs/dialog_3F:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66488
-dialogs/dialog_40:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66504
-dialogs/dialog_41:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66520
-dialogs/dialog_42:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66536
-dialogs/dialog_43:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66552
-dialogs/dialog_44:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66568
-dialogs/dialog_45:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66584
-dialogs/dialog_46:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66600
-dialogs/dialog_47:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66616
-dialogs/dialog_48:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66632
-dialogs/dialog_49:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66648
-dialogs/dialog_4A:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66664
-dialogs/dialog_4B:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66680
-dialogs/dialog_4C:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66696
-dialogs/dialog_4D:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66712
-dialogs/dialog_4E:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66728
-dialogs/dialog_4F:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66744
-dialogs/dialog_50:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66760
-dialogs/dialog_51:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66776
-dialogs/dialog_52:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66792
-dialogs/dialog_53:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66808
-dialogs/dialog_54:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66824
-dialogs/dialog_55:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66840
-dialogs/dialog_56:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66856
-dialogs/dialog_57:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66872
-dialogs/dialog_58:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66888
-dialogs/dialog_59:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66904
-dialogs/dialog_5A:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66920
-dialogs/dialog_5B:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66936
-dialogs/dialog_5C:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66952
-dialogs/dialog_5D:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66968
-dialogs/dialog_5E:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 66984
-dialogs/dialog_5F:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67000
-dialogs/dialog_60:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67016
-dialogs/dialog_61:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67032
-dialogs/dialog_62:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67048
-dialogs/dialog_63:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67064
-dialogs/dialog_64:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67080
-dialogs/dialog_65:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67096
-dialogs/dialog_66:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67112
-dialogs/dialog_67:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67128
-dialogs/dialog_68:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67144
-dialogs/dialog_69:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67160
-dialogs/dialog_6A:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67176
-dialogs/dialog_6B:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67192
-dialogs/dialog_6C:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67208
-dialogs/dialog_6D:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67224
-dialogs/dialog_6E:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67240
-dialogs/dialog_6F:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67256
-dialogs/dialog_70:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67272
-dialogs/dialog_71:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67288
-dialogs/dialog_72:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67304
-dialogs/dialog_73:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67320
-dialogs/dialog_74:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67336
-dialogs/dialog_75:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67352
-dialogs/dialog_76:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67368
-dialogs/dialog_77:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67384
-dialogs/dialog_78:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67400
-dialogs/dialog_79:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67416
-dialogs/dialog_7A:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67432
-dialogs/dialog_7B:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67448
-dialogs/dialog_7C:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67464
-dialogs/dialog_7D:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67480
-dialogs/dialog_7E:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67496
-dialogs/dialog_7F:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67512
-dialogs/dialog_80:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67528
-dialogs/dialog_81:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67544
-dialogs/dialog_82:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67560
-dialogs/dialog_83:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67576
-dialogs/dialog_84:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67592
-dialogs/dialog_85:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67608
-dialogs/dialog_86:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67624
-dialogs/dialog_87:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67640
-dialogs/dialog_88:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67656
-dialogs/dialog_89:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67672
-dialogs/dialog_8A:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67688
-dialogs/dialog_8B:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67704
-dialogs/dialog_8C:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67720
-dialogs/dialog_8D:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67736
-dialogs/dialog_8E:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67752
-dialogs/dialog_8F:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67768
-dialogs/dialog_90:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67784
-dialogs/dialog_91:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67800
-dialogs/dialog_92:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67816
-dialogs/dialog_93:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67832
-dialogs/dialog_94:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67848
-dialogs/dialog_95:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67864
-dialogs/dialog_96:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67880
-dialogs/dialog_97:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67896
-dialogs/dialog_98:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67912
-dialogs/dialog_99:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67928
-dialogs/dialog_9A:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67944
-dialogs/dialog_9B:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67960
-dialogs/dialog_9C:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67976
-dialogs/dialog_9D:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 67992
-dialogs/dialog_9E:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 68008
-dialogs/dialog_9F:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 68024
-dialogs/dialog_A0:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 68040
-dialogs/dialog_A1:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 68056
-dialogs/dialog_A2:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 68072
-dialogs/dialog_A3:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 68088
-dialogs/dialog_A4:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 68104
-dialogs/dialog_A5:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 68120
-dialogs/dialog_A6:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 68136
-dialogs/dialog_A7:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 68152
-dialogs/dialog_A8:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 68168
-dialogs/dialog_A9:
- type: SM64:DIALOG
- offset: 1083968
- mio0: 68184
-courses/course_00:
- type: SM64:TEXT
- offset: 1083968
- mio0: 68884
-courses/course_01:
- type: SM64:TEXT
- offset: 1083968
- mio0: 68908
-courses/course_02:
- type: SM64:TEXT
- offset: 1083968
- mio0: 68928
-courses/course_03:
- type: SM64:TEXT
- offset: 1083968
- mio0: 68948
-courses/course_04:
- type: SM64:TEXT
- offset: 1083968
- mio0: 68972
-courses/course_05:
- type: SM64:TEXT
- offset: 1083968
- mio0: 68992
-courses/course_06:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69012
-courses/course_07:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69032
-courses/course_08:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69056
-courses/course_09:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69076
-courses/course_0A:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69096
-courses/course_0B:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69116
-courses/course_0C:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69140
-courses/course_0D:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69160
-courses/course_0E:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69180
-courses/course_0F:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69196
-courses/course_10:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69224
-courses/course_11:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69252
-courses/course_12:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69276
-courses/course_13:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69308
-courses/course_14:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69336
-courses/course_15:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69364
-courses/course_16:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69396
-courses/course_17:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69428
-courses/course_18:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69452
-courses/course_19:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69456
-acts/act_00:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69588
-acts/act_01:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69616
-acts/act_02:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69648
-acts/act_03:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69680
-acts/act_04:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69704
-acts/act_05:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69728
-acts/act_06:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69756
-acts/act_07:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69780
-acts/act_08:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69808
-acts/act_09:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69836
-acts/act_0A:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69868
-acts/act_0B:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69896
-acts/act_0C:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69916
-acts/act_0D:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69944
-acts/act_0E:
- type: SM64:TEXT
- offset: 1083968
- mio0: 69976
-acts/act_0F:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70004
-acts/act_10:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70036
-acts/act_11:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70064
-acts/act_12:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70088
-acts/act_13:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70108
-acts/act_14:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70128
-acts/act_15:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70148
-acts/act_16:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70180
-acts/act_17:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70204
-acts/act_18:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70228
-acts/act_19:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70248
-acts/act_1A:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70280
-acts/act_1B:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70308
-acts/act_1C:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70332
-acts/act_1D:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70352
-acts/act_1E:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70384
-acts/act_1F:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70416
-acts/act_20:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70440
-acts/act_21:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70468
-acts/act_22:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70496
-acts/act_23:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70524
-acts/act_24:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70548
-acts/act_25:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70568
-acts/act_26:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70588
-acts/act_27:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70620
-acts/act_28:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70640
-acts/act_29:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70672
-acts/act_2A:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70704
-acts/act_2B:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70736
-acts/act_2C:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70764
-acts/act_2D:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70792
-acts/act_2E:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70824
-acts/act_2F:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70852
-acts/act_30:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70868
-acts/act_31:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70888
-acts/act_32:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70912
-acts/act_33:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70940
-acts/act_34:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70964
-acts/act_35:
- type: SM64:TEXT
- offset: 1083968
- mio0: 70988
-acts/act_36:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71008
-acts/act_37:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71028
-acts/act_38:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71052
-acts/act_39:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71072
-acts/act_3A:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71104
-acts/act_3B:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71136
-acts/act_3C:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71152
-acts/act_3D:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71176
-acts/act_3E:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71192
-acts/act_3F:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71224
-acts/act_40:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71252
-acts/act_41:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71280
-acts/act_42:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71312
-acts/act_43:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71332
-acts/act_44:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71360
-acts/act_45:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71388
-acts/act_46:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71412
-acts/act_47:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71444
-acts/act_48:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71476
-acts/act_49:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71504
-acts/act_4A:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71536
-acts/act_4B:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71568
-acts/act_4C:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71592
-acts/act_4D:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71612
-acts/act_4E:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71632
-acts/act_4F:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71652
-acts/act_50:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71680
-acts/act_51:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71692
-acts/act_52:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71712
-acts/act_53:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71740
-acts/act_54:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71764
-acts/act_55:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71796
-acts/act_56:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71824
-acts/act_57:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71848
-acts/act_58:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71872
-acts/act_59:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71892
-acts/act_5A:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71920
-acts/act_5B:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71956
-acts/act_5C:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71960
-acts/act_5D:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71964
-acts/act_5E:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71968
-acts/act_5F:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71972
-acts/act_60:
- type: SM64:TEXT
- offset: 1083968
- mio0: 71976
-strings/global:
- type: SM64:DICTIONARY
- keys:
- TEXT_ZERO: 8177343
- TEXT_COIN: 8155500
- TEXT_STAR: 8142922
- TEXT_COIN_X: 5057623
- TEXT_STAR_X: 5324116
- TEXT_VARIABLE_X: 8085611
- TEXT_UNFILLED_STAR: 8145264
- TEXT_NEW: 2458232
- TEXT_4DASHES: 2458548
- TEXT_MARIO: 2458588
- TEXT_SELECT_FILE: 2458244
- TEXT_CHECK_FILE: 2458280
- TEXT_COPY_FILE: 2458316
- TEXT_ERASE_FILE: 2458436
- TEXT_SOUND_SELECT: 2458520
- TEXT_FILE_MARIO_A: 2458200
- TEXT_FILE_MARIO_B: 2458208
- TEXT_FILE_MARIO_C: 2458216
- TEXT_FILE_MARIO_D: 2458224
- TEXT_SCORE: 2459246
- TEXT_COPY: 2458264
- TEXT_ERASE: 2458272
- TEXT_STEREO: 2458176
- TEXT_MONO: 2458184
- TEXT_HEADSET: 2458192
- TEXT_SAVED_DATA_EXISTS: 2458500
- TEXT_NO_SAVED_DATA_EXISTS: 2458456
- TEXT_RETURN: 2458132
- TEXT_CHECK_SCORE: 2458140
- TEXT_COPY_FILE_BUTTON: 2458316
- TEXT_ERASE_FILE_BUTTON: 2458436
- TEXT_HI_SCORE: 2458596
- TEXT_MY_SCORE: 2458608
- TEXT_SCORE_MARIO_A: 2458556
- TEXT_SCORE_MARIO_B: 2458564
- TEXT_SCORE_MARIO_C: 2458572
- TEXT_SCORE_MARIO_D: 2458580
- TEXT_COPY_IT_TO_WHERE: 2458328
- TEXT_COPYING_COMPLETED: 2458372
- TEXT_NO_FILE_TO_COPY_FROM: 2458412
- TEXT_SURE: 2458448
- TEXT_YES: 2458428
- TEXT_NO: 4539719
- TEXT_FILE_MARIO_A_JUST_ERASED: 2458480
- TEXT_COURSE: 968444
- TEXT_MYSCORE: 2459244
- TEXT_CONTINUE: 968479
- TEXT_EXIT_COURSE: 968336
- TEXT_CAMERA_ANGLE_R: 968348
- TEXT_LAKITU_MARIO: 968256
- TEXT_LAKITU_STOP: 968272
- TEXT_NORMAL_UPCLOSE: 968288
- TEXT_NORMAL_FIXED: 968308
- TEXT_CATCH: 968452
- TEXT_CLEAR: 968460
- TEXT_HUD_HI_SCORE: 2458596
- TEXT_SAVE_AND_CONTINUE: 968472
- TEXT_SAVE_AND_QUIT: 968488
- TEXT_CONTINUE_WITHOUT_SAVING: 968500
- TEXT_FILE_MARIO_EXCLAMATION: 968156
- TEXT_POWER_STARS_RESTORED: 967940
- TEXT_THANKS_TO_YOU: 967992
- TEXT_THANK_YOU_MARIO: 968024
- TEXT_SOMETHING_SPECIAL: 968044
- TEXT_LISTEN_EVERYBODY: 968088
- TEXT_LETS_HAVE_CAKE: 968108
- TEXT_FOR_MARIO: 968140
- TEXT_FILE_MARIO_QUESTION: 968156
diff --git a/assets/sm64/us/textures.yml b/assets/sm64/us/textures.yml
deleted file mode 100644
index 15c9a90..0000000
--- a/assets/sm64/us/textures.yml
+++ /dev/null
@@ -1,4023 +0,0 @@
-cave/hmc_textures.00000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3439184
- mio0: 0
- format: RGBA16
-cave/hmc_textures.01000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3439184
- mio0: 4096
- format: RGBA16
-cave/hmc_textures.01800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3439184
- mio0: 6144
- format: RGBA16
-cave/hmc_textures.02800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3439184
- mio0: 10240
- format: RGBA16
-cave/hmc_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3439184
- mio0: 12288
- format: RGBA16
-cave/hmc_textures.03800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3439184
- mio0: 14336
- format: RGBA16
-cave/hmc_textures.04800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3439184
- mio0: 18432
- format: RGBA16
-cave/hmc_textures.05800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3439184
- mio0: 22528
- format: RGBA16
-cave/hmc_textures.06800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3439184
- mio0: 26624
- format: RGBA16
-cave/hmc_textures.07000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3439184
- mio0: 28672
- format: RGBA16
-cave/hmc_textures.07800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3439184
- mio0: 30720
- format: RGBA16
-cave/hmc_textures.08800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3439184
- mio0: 34816
- format: RGBA16
-cave/hmc_textures.09800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3439184
- mio0: 38912
- format: RGBA16
-cave/hmc_textures.0A000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3439184
- mio0: 40960
- format: RGBA16
-cave/hmc_textures.0A800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3439184
- mio0: 43008
- format: RGBA16
-cave/hmc_textures.0B800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3439184
- mio0: 47104
- format: IA16
-cave/hmc_textures.0C000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3305024
- mio0: 43008
- format: IA16
-effect/bubble.06048:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3601712
- mio0: 24648
- format: RGBA16
-effect/flower.00008:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3601712
- mio0: 8
- format: RGBA16
-effect/flower.00808:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3601712
- mio0: 2056
- format: RGBA16
-effect/flower.01008:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3601712
- mio0: 4104
- format: RGBA16
-effect/flower.01808:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3601712
- mio0: 6152
- format: RGBA16
-effect/lava_bubble.02020:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3601712
- mio0: 8224
- format: RGBA16
-effect/lava_bubble.02820:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3601712
- mio0: 10272
- format: RGBA16
-effect/lava_bubble.03020:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3601712
- mio0: 12320
- format: RGBA16
-effect/lava_bubble.03820:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3601712
- mio0: 14368
- format: RGBA16
-effect/lava_bubble.04020:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3601712
- mio0: 16416
- format: RGBA16
-effect/lava_bubble.04820:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3601712
- mio0: 18464
- format: RGBA16
-effect/lava_bubble.05020:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3601712
- mio0: 20512
- format: RGBA16
-effect/lava_bubble.05820:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3601712
- mio0: 22560
- format: RGBA16
-effect/tiny_bubble.0684C:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 3601712
- mio0: 26700
- format: RGBA16
-effect/tiny_bubble.06AD8:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 3601712
- mio0: 27352
- format: RGBA16
-fire/lll_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3269072
- mio0: 0
- format: RGBA16
-fire/lll_textures.00800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3269072
- mio0: 2048
- format: RGBA16
-fire/lll_textures.01000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3269072
- mio0: 4096
- format: RGBA16
-fire/lll_textures.01800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3269072
- mio0: 6144
- format: RGBA16
-fire/lll_textures.02000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3269072
- mio0: 8192
- format: RGBA16
-fire/lll_textures.02800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3269072
- mio0: 10240
- format: RGBA16
-fire/lll_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3269072
- mio0: 12288
- format: RGBA16
-fire/lll_textures.03800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3269072
- mio0: 14336
- format: RGBA16
-fire/lll_textures.04000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3269072
- mio0: 16384
- format: RGBA16
-fire/lll_textures.04800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3269072
- mio0: 18432
- format: RGBA16
-fire/lll_textures.05000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3269072
- mio0: 20480
- format: RGBA16
-fire/lll_textures.05800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3269072
- mio0: 22528
- format: RGBA16
-fire/lll_textures.06000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3269072
- mio0: 24576
- format: RGBA16
-fire/lll_textures.06800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3269072
- mio0: 26624
- format: RGBA16
-fire/lll_textures.07000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3269072
- mio0: 28672
- format: RGBA16
-fire/lll_textures.07800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3269072
- mio0: 30720
- format: RGBA16
-fire/lll_textures.08000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3269072
- mio0: 32768
- format: RGBA16
-fire/lll_textures.08800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3269072
- mio0: 34816
- format: RGBA16
-fire/lll_textures.09000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1083968
- mio0: 92856
- format: RGBA16
-fire/lll_textures.09800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3269072
- mio0: 38912
- format: RGBA16
-fire/lll_textures.0A000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3269072
- mio0: 40960
- format: RGBA16
-fire/lll_textures.0A800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3269072
- mio0: 43008
- format: RGBA16
-fire/lll_textures.0B000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3269072
- mio0: 45056
- format: RGBA16
-fire/lll_textures.0B800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3269072
- mio0: 47104
- format: RGBA16
-generic/bob_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3330160
- mio0: 0
- format: RGBA16
-generic/bob_textures.00800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1334928
- mio0: 36160
- format: RGBA16
-generic/bob_textures.01000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3330160
- mio0: 4096
- format: RGBA16
-generic/bob_textures.01800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3330160
- mio0: 6144
- format: RGBA16
-generic/bob_textures.02000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3330160
- mio0: 8192
- format: RGBA16
-generic/bob_textures.02800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3330160
- mio0: 10240
- format: RGBA16
-generic/bob_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3330160
- mio0: 12288
- format: RGBA16
-generic/bob_textures.03800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3330160
- mio0: 14336
- format: RGBA16
-generic/bob_textures.04000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3330160
- mio0: 16384
- format: RGBA16
-generic/bob_textures.04800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3330160
- mio0: 18432
- format: RGBA16
-generic/bob_textures.05000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3330160
- mio0: 20480
- format: RGBA16
-generic/bob_textures.05800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3330160
- mio0: 22528
- format: RGBA16
-generic/bob_textures.06000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3330160
- mio0: 24576
- format: RGBA16
-generic/bob_textures.07000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3330160
- mio0: 28672
- format: RGBA16
-generic/bob_textures.07800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3330160
- mio0: 30720
- format: RGBA16
-generic/bob_textures.08000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3330160
- mio0: 32768
- format: RGBA16
-generic/bob_textures.08800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3330160
- mio0: 34816
- format: RGBA16
-generic/bob_textures.09000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3330160
- mio0: 36864
- format: RGBA16
-generic/bob_textures.09800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3330160
- mio0: 38912
- format: RGBA16
-generic/bob_textures.0A000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3330160
- mio0: 40960
- format: RGBA16
-generic/bob_textures.0A800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3330160
- mio0: 43008
- format: RGBA16
-generic/bob_textures.0B000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3330160
- mio0: 45056
- format: IA16
-grass/wf_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3502928
- mio0: 0
- format: RGBA16
-grass/wf_textures.00800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3502928
- mio0: 2048
- format: RGBA16
-grass/wf_textures.01000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3502928
- mio0: 4096
- format: RGBA16
-grass/wf_textures.01800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3502928
- mio0: 6144
- format: RGBA16
-grass/wf_textures.02000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3502928
- mio0: 8192
- format: RGBA16
-grass/wf_textures.02800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3502928
- mio0: 10240
- format: RGBA16
-grass/wf_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3502928
- mio0: 12288
- format: RGBA16
-grass/wf_textures.03800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3502928
- mio0: 14336
- format: RGBA16
-grass/wf_textures.04000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3502928
- mio0: 16384
- format: RGBA16
-grass/wf_textures.04800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3502928
- mio0: 18432
- format: RGBA16
-grass/wf_textures.05000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3502928
- mio0: 20480
- format: RGBA16
-grass/wf_textures.05800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3502928
- mio0: 22528
- format: RGBA16
-grass/wf_textures.06000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3397392
- mio0: 20480
- format: RGBA16
-grass/wf_textures.06800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3502928
- mio0: 26624
- format: RGBA16
-grass/wf_textures.07000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3502928
- mio0: 28672
- format: RGBA16
-grass/wf_textures.07800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3502928
- mio0: 30720
- format: RGBA16
-grass/wf_textures.08000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3502928
- mio0: 32768
- format: RGBA16
-grass/wf_textures.08800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3502928
- mio0: 34816
- format: RGBA16
-grass/wf_textures.09000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3502928
- mio0: 36864
- format: RGBA16
-grass/wf_textures.09800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3502928
- mio0: 38912
- format: RGBA16
-grass/wf_textures.0A000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3502928
- mio0: 40960
- format: RGBA16
-grass/wf_textures.0A800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3502928
- mio0: 43008
- format: RGBA16
-grass/wf_textures.0B000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3330160
- mio0: 45056
- format: IA16
-grass/wf_textures.0B800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3502928
- mio0: 47104
- format: IA16
-inside/inside_castle_textures.00000:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3561856
- mio0: 0
- format: RGBA16
-inside/inside_castle_textures.01000:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3561856
- mio0: 4096
- format: RGBA16
-inside/inside_castle_textures.02000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3561856
- mio0: 8192
- format: RGBA16
-inside/inside_castle_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3561856
- mio0: 12288
- format: RGBA16
-inside/inside_castle_textures.03800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3561856
- mio0: 14336
- format: RGBA16
-inside/inside_castle_textures.04000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3561856
- mio0: 16384
- format: RGBA16
-inside/inside_castle_textures.04800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3467104
- mio0: 2048
- format: RGBA16
-inside/inside_castle_textures.05000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3561856
- mio0: 20480
- format: RGBA16
-inside/inside_castle_textures.05800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3561856
- mio0: 22528
- format: RGBA16
-inside/inside_castle_textures.06000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3561856
- mio0: 24576
- format: RGBA16
-inside/inside_castle_textures.07000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3561856
- mio0: 28672
- format: RGBA16
-inside/inside_castle_textures.08000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3561856
- mio0: 32768
- format: RGBA16
-inside/inside_castle_textures.08800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3561856
- mio0: 34816
- format: RGBA16
-inside/inside_castle_textures.09000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3561856
- mio0: 36864
- format: RGBA16
-inside/inside_castle_textures.0A000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3561856
- mio0: 40960
- format: RGBA16
-inside/inside_castle_textures.0B000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3561856
- mio0: 45056
- format: RGBA16
-inside/inside_castle_textures.0B800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3561856
- mio0: 47104
- format: RGBA16
-intro_raw/hand_closed:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2463112
- format: RGBA16
-intro_raw/hand_open:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2461056
- format: RGBA16
-intro_raw/mario_face_shine:
- type: TEXTURE
- size: 1024
- width: 32
- height: 32
- offset: 2511696
- format: IA8
-intro_raw/red_star_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2465160
- format: RGBA16
-intro_raw/red_star_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2467208
- format: RGBA16
-intro_raw/red_star_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2469256
- format: RGBA16
-intro_raw/red_star_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2471304
- format: RGBA16
-intro_raw/red_star_4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2473352
- format: RGBA16
-intro_raw/red_star_5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2475400
- format: RGBA16
-intro_raw/red_star_6:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2477448
- format: RGBA16
-intro_raw/red_star_7:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2479496
- format: RGBA16
-intro_raw/sparkle_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2498696
- format: RGBA16
-intro_raw/sparkle_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2500744
- format: RGBA16
-intro_raw/sparkle_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2502792
- format: RGBA16
-intro_raw/sparkle_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2504840
- format: RGBA16
-intro_raw/sparkle_4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2506888
- format: RGBA16
-intro_raw/sparkle_5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2508936
- format: RGBA16
-intro_raw/white_star_0:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2481544
- format: RGBA16
-intro_raw/white_star_1:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2483592
- format: RGBA16
-intro_raw/white_star_2:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2485640
- format: RGBA16
-intro_raw/white_star_3:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2487688
- format: RGBA16
-intro_raw/white_star_4:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2489736
- format: RGBA16
-intro_raw/white_star_5:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2491784
- format: RGBA16
-intro_raw/white_star_6:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2493832
- format: RGBA16
-intro_raw/white_star_7:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 2495880
- format: RGBA16
-ipl3_raw/ipl3_font_00:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 2928
- format: IA1
-ipl3_raw/ipl3_font_01:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 2951
- format: IA1
-ipl3_raw/ipl3_font_02:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 2974
- format: IA1
-ipl3_raw/ipl3_font_03:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 2997
- format: IA1
-ipl3_raw/ipl3_font_04:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3020
- format: IA1
-ipl3_raw/ipl3_font_05:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3043
- format: IA1
-ipl3_raw/ipl3_font_06:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3066
- format: IA1
-ipl3_raw/ipl3_font_07:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3089
- format: IA1
-ipl3_raw/ipl3_font_08:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3112
- format: IA1
-ipl3_raw/ipl3_font_09:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3135
- format: IA1
-ipl3_raw/ipl3_font_10:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3158
- format: IA1
-ipl3_raw/ipl3_font_11:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3181
- format: IA1
-ipl3_raw/ipl3_font_12:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3204
- format: IA1
-ipl3_raw/ipl3_font_13:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3227
- format: IA1
-ipl3_raw/ipl3_font_14:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3250
- format: IA1
-ipl3_raw/ipl3_font_15:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3273
- format: IA1
-ipl3_raw/ipl3_font_16:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3296
- format: IA1
-ipl3_raw/ipl3_font_17:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3319
- format: IA1
-ipl3_raw/ipl3_font_18:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3342
- format: IA1
-ipl3_raw/ipl3_font_19:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3365
- format: IA1
-ipl3_raw/ipl3_font_20:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3388
- format: IA1
-ipl3_raw/ipl3_font_21:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3411
- format: IA1
-ipl3_raw/ipl3_font_22:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3434
- format: IA1
-ipl3_raw/ipl3_font_23:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3457
- format: IA1
-ipl3_raw/ipl3_font_24:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3480
- format: IA1
-ipl3_raw/ipl3_font_25:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3503
- format: IA1
-ipl3_raw/ipl3_font_26:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3526
- format: IA1
-ipl3_raw/ipl3_font_27:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3549
- format: IA1
-ipl3_raw/ipl3_font_28:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3572
- format: IA1
-ipl3_raw/ipl3_font_29:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3595
- format: IA1
-ipl3_raw/ipl3_font_30:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3618
- format: IA1
-ipl3_raw/ipl3_font_31:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3641
- format: IA1
-ipl3_raw/ipl3_font_32:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3664
- format: IA1
-ipl3_raw/ipl3_font_33:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3687
- format: IA1
-ipl3_raw/ipl3_font_34:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3710
- format: IA1
-ipl3_raw/ipl3_font_35:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3733
- format: IA1
-ipl3_raw/ipl3_font_36:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3756
- format: IA1
-ipl3_raw/ipl3_font_37:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3779
- format: IA1
-ipl3_raw/ipl3_font_38:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3802
- format: IA1
-ipl3_raw/ipl3_font_39:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3825
- format: IA1
-ipl3_raw/ipl3_font_40:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3848
- format: IA1
-ipl3_raw/ipl3_font_41:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3871
- format: IA1
-ipl3_raw/ipl3_font_42:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3894
- format: IA1
-ipl3_raw/ipl3_font_43:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3917
- format: IA1
-ipl3_raw/ipl3_font_44:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3940
- format: IA1
-ipl3_raw/ipl3_font_45:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3963
- format: IA1
-ipl3_raw/ipl3_font_46:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 3986
- format: IA1
-ipl3_raw/ipl3_font_47:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 4009
- format: IA1
-ipl3_raw/ipl3_font_48:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 4032
- format: IA1
-ipl3_raw/ipl3_font_49:
- type: TEXTURE
- size: 23
- width: 13
- height: 14
- offset: 4055
- format: IA1
-machine/ttc_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3467104
- mio0: 0
- format: RGBA16
-machine/ttc_textures.00800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3467104
- mio0: 2048
- format: RGBA16
-machine/ttc_textures.01000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3467104
- mio0: 4096
- format: RGBA16
-machine/ttc_textures.01800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3467104
- mio0: 6144
- format: RGBA16
-machine/ttc_textures.02000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3467104
- mio0: 8192
- format: RGBA16
-machine/ttc_textures.02800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3467104
- mio0: 10240
- format: RGBA16
-machine/ttc_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3467104
- mio0: 12288
- format: RGBA16
-machine/ttc_textures.03800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3467104
- mio0: 14336
- format: RGBA16
-machine/ttc_textures.04000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3467104
- mio0: 16384
- format: RGBA16
-machine/ttc_textures.05000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3467104
- mio0: 20480
- format: RGBA16
-machine/ttc_textures.05800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3467104
- mio0: 22528
- format: RGBA16
-machine/ttc_textures.06000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3467104
- mio0: 24576
- format: RGBA16
-machine/ttc_textures.06800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3467104
- mio0: 26624
- format: RGBA16
-machine/ttc_textures.07000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3467104
- mio0: 28672
- format: RGBA16
-machine/ttc_textures.07800:
- type: TEXTURE
- size: 2048
- width: 16
- height: 64
- offset: 3467104
- mio0: 30720
- format: RGBA16
-machine/ttc_textures.08000:
- type: TEXTURE
- size: 1024
- width: 64
- height: 8
- offset: 3467104
- mio0: 32768
- format: RGBA16
-machine/ttc_textures.08400:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3467104
- mio0: 33792
- format: RGBA16
-mountain/ttm_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3479904
- mio0: 0
- format: RGBA16
-mountain/ttm_textures.00800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3479904
- mio0: 2048
- format: RGBA16
-mountain/ttm_textures.01800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3479904
- mio0: 6144
- format: RGBA16
-mountain/ttm_textures.02800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3479904
- mio0: 10240
- format: RGBA16
-mountain/ttm_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3479904
- mio0: 12288
- format: RGBA16
-mountain/ttm_textures.03800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3479904
- mio0: 14336
- format: RGBA16
-mountain/ttm_textures.04000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3479904
- mio0: 16384
- format: RGBA16
-mountain/ttm_textures.04800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3479904
- mio0: 18432
- format: RGBA16
-mountain/ttm_textures.05000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3479904
- mio0: 20480
- format: RGBA16
-mountain/ttm_textures.05800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3479904
- mio0: 22528
- format: RGBA16
-mountain/ttm_textures.06800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3479904
- mio0: 26624
- format: RGBA16
-mountain/ttm_textures.07000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3479904
- mio0: 28672
- format: RGBA16
-mountain/ttm_textures.07800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3479904
- mio0: 30720
- format: RGBA16
-mountain/ttm_textures.08000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3479904
- mio0: 32768
- format: RGBA16
-mountain/ttm_textures.08800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3479904
- mio0: 34816
- format: RGBA16
-mountain/ttm_textures.09800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3479904
- mio0: 38912
- format: RGBA16
-mountain/ttm_textures.0A000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3397392
- mio0: 24576
- format: RGBA16
-mountain/ttm_textures.0A800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3479904
- mio0: 43008
- format: RGBA16
-mountain/ttm_textures.0B000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3479904
- mio0: 45056
- format: RGBA16
-mountain/ttm_textures.0B800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3479904
- mio0: 47104
- format: RGBA16
-mountain/ttm_textures.0C000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3479904
- mio0: 49152
- format: RGBA16
-outside/castle_grounds_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3534096
- mio0: 0
- format: RGBA16
-outside/castle_grounds_textures.00800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3534096
- mio0: 2048
- format: RGBA16
-outside/castle_grounds_textures.01000:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3534096
- mio0: 4096
- format: RGBA16
-outside/castle_grounds_textures.02000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3534096
- mio0: 8192
- format: RGBA16
-outside/castle_grounds_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3534096
- mio0: 12288
- format: RGBA16
-outside/castle_grounds_textures.03800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3534096
- mio0: 14336
- format: RGBA16
-outside/castle_grounds_textures.04000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3534096
- mio0: 16384
- format: RGBA16
-outside/castle_grounds_textures.04800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3534096
- mio0: 18432
- format: RGBA16
-outside/castle_grounds_textures.05800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3534096
- mio0: 22528
- format: RGBA16
-outside/castle_grounds_textures.06000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3534096
- mio0: 24576
- format: RGBA16
-outside/castle_grounds_textures.06800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3534096
- mio0: 26624
- format: RGBA16
-outside/castle_grounds_textures.07800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3534096
- mio0: 30720
- format: RGBA16
-outside/castle_grounds_textures.08000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3534096
- mio0: 32768
- format: RGBA16
-outside/castle_grounds_textures.08800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3534096
- mio0: 34816
- format: RGBA16
-outside/castle_grounds_textures.09000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3534096
- mio0: 36864
- format: RGBA16
-outside/castle_grounds_textures.09800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3534096
- mio0: 38912
- format: RGBA16
-outside/castle_grounds_textures.0A000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3534096
- mio0: 40960
- format: RGBA16
-outside/castle_grounds_textures.0A800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3534096
- mio0: 43008
- format: RGBA16
-outside/castle_grounds_textures.0B000:
- type: TEXTURE
- size: 1024
- width: 16
- height: 32
- offset: 3534096
- mio0: 45056
- format: RGBA16
-outside/castle_grounds_textures.0B400:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3534096
- mio0: 46080
- format: RGBA16
-outside/castle_grounds_textures.0BC00:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3330160
- mio0: 45056
- format: IA16
-segment2/font_graphics.05900:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 22784
- format: IA4
-segment2/font_graphics.05940:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 22848
- format: IA4
-segment2/font_graphics.05980:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 22912
- format: IA4
-segment2/font_graphics.059C0:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 22976
- format: IA4
-segment2/font_graphics.05A00:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 23040
- format: IA4
-segment2/font_graphics.05A40:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 23104
- format: IA4
-segment2/font_graphics.05A80:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 23168
- format: IA4
-segment2/font_graphics.05AC0:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 23232
- format: IA4
-segment2/font_graphics.05B00:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 23296
- format: IA4
-segment2/font_graphics.05B40:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 23360
- format: IA4
-segment2/font_graphics.05B80:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 23424
- format: IA4
-segment2/font_graphics.05BC0:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 23488
- format: IA4
-segment2/font_graphics.05C00:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 23552
- format: IA4
-segment2/font_graphics.05C40:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 23616
- format: IA4
-segment2/font_graphics.05C80:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 23680
- format: IA4
-segment2/font_graphics.05CC0:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 23744
- format: IA4
-segment2/font_graphics.05D00:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 23808
- format: IA4
-segment2/font_graphics.05D40:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 23872
- format: IA4
-segment2/font_graphics.05D80:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 23936
- format: IA4
-segment2/font_graphics.05DC0:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 24000
- format: IA4
-segment2/font_graphics.05E00:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 24064
- format: IA4
-segment2/font_graphics.05E40:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 24128
- format: IA4
-segment2/font_graphics.05E80:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 24192
- format: IA4
-segment2/font_graphics.05EC0:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 24256
- format: IA4
-segment2/font_graphics.05F00:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 24320
- format: IA4
-segment2/font_graphics.05F40:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 24384
- format: IA4
-segment2/font_graphics.05F80:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 24448
- format: IA4
-segment2/font_graphics.05FC0:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 24512
- format: IA4
-segment2/font_graphics.06000:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 24576
- format: IA4
-segment2/font_graphics.06040:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 24640
- format: IA4
-segment2/font_graphics.06080:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 24704
- format: IA4
-segment2/font_graphics.060C0:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 24768
- format: IA4
-segment2/font_graphics.06100:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 24832
- format: IA4
-segment2/font_graphics.06140:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 24896
- format: IA4
-segment2/font_graphics.06180:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 24960
- format: IA4
-segment2/font_graphics.061C0:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 25024
- format: IA4
-segment2/font_graphics.06200:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 25088
- format: IA4
-segment2/font_graphics.06240:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 25152
- format: IA4
-segment2/font_graphics.06280:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 25216
- format: IA4
-segment2/font_graphics.062C0:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 25280
- format: IA4
-segment2/font_graphics.06300:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 25344
- format: IA4
-segment2/font_graphics.06340:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 25408
- format: IA4
-segment2/font_graphics.06380:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 25472
- format: IA4
-segment2/font_graphics.063C0:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 25536
- format: IA4
-segment2/font_graphics.06400:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 25600
- format: IA4
-segment2/font_graphics.06410:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 1606720
- mio0: 83574
- format: IA1
-segment2/font_graphics.06420:
- type: TEXTURE
- size: 16
- width: 16
- height: 8
- offset: 1851952
- mio0: 133979
- format: IA1
-segment2/font_graphics.06440:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 25664
- format: IA4
-segment2/font_graphics.06480:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 25728
- format: IA4
-segment2/font_graphics.064C0:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 25792
- format: IA4
-segment2/font_graphics.06500:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 25856
- format: IA4
-segment2/font_graphics.06540:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 25920
- format: IA4
-segment2/font_graphics.06580:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 25984
- format: IA4
-segment2/font_graphics.065C0:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 26048
- format: IA4
-segment2/font_graphics.06600:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 26112
- format: IA4
-segment2/font_graphics.06640:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 26176
- format: IA4
-segment2/font_graphics.06680:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 26240
- format: IA4
-segment2/font_graphics.066C0:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 26304
- format: IA4
-segment2/font_graphics.06700:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 26368
- format: IA4
-segment2/font_graphics.06740:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 26432
- format: IA4
-segment2/font_graphics.06780:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 26496
- format: IA4
-segment2/font_graphics.067C0:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 26560
- format: IA4
-segment2/font_graphics.06800:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 26624
- format: IA4
-segment2/font_graphics.06840:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 26688
- format: IA4
-segment2/font_graphics.06880:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 26752
- format: IA4
-segment2/font_graphics.068C0:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 26816
- format: IA4
-segment2/font_graphics.06900:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 26880
- format: IA4
-segment2/font_graphics.06940:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 26944
- format: IA4
-segment2/font_graphics.06980:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 27008
- format: IA4
-segment2/font_graphics.069C0:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 27072
- format: IA4
-segment2/font_graphics.06A00:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 27136
- format: IA4
-segment2/font_graphics.06A40:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 27200
- format: IA4
-segment2/font_graphics.06A80:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 27264
- format: IA4
-segment2/font_graphics.06AC0:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 27328
- format: IA4
-segment2/font_graphics.06B00:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 27392
- format: IA4
-segment2/font_graphics.06B40:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 27456
- format: IA4
-segment2/font_graphics.06B80:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 27520
- format: IA4
-segment2/font_graphics.06BC0:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 27584
- format: IA4
-segment2/font_graphics.06C00:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 27648
- format: IA4
-segment2/font_graphics.06C40:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 27712
- format: IA4
-segment2/font_graphics.06C80:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 27776
- format: IA4
-segment2/font_graphics.06CC0:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 27840
- format: IA4
-segment2/font_graphics.06D00:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 27904
- format: IA4
-segment2/font_graphics.06D40:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 27968
- format: IA4
-segment2/font_graphics.06D80:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 28032
- format: IA4
-segment2/font_graphics.06DC0:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 28096
- format: IA4
-segment2/font_graphics.06E00:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 28160
- format: IA4
-segment2/font_graphics.06E40:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 28224
- format: IA4
-segment2/font_graphics.06E80:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 28288
- format: IA4
-segment2/font_graphics.06EC0:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 28352
- format: IA4
-segment2/font_graphics.06F00:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 28416
- format: IA4
-segment2/font_graphics.06F40:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 28480
- format: IA4
-segment2/font_graphics.06F80:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 28544
- format: IA4
-segment2/font_graphics.06FC0:
- type: TEXTURE
- size: 64
- width: 16
- height: 8
- offset: 1083968
- mio0: 28608
- format: IA4
-segment2/segment2.00000:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 0
- format: RGBA16
-segment2/segment2.00200:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 512
- format: RGBA16
-segment2/segment2.00400:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 1024
- format: RGBA16
-segment2/segment2.00600:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 1536
- format: RGBA16
-segment2/segment2.00800:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 2048
- format: RGBA16
-segment2/segment2.00A00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 2560
- format: RGBA16
-segment2/segment2.00C00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 3072
- format: RGBA16
-segment2/segment2.00E00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 3584
- format: RGBA16
-segment2/segment2.01000:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 4096
- format: RGBA16
-segment2/segment2.01200:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 4608
- format: RGBA16
-segment2/segment2.01400:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 5120
- format: RGBA16
-segment2/segment2.01600:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 5632
- format: RGBA16
-segment2/segment2.01800:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 6144
- format: RGBA16
-segment2/segment2.01A00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 6656
- format: RGBA16
-segment2/segment2.01C00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 7168
- format: RGBA16
-segment2/segment2.01E00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 7680
- format: RGBA16
-segment2/segment2.02000:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 8192
- format: RGBA16
-segment2/segment2.02200:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 8704
- format: RGBA16
-segment2/segment2.02400:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 9216
- format: RGBA16
-segment2/segment2.02800:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 9728
- format: RGBA16
-segment2/segment2.02A00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 10240
- format: RGBA16
-segment2/segment2.02C00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 10752
- format: RGBA16
-segment2/segment2.02E00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 11264
- format: RGBA16
-segment2/segment2.03000:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 11776
- format: RGBA16
-segment2/segment2.03200:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 12288
- format: RGBA16
-segment2/segment2.03600:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 12800
- format: RGBA16
-segment2/segment2.03800:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 13312
- format: RGBA16
-segment2/segment2.03A00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 13824
- format: RGBA16
-segment2/segment2.03C00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 14336
- format: RGBA16
-segment2/segment2.04000:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 14848
- format: RGBA16
-segment2/segment2.04400:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 15360
- format: RGBA16
-segment2/segment2.04800:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 15872
- format: RGBA16
-segment2/segment2.04A00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 16384
- format: RGBA16
-segment2/segment2.05000:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 2778544
- mio0: 41424
- format: RGBA16
-segment2/segment2.05600:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 16896
- format: RGBA16
-segment2/segment2.05800:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 17408
- format: RGBA16
-segment2/segment2.05A00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 17920
- format: RGBA16
-segment2/segment2.05C00:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 18432
- format: RGBA16
-segment2/segment2.06200:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 18944
- format: RGBA16
-segment2/segment2.06280:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 19072
- format: RGBA16
-segment2/segment2.06300:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 19200
- format: RGBA16
-segment2/segment2.06380:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 19328
- format: RGBA16
-segment2/segment2.06400:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 19456
- format: RGBA16
-segment2/segment2.06480:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 19584
- format: RGBA16
-segment2/segment2.06500:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 19712
- format: RGBA16
-segment2/segment2.06580:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 19840
- format: RGBA16
-segment2/segment2.06600:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 19968
- format: RGBA16
-segment2/segment2.06680:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 20096
- format: RGBA16
-segment2/segment2.06700:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 20224
- format: RGBA16
-segment2/segment2.06780:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 20352
- format: RGBA16
-segment2/segment2.06800:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 20480
- format: RGBA16
-segment2/segment2.06880:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 20608
- format: RGBA16
-segment2/segment2.06900:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 20736
- format: RGBA16
-segment2/segment2.06980:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 20864
- format: RGBA16
-segment2/segment2.06A00:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 20992
- format: RGBA16
-segment2/segment2.06A80:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 21120
- format: RGBA16
-segment2/segment2.06B00:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 21248
- format: RGBA16
-segment2/segment2.06B80:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 21376
- format: RGBA16
-segment2/segment2.06C00:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 21504
- format: RGBA16
-segment2/segment2.06C80:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 21632
- format: RGBA16
-segment2/segment2.06D00:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 21760
- format: RGBA16
-segment2/segment2.06D80:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 21888
- format: RGBA16
-segment2/segment2.06E00:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 22016
- format: RGBA16
-segment2/segment2.06E80:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 22144
- format: RGBA16
-segment2/segment2.06F00:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 22272
- format: RGBA16
-segment2/segment2.06F80:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 22400
- format: RGBA16
-segment2/segment2.07000:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 22528
- format: RGBA16
-segment2/segment2.07080:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 22656
- format: RGBA16
-segment2/segment2.07340:
- type: TEXTURE
- size: 16
- width: 8
- height: 16
- offset: 1083968
- mio0: 24050
- format: IA1
-segment2/segment2.07B50:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 28672
- format: RGBA16
-segment2/segment2.07D50:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 29184
- format: RGBA16
-segment2/segment2.07F50:
- type: TEXTURE
- size: 512
- width: 16
- height: 16
- offset: 1083968
- mio0: 29696
- format: RGBA16
-segment2/segment2.08150:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 30208
- format: RGBA16
-segment2/segment2.081D0:
- type: TEXTURE
- size: 128
- width: 8
- height: 8
- offset: 1083968
- mio0: 30336
- format: RGBA16
-segment2/segment2.0F458:
- type: TEXTURE
- size: 2048
- width: 32
- height: 64
- offset: 1083968
- mio0: 74424
- format: IA8
-segment2/segment2.0FC58:
- type: TEXTURE
- size: 2048
- width: 32
- height: 64
- offset: 1083968
- mio0: 76472
- format: IA8
-segment2/segment2.10458:
- type: TEXTURE
- size: 4096
- width: 64
- height: 64
- offset: 1083968
- mio0: 78520
- format: IA8
-segment2/segment2.11458:
- type: TEXTURE
- size: 2048
- width: 32
- height: 64
- offset: 1083968
- mio0: 82616
- format: IA8
-segment2/segment2.11C58:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1083968
- mio0: 84664
- format: RGBA16
-segment2/segment2.12458:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1083968
- mio0: 86712
- format: RGBA16
-segment2/segment2.12C58:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1083968
- mio0: 88760
- format: RGBA16
-segment2/segment2.13458:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1083968
- mio0: 90808
- format: IA16
-segment2/segment2.13C58:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1083968
- mio0: 92856
- format: RGBA16
-segment2/segment2.14838:
- type: TEXTURE
- size: 64
- width: 8
- height: 8
- offset: 1083968
- mio0: 95896
- format: IA8
-segment2/shadow_quarter_circle:
- type: TEXTURE
- size: 256
- width: 16
- height: 16
- offset: 1083968
- mio0: 73912
- format: IA8
-segment2/shadow_quarter_square:
- type: TEXTURE
- size: 256
- width: 16
- height: 16
- offset: 1083968
- mio0: 74168
- format: IA8
-sky/metal_hole:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3397392
- mio0: 26624
- format: RGBA16
-sky/rr_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3397392
- mio0: 0
- format: RGBA16
-sky/rr_textures.00800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3397392
- mio0: 2048
- format: RGBA16
-sky/rr_textures.01000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3397392
- mio0: 4096
- format: RGBA16
-sky/rr_textures.01800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3397392
- mio0: 6144
- format: RGBA16
-sky/rr_textures.02000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3397392
- mio0: 8192
- format: RGBA16
-sky/rr_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3397392
- mio0: 12288
- format: RGBA16
-sky/rr_textures.03800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3397392
- mio0: 14336
- format: RGBA16
-sky/rr_textures.04800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3397392
- mio0: 18432
- format: RGBA16
-sky/rr_textures.05000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3397392
- mio0: 20480
- format: RGBA16
-sky/rr_textures.05800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3397392
- mio0: 22528
- format: RGBA16
-sky/rr_textures.06000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3397392
- mio0: 24576
- format: RGBA16
-sky/rr_textures.07000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3397392
- mio0: 28672
- format: RGBA16
-sky/rr_textures.07800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3397392
- mio0: 30720
- format: RGBA16
-sky/rr_textures.08000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3397392
- mio0: 32768
- format: RGBA16
-skyboxes/bbh:
- type: BLOB
- size: 84288
- offset: 3125680
- mio0: 0
-skyboxes/bidw:
- type: BLOB
- size: 131392
- offset: 3153104
- mio0: 0
-skyboxes/bitfs:
- type: BLOB
- size: 102720
- offset: 2949184
- mio0: 0
-skyboxes/bits:
- type: BLOB
- size: 131392
- offset: 3198656
- mio0: 0
-skyboxes/ccm:
- type: BLOB
- size: 131392
- offset: 2854672
- mio0: 0
-skyboxes/cloud_floor:
- type: BLOB
- size: 131392
- offset: 3045504
- mio0: 0
-skyboxes/clouds:
- type: BLOB
- size: 84288
- offset: 2913232
- mio0: 0
-skyboxes/ssl:
- type: BLOB
- size: 131392
- offset: 3085536
- mio0: 0
-skyboxes/water:
- type: BLOB
- size: 131392
- offset: 2803376
- mio0: 0
-skyboxes/wdw:
- type: BLOB
- size: 131392
- offset: 2974960
- mio0: 0
-snow/ccm_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3412288
- mio0: 0
- format: RGBA16
-snow/ccm_textures.00800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3412288
- mio0: 2048
- format: RGBA16
-snow/ccm_textures.01000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3412288
- mio0: 4096
- format: RGBA16
-snow/ccm_textures.02000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3412288
- mio0: 8192
- format: RGBA16
-snow/ccm_textures.02800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3412288
- mio0: 10240
- format: RGBA16
-snow/ccm_textures.03000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3412288
- mio0: 12288
- format: RGBA16
-snow/ccm_textures.03800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3412288
- mio0: 14336
- format: RGBA16
-snow/ccm_textures.04000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3412288
- mio0: 16384
- format: RGBA16
-snow/ccm_textures.04800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3412288
- mio0: 18432
- format: RGBA16
-snow/ccm_textures.05000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3412288
- mio0: 20480
- format: RGBA16
-snow/ccm_textures.05800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3412288
- mio0: 22528
- format: RGBA16
-snow/ccm_textures.06000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3412288
- mio0: 24576
- format: RGBA16
-snow/ccm_textures.06800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3412288
- mio0: 26624
- format: RGBA16
-snow/ccm_textures.07000:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3412288
- mio0: 28672
- format: RGBA16
-snow/ccm_textures.08000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3412288
- mio0: 32768
- format: RGBA16
-snow/ccm_textures.08800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3412288
- mio0: 34816
- format: RGBA16
-snow/ccm_textures.09000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3412288
- mio0: 36864
- format: IA16
-snow/ccm_textures.09800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3412288
- mio0: 38912
- format: IA16
-spooky/bbh_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3305024
- mio0: 0
- format: RGBA16
-spooky/bbh_textures.00800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3305024
- mio0: 2048
- format: RGBA16
-spooky/bbh_textures.01800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3305024
- mio0: 6144
- format: RGBA16
-spooky/bbh_textures.02800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3305024
- mio0: 10240
- format: RGBA16
-spooky/bbh_textures.03800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3305024
- mio0: 14336
- format: RGBA16
-spooky/bbh_textures.04800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3305024
- mio0: 18432
- format: RGBA16
-spooky/bbh_textures.05000:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3305024
- mio0: 20480
- format: RGBA16
-spooky/bbh_textures.06000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3305024
- mio0: 24576
- format: RGBA16
-spooky/bbh_textures.06800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3305024
- mio0: 26624
- format: RGBA16
-spooky/bbh_textures.07000:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3305024
- mio0: 28672
- format: RGBA16
-spooky/bbh_textures.08000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3305024
- mio0: 32768
- format: RGBA16
-spooky/bbh_textures.08800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3305024
- mio0: 34816
- format: RGBA16
-spooky/bbh_textures.09000:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3305024
- mio0: 36864
- format: RGBA16
-spooky/bbh_textures.0A000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 1469536
- mio0: 49800
- format: RGBA16
-spooky/bbh_textures.0A800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3305024
- mio0: 43008
- format: IA16
-spooky/bbh_textures.0B000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3305024
- mio0: 45056
- format: IA16
-spooky/bbh_textures.0B800:
- type: TEXTURE
- size: 4096
- width: 32
- height: 64
- offset: 3305024
- mio0: 47104
- format: IA16
-title_screen_bg/title_screen_bg.001C0:
- type: TEXTURE
- size: 3200
- width: 80
- height: 20
- offset: 2558144
- mio0: 448
- format: RGBA16
-title_screen_bg/title_screen_bg.00E40:
- type: TEXTURE
- size: 3200
- width: 80
- height: 20
- offset: 2558144
- mio0: 3648
- format: RGBA16
-title_screen_bg/title_screen_bg.01AC0:
- type: TEXTURE
- size: 3200
- width: 80
- height: 20
- offset: 2558144
- mio0: 6848
- format: RGBA16
-title_screen_bg/title_screen_bg.02740:
- type: TEXTURE
- size: 3200
- width: 80
- height: 20
- offset: 2558144
- mio0: 10048
- format: RGBA16
-title_screen_bg/title_screen_bg.033C0:
- type: TEXTURE
- size: 3200
- width: 80
- height: 20
- offset: 2558144
- mio0: 13248
- format: RGBA16
-title_screen_bg/title_screen_bg.04040:
- type: TEXTURE
- size: 3200
- width: 80
- height: 20
- offset: 2558144
- mio0: 16448
- format: RGBA16
-title_screen_bg/title_screen_bg.04CC0:
- type: TEXTURE
- size: 3200
- width: 80
- height: 20
- offset: 2558144
- mio0: 19648
- format: RGBA16
-title_screen_bg/title_screen_bg.05940:
- type: TEXTURE
- size: 3200
- width: 80
- height: 20
- offset: 2558144
- mio0: 22848
- format: RGBA16
-water/jrb_textures.00000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3361584
- mio0: 0
- format: RGBA16
-water/jrb_textures.00800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3361584
- mio0: 2048
- format: RGBA16
-water/jrb_textures.01800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3361584
- mio0: 6144
- format: RGBA16
-water/jrb_textures.02800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3361584
- mio0: 10240
- format: RGBA16
-water/jrb_textures.03800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3361584
- mio0: 14336
- format: RGBA16
-water/jrb_textures.04800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3361584
- mio0: 18432
- format: RGBA16
-water/jrb_textures.05800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3361584
- mio0: 22528
- format: RGBA16
-water/jrb_textures.06000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3361584
- mio0: 24576
- format: RGBA16
-water/jrb_textures.06800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3361584
- mio0: 26624
- format: RGBA16
-water/jrb_textures.07800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3361584
- mio0: 30720
- format: RGBA16
-water/jrb_textures.08800:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3361584
- mio0: 34816
- format: RGBA16
-water/jrb_textures.09000:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3361584
- mio0: 36864
- format: RGBA16
-water/jrb_textures.0A000:
- type: TEXTURE
- size: 2048
- width: 32
- height: 32
- offset: 3361584
- mio0: 40960
- format: RGBA16
-water/jrb_textures.0A800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3361584
- mio0: 43008
- format: RGBA16
-water/jrb_textures.0B800:
- type: TEXTURE
- size: 4096
- width: 64
- height: 32
- offset: 3361584
- mio0: 47104
- format: RGBA16