From f50b166bb207584eb3a1d67d6aa67e90136f0d2f Mon Sep 17 00:00:00 2001 From: inspectredc <78732756+inspectredc@users.noreply.github.com> Date: Thu, 13 Jun 2024 17:19:58 +0100 Subject: [PATCH] Actor Anims + Bump Torch (#56) * US anims initial * format anims * copy anims to jp * use correct segment addresses for jp * fix usual US suspects * fix other shifted us, and use correct bowser key offsets * bump torch --- Torch | 2 +- assets/ymls/jp/actors/amp/anims.yml | 19 +++ assets/ymls/jp/actors/bird/anims.yml | 24 +++ assets/ymls/jp/actors/blargg/anims.yml | 24 +++ assets/ymls/jp/actors/blue_fish/anims.yml | 19 +++ assets/ymls/jp/actors/bobomb/anims.yml | 24 +++ assets/ymls/jp/actors/bookend/anims.yml | 29 ++++ assets/ymls/jp/actors/bowser/anims.yml | 149 ++++++++++++++++++ assets/ymls/jp/actors/bowser_key/anims.yml | 24 +++ assets/ymls/jp/actors/bub/anims.yml | 19 +++ assets/ymls/jp/actors/bully/anims.yml | 34 ++++ assets/ymls/jp/actors/butterfly/anims.yml | 24 +++ assets/ymls/jp/actors/chain_chomp/anims.yml | 19 +++ assets/ymls/jp/actors/chair/anims.yml | 19 +++ assets/ymls/jp/actors/chillychief/anims.yml | 34 ++++ assets/ymls/jp/actors/chuckya/anims.yml | 44 ++++++ assets/ymls/jp/actors/clam_shell/anims.yml | 24 +++ assets/ymls/jp/actors/cyan_fish/anims.yml | 19 +++ assets/ymls/jp/actors/door/anims.yml | 39 +++++ assets/ymls/jp/actors/dorrie/anims.yml | 29 ++++ assets/ymls/jp/actors/eyerok/anims.yml | 54 +++++++ assets/ymls/jp/actors/flyguy/anims.yml | 19 +++ assets/ymls/jp/actors/goomba/anims.yml | 19 +++ assets/ymls/jp/actors/heave_ho/anims.yml | 29 ++++ assets/ymls/jp/actors/hoot/anims.yml | 24 +++ assets/ymls/jp/actors/king_bobomb/anims.yml | 74 +++++++++ assets/ymls/jp/actors/klepto/anims.yml | 49 ++++++ assets/ymls/jp/actors/koopa/anims.yml | 84 ++++++++++ assets/ymls/jp/actors/koopa_flag/anims.yml | 19 +++ .../ymls/jp/actors/lakitu_cameraman/anims.yml | 19 +++ assets/ymls/jp/actors/lakitu_enemy/anims.yml | 34 ++++ assets/ymls/jp/actors/mad_piano/anims.yml | 24 +++ assets/ymls/jp/actors/manta/anims.yml | 19 +++ assets/ymls/jp/actors/mips/anims.yml | 39 +++++ assets/ymls/jp/actors/moneybag/anims.yml | 39 +++++ assets/ymls/jp/actors/monty_mole/anims.yml | 64 ++++++++ assets/ymls/jp/actors/peach/anims.yml | 74 +++++++++ assets/ymls/jp/actors/penguin/anims.yml | 34 ++++ assets/ymls/jp/actors/piranha_plant/anims.yml | 64 ++++++++ assets/ymls/jp/actors/scuttlebug/anims.yml | 19 +++ assets/ymls/jp/actors/seaweed/anims.yml | 19 +++ assets/ymls/jp/actors/skeeter/anims.yml | 34 ++++ assets/ymls/jp/actors/snowman/anims.yml | 24 +++ assets/ymls/jp/actors/spindrift/anims.yml | 19 +++ assets/ymls/jp/actors/spiny/anims.yml | 19 +++ assets/ymls/jp/actors/spiny_egg/anims.yml | 19 +++ assets/ymls/jp/actors/sushi/anims.yml | 19 +++ assets/ymls/jp/actors/swoop/anims.yml | 24 +++ assets/ymls/jp/actors/toad/anims.yml | 54 +++++++ assets/ymls/jp/actors/ukiki/anims.yml | 79 ++++++++++ assets/ymls/jp/actors/unagi/anims.yml | 49 ++++++ assets/ymls/jp/actors/water_ring/anims.yml | 19 +++ assets/ymls/jp/actors/whomp/anims.yml | 24 +++ assets/ymls/jp/actors/wiggler_body/anims.yml | 19 +++ assets/ymls/jp/actors/wiggler_head/anims.yml | 19 +++ assets/ymls/jp/actors/yoshi/anims.yml | 29 ++++ assets/ymls/us/actors/amp/anims.yml | 19 +++ assets/ymls/us/actors/bird/anims.yml | 24 +++ assets/ymls/us/actors/blargg/anims.yml | 24 +++ assets/ymls/us/actors/blue_fish/anims.yml | 19 +++ assets/ymls/us/actors/bobomb/anims.yml | 24 +++ assets/ymls/us/actors/bookend/anims.yml | 29 ++++ assets/ymls/us/actors/bowser/anims.yml | 149 ++++++++++++++++++ assets/ymls/us/actors/bowser_key/anims.yml | 24 +++ assets/ymls/us/actors/bub/anims.yml | 19 +++ assets/ymls/us/actors/bully/anims.yml | 34 ++++ assets/ymls/us/actors/butterfly/anims.yml | 24 +++ assets/ymls/us/actors/chain_chomp/anims.yml | 19 +++ assets/ymls/us/actors/chair/anims.yml | 19 +++ assets/ymls/us/actors/chillychief/anims.yml | 34 ++++ assets/ymls/us/actors/chuckya/anims.yml | 44 ++++++ assets/ymls/us/actors/clam_shell/anims.yml | 24 +++ assets/ymls/us/actors/cyan_fish/anims.yml | 19 +++ assets/ymls/us/actors/door/anims.yml | 39 +++++ assets/ymls/us/actors/dorrie/anims.yml | 29 ++++ assets/ymls/us/actors/eyerok/anims.yml | 54 +++++++ assets/ymls/us/actors/flyguy/anims.yml | 19 +++ assets/ymls/us/actors/goomba/anims.yml | 19 +++ assets/ymls/us/actors/heave_ho/anims.yml | 29 ++++ assets/ymls/us/actors/hoot/anims.yml | 24 +++ assets/ymls/us/actors/king_bobomb/anims.yml | 74 +++++++++ assets/ymls/us/actors/klepto/anims.yml | 49 ++++++ assets/ymls/us/actors/koopa/anims.yml | 84 ++++++++++ assets/ymls/us/actors/koopa_flag/anims.yml | 19 +++ .../ymls/us/actors/lakitu_cameraman/anims.yml | 19 +++ assets/ymls/us/actors/lakitu_enemy/anims.yml | 34 ++++ assets/ymls/us/actors/mad_piano/anims.yml | 24 +++ assets/ymls/us/actors/manta/anims.yml | 19 +++ assets/ymls/us/actors/mips/anims.yml | 39 +++++ assets/ymls/us/actors/moneybag/anims.yml | 39 +++++ assets/ymls/us/actors/monty_mole/anims.yml | 64 ++++++++ assets/ymls/us/actors/peach/anims.yml | 74 +++++++++ assets/ymls/us/actors/penguin/anims.yml | 34 ++++ assets/ymls/us/actors/piranha_plant/anims.yml | 64 ++++++++ assets/ymls/us/actors/scuttlebug/anims.yml | 19 +++ assets/ymls/us/actors/seaweed/anims.yml | 19 +++ assets/ymls/us/actors/skeeter/anims.yml | 34 ++++ assets/ymls/us/actors/snowman/anims.yml | 24 +++ assets/ymls/us/actors/spindrift/anims.yml | 19 +++ assets/ymls/us/actors/spiny/anims.yml | 19 +++ assets/ymls/us/actors/spiny_egg/anims.yml | 19 +++ assets/ymls/us/actors/sushi/anims.yml | 19 +++ assets/ymls/us/actors/swoop/anims.yml | 24 +++ assets/ymls/us/actors/toad/anims.yml | 54 +++++++ assets/ymls/us/actors/ukiki/anims.yml | 79 ++++++++++ assets/ymls/us/actors/unagi/anims.yml | 49 ++++++ assets/ymls/us/actors/water_ring/anims.yml | 19 +++ assets/ymls/us/actors/whomp/anims.yml | 24 +++ assets/ymls/us/actors/wiggler_body/anims.yml | 19 +++ assets/ymls/us/actors/wiggler_head/anims.yml | 19 +++ assets/ymls/us/actors/yoshi/anims.yml | 29 ++++ 111 files changed, 3771 insertions(+), 1 deletion(-) create mode 100644 assets/ymls/jp/actors/amp/anims.yml create mode 100644 assets/ymls/jp/actors/bird/anims.yml create mode 100644 assets/ymls/jp/actors/blargg/anims.yml create mode 100644 assets/ymls/jp/actors/blue_fish/anims.yml create mode 100644 assets/ymls/jp/actors/bobomb/anims.yml create mode 100644 assets/ymls/jp/actors/bookend/anims.yml create mode 100644 assets/ymls/jp/actors/bowser/anims.yml create mode 100644 assets/ymls/jp/actors/bowser_key/anims.yml create mode 100644 assets/ymls/jp/actors/bub/anims.yml create mode 100644 assets/ymls/jp/actors/bully/anims.yml create mode 100644 assets/ymls/jp/actors/butterfly/anims.yml create mode 100644 assets/ymls/jp/actors/chain_chomp/anims.yml create mode 100644 assets/ymls/jp/actors/chair/anims.yml create mode 100644 assets/ymls/jp/actors/chillychief/anims.yml create mode 100644 assets/ymls/jp/actors/chuckya/anims.yml create mode 100644 assets/ymls/jp/actors/clam_shell/anims.yml create mode 100644 assets/ymls/jp/actors/cyan_fish/anims.yml create mode 100644 assets/ymls/jp/actors/door/anims.yml create mode 100644 assets/ymls/jp/actors/dorrie/anims.yml create mode 100644 assets/ymls/jp/actors/eyerok/anims.yml create mode 100644 assets/ymls/jp/actors/flyguy/anims.yml create mode 100644 assets/ymls/jp/actors/goomba/anims.yml create mode 100644 assets/ymls/jp/actors/heave_ho/anims.yml create mode 100644 assets/ymls/jp/actors/hoot/anims.yml create mode 100644 assets/ymls/jp/actors/king_bobomb/anims.yml create mode 100644 assets/ymls/jp/actors/klepto/anims.yml create mode 100644 assets/ymls/jp/actors/koopa/anims.yml create mode 100644 assets/ymls/jp/actors/koopa_flag/anims.yml create mode 100644 assets/ymls/jp/actors/lakitu_cameraman/anims.yml create mode 100644 assets/ymls/jp/actors/lakitu_enemy/anims.yml create mode 100644 assets/ymls/jp/actors/mad_piano/anims.yml create mode 100644 assets/ymls/jp/actors/manta/anims.yml create mode 100644 assets/ymls/jp/actors/mips/anims.yml create mode 100644 assets/ymls/jp/actors/moneybag/anims.yml create mode 100644 assets/ymls/jp/actors/monty_mole/anims.yml create mode 100644 assets/ymls/jp/actors/peach/anims.yml create mode 100644 assets/ymls/jp/actors/penguin/anims.yml create mode 100644 assets/ymls/jp/actors/piranha_plant/anims.yml create mode 100644 assets/ymls/jp/actors/scuttlebug/anims.yml create mode 100644 assets/ymls/jp/actors/seaweed/anims.yml create mode 100644 assets/ymls/jp/actors/skeeter/anims.yml create mode 100644 assets/ymls/jp/actors/snowman/anims.yml create mode 100644 assets/ymls/jp/actors/spindrift/anims.yml create mode 100644 assets/ymls/jp/actors/spiny/anims.yml create mode 100644 assets/ymls/jp/actors/spiny_egg/anims.yml create mode 100644 assets/ymls/jp/actors/sushi/anims.yml create mode 100644 assets/ymls/jp/actors/swoop/anims.yml create mode 100644 assets/ymls/jp/actors/toad/anims.yml create mode 100644 assets/ymls/jp/actors/ukiki/anims.yml create mode 100644 assets/ymls/jp/actors/unagi/anims.yml create mode 100644 assets/ymls/jp/actors/water_ring/anims.yml create mode 100644 assets/ymls/jp/actors/whomp/anims.yml create mode 100644 assets/ymls/jp/actors/wiggler_body/anims.yml create mode 100644 assets/ymls/jp/actors/wiggler_head/anims.yml create mode 100644 assets/ymls/jp/actors/yoshi/anims.yml create mode 100644 assets/ymls/us/actors/amp/anims.yml create mode 100644 assets/ymls/us/actors/bird/anims.yml create mode 100644 assets/ymls/us/actors/blargg/anims.yml create mode 100644 assets/ymls/us/actors/blue_fish/anims.yml create mode 100644 assets/ymls/us/actors/bobomb/anims.yml create mode 100644 assets/ymls/us/actors/bookend/anims.yml create mode 100644 assets/ymls/us/actors/bowser/anims.yml create mode 100644 assets/ymls/us/actors/bowser_key/anims.yml create mode 100644 assets/ymls/us/actors/bub/anims.yml create mode 100644 assets/ymls/us/actors/bully/anims.yml create mode 100644 assets/ymls/us/actors/butterfly/anims.yml create mode 100644 assets/ymls/us/actors/chain_chomp/anims.yml create mode 100644 assets/ymls/us/actors/chair/anims.yml create mode 100644 assets/ymls/us/actors/chillychief/anims.yml create mode 100644 assets/ymls/us/actors/chuckya/anims.yml create mode 100644 assets/ymls/us/actors/clam_shell/anims.yml create mode 100644 assets/ymls/us/actors/cyan_fish/anims.yml create mode 100644 assets/ymls/us/actors/door/anims.yml create mode 100644 assets/ymls/us/actors/dorrie/anims.yml create mode 100644 assets/ymls/us/actors/eyerok/anims.yml create mode 100644 assets/ymls/us/actors/flyguy/anims.yml create mode 100644 assets/ymls/us/actors/goomba/anims.yml create mode 100644 assets/ymls/us/actors/heave_ho/anims.yml create mode 100644 assets/ymls/us/actors/hoot/anims.yml create mode 100644 assets/ymls/us/actors/king_bobomb/anims.yml create mode 100644 assets/ymls/us/actors/klepto/anims.yml create mode 100644 assets/ymls/us/actors/koopa/anims.yml create mode 100644 assets/ymls/us/actors/koopa_flag/anims.yml create mode 100644 assets/ymls/us/actors/lakitu_cameraman/anims.yml create mode 100644 assets/ymls/us/actors/lakitu_enemy/anims.yml create mode 100644 assets/ymls/us/actors/mad_piano/anims.yml create mode 100644 assets/ymls/us/actors/manta/anims.yml create mode 100644 assets/ymls/us/actors/mips/anims.yml create mode 100644 assets/ymls/us/actors/moneybag/anims.yml create mode 100644 assets/ymls/us/actors/monty_mole/anims.yml create mode 100644 assets/ymls/us/actors/peach/anims.yml create mode 100644 assets/ymls/us/actors/penguin/anims.yml create mode 100644 assets/ymls/us/actors/piranha_plant/anims.yml create mode 100644 assets/ymls/us/actors/scuttlebug/anims.yml create mode 100644 assets/ymls/us/actors/seaweed/anims.yml create mode 100644 assets/ymls/us/actors/skeeter/anims.yml create mode 100644 assets/ymls/us/actors/snowman/anims.yml create mode 100644 assets/ymls/us/actors/spindrift/anims.yml create mode 100644 assets/ymls/us/actors/spiny/anims.yml create mode 100644 assets/ymls/us/actors/spiny_egg/anims.yml create mode 100644 assets/ymls/us/actors/sushi/anims.yml create mode 100644 assets/ymls/us/actors/swoop/anims.yml create mode 100644 assets/ymls/us/actors/toad/anims.yml create mode 100644 assets/ymls/us/actors/ukiki/anims.yml create mode 100644 assets/ymls/us/actors/unagi/anims.yml create mode 100644 assets/ymls/us/actors/water_ring/anims.yml create mode 100644 assets/ymls/us/actors/whomp/anims.yml create mode 100644 assets/ymls/us/actors/wiggler_body/anims.yml create mode 100644 assets/ymls/us/actors/wiggler_head/anims.yml create mode 100644 assets/ymls/us/actors/yoshi/anims.yml diff --git a/Torch b/Torch index 521452cb..aa95f29b 160000 --- a/Torch +++ b/Torch @@ -1 +1 @@ -Subproject commit 521452cb6aea6034859546dffb0bc18d3880d4db +Subproject commit aa95f29be7b9c7b3190c738e17126ba360b3798c diff --git a/assets/ymls/jp/actors/amp/anims.yml b/assets/ymls/jp/actors/amp/anims.yml new file mode 100644 index 00000000..b030134d --- /dev/null +++ b/assets/ymls/jp/actors/amp/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x1F0530 + segments: + - [0x08, 0x1F0530] + +amp_animation: + type: SM64:ANIM + offset: 0x401C + symbol: dAmpAnimation + +amp_anims_list: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 1 + offset: 0x4034 + symbol: dAmpAnimsList diff --git a/assets/ymls/jp/actors/bird/anims.yml b/assets/ymls/jp/actors/bird/anims.yml new file mode 100644 index 00000000..d0ee24e8 --- /dev/null +++ b/assets/ymls/jp/actors/bird/anims.yml @@ -0,0 +1,24 @@ +:config: + autopads: false + compression: + offset: 0x16BC70 + segments: + - [0x05, 0x16BC70] + +birds_seg5_anim_050008D0: + type: SM64:ANIM + offset: 0x8D0 + symbol: birds_seg5_anim_050008D0 + +birds_seg5_anim_050009D0: + type: SM64:ANIM + offset: 0x9D0 + symbol: birds_seg5_anim_050009D0 + +birds_seg5_anims_050009E8: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 2 + offset: 0x9E8 + symbol: birds_seg5_anims_050009E8 diff --git a/assets/ymls/jp/actors/blargg/anims.yml b/assets/ymls/jp/actors/blargg/anims.yml new file mode 100644 index 00000000..366e1b92 --- /dev/null +++ b/assets/ymls/jp/actors/blargg/anims.yml @@ -0,0 +1,24 @@ +:config: + autopads: false + compression: + offset: 0x131060 + segments: + - [0x05, 0x131060] + +blargg_seg5_anim_05006070: + type: SM64:ANIM + offset: 0x6070 + symbol: blargg_seg5_anim_05006070 + +blargg_seg5_anim_05006154: + type: SM64:ANIM + offset: 0x6154 + symbol: blargg_seg5_anim_05006154 + +blargg_seg5_anims_0500616C: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 3 + offset: 0x616C + symbol: blargg_seg5_anims_0500616C diff --git a/assets/ymls/jp/actors/blue_fish/anims.yml b/assets/ymls/jp/actors/blue_fish/anims.yml new file mode 100644 index 00000000..c720522e --- /dev/null +++ b/assets/ymls/jp/actors/blue_fish/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x1FF740 + segments: + - [0x03, 0x1FF740] + +blue_fish_seg3_anim_0301C298: + type: SM64:ANIM + offset: 0x1C298 + symbol: blue_fish_seg3_anim_0301C298 + +blue_fish_seg3_anims_0301C2B0: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 2 + offset: 0x1C2B0 + symbol: blue_fish_seg3_anims_0301C2B0 diff --git a/assets/ymls/jp/actors/bobomb/anims.yml b/assets/ymls/jp/actors/bobomb/anims.yml new file mode 100644 index 00000000..05e9783c --- /dev/null +++ b/assets/ymls/jp/actors/bobomb/anims.yml @@ -0,0 +1,24 @@ +:config: + autopads: false + compression: + offset: 0x1F0530 + segments: + - [0x08, 0x1F0530] + +bobomb_seg8_anim_080237FC: + type: SM64:ANIM + offset: 0x237FC + symbol: bobomb_seg8_anim_080237FC + +bobomb_seg8_anim_08023954: + type: SM64:ANIM + offset: 0x23954 + symbol: bobomb_seg8_anim_08023954 + +bobomb_seg8_anims_0802396C: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 3 + offset: 0x2396C + symbol: bobomb_seg8_anims_0802396C diff --git a/assets/ymls/jp/actors/bookend/anims.yml b/assets/ymls/jp/actors/bookend/anims.yml new file mode 100644 index 00000000..6288a17f --- /dev/null +++ b/assets/ymls/jp/actors/bookend/anims.yml @@ -0,0 +1,29 @@ +:config: + autopads: false + compression: + offset: 0x165060 + segments: + - [0x05, 0x165060] + +bookend_seg5_anim_050023F4: + type: SM64:ANIM + offset: 0x23F4 + symbol: bookend_seg5_anim_050023F4 + +bookend_seg5_anim_05002510: + type: SM64:ANIM + offset: 0x2510 + symbol: bookend_seg5_anim_05002510 + +bookend_seg5_anim_05002528: + type: SM64:ANIM + offset: 0x2528 + symbol: bookend_seg5_anim_05002528 + +bookend_seg5_anims_05002540: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 4 + offset: 0x2540 + symbol: bookend_seg5_anims_05002540 diff --git a/assets/ymls/jp/actors/bowser/anims.yml b/assets/ymls/jp/actors/bowser/anims.yml new file mode 100644 index 00000000..996af5f5 --- /dev/null +++ b/assets/ymls/jp/actors/bowser/anims.yml @@ -0,0 +1,149 @@ +:config: + autopads: false + compression: + offset: 0x186810 + segments: + - [0x06, 0x186810] + +bowser_seg6_anim_060445EC: + type: SM64:ANIM + offset: 0x445EC + symbol: bowser_seg6_anim_060445EC + +bowser_seg6_anim_060453C8: + type: SM64:ANIM + offset: 0x453C8 + symbol: bowser_seg6_anim_060453C8 + +bowser_seg6_anim_06045D28: + type: SM64:ANIM + offset: 0x45D28 + symbol: bowser_seg6_anim_06045D28 + +bowser_seg6_anim_0604671C: + type: SM64:ANIM + offset: 0x4671C + symbol: bowser_seg6_anim_0604671C + +bowser_seg6_anim_0604675C: + type: SM64:ANIM + offset: 0x4675C + symbol: bowser_seg6_anim_0604675C + +bowser_seg6_anim_06048200: + type: SM64:ANIM + offset: 0x48200 + symbol: bowser_seg6_anim_06048200 + +bowser_seg6_anim_06049880: + type: SM64:ANIM + offset: 0x49880 + symbol: bowser_seg6_anim_06049880 + +bowser_seg6_anim_0604A8E4: + type: SM64:ANIM + offset: 0x4A8E4 + symbol: bowser_seg6_anim_0604A8E4 + +bowser_seg6_anim_0604B178: + type: SM64:ANIM + offset: 0x4B178 + symbol: bowser_seg6_anim_0604B178 + +bowser_seg6_anim_0604B8CC: + type: SM64:ANIM + offset: 0x4B8CC + symbol: bowser_seg6_anim_0604B8CC + +bowser_seg6_anim_0604D184: + type: SM64:ANIM + offset: 0x4D184 + symbol: bowser_seg6_anim_0604D184 + +bowser_seg6_anim_0604E5A0: + type: SM64:ANIM + offset: 0x4E5A0 + symbol: bowser_seg6_anim_0604E5A0 + +bowser_seg6_anim_0604F030: + type: SM64:ANIM + offset: 0x4F030 + symbol: bowser_seg6_anim_0604F030 + +bowser_seg6_anim_0604FF4C: + type: SM64:ANIM + offset: 0x4FF4C + symbol: bowser_seg6_anim_0604FF4C + +bowser_seg6_anim_06050530: + type: SM64:ANIM + offset: 0x50530 + symbol: bowser_seg6_anim_06050530 + +bowser_seg6_anim_060514E8: + type: SM64:ANIM + offset: 0x514E8 + symbol: bowser_seg6_anim_060514E8 + +bowser_seg6_anim_06051C68: + type: SM64:ANIM + offset: 0x51C68 + symbol: bowser_seg6_anim_06051C68 + +bowser_seg6_anim_06052680: + type: SM64:ANIM + offset: 0x52680 + symbol: bowser_seg6_anim_06052680 + +bowser_seg6_anim_06052D94: + type: SM64:ANIM + offset: 0x52D94 + symbol: bowser_seg6_anim_06052D94 + +bowser_seg6_anim_060534F4: + type: SM64:ANIM + offset: 0x534F4 + symbol: bowser_seg6_anim_060534F4 + +bowser_seg6_anim_06053B8C: + type: SM64:ANIM + offset: 0x53B8C + symbol: bowser_seg6_anim_06053B8C + +bowser_seg6_anim_06054290: + type: SM64:ANIM + offset: 0x54290 + symbol: bowser_seg6_anim_06054290 + +bowser_seg6_anim_06054950: + type: SM64:ANIM + offset: 0x54950 + symbol: bowser_seg6_anim_06054950 + +bowser_seg6_anim_06055210: + type: SM64:ANIM + offset: 0x55210 + symbol: bowser_seg6_anim_06055210 + +bowser_seg6_anim_06055984: + type: SM64:ANIM + offset: 0x55984 + symbol: bowser_seg6_anim_06055984 + +bowser_seg6_anim_06056774: + type: SM64:ANIM + offset: 0x56774 + symbol: bowser_seg6_anim_06056774 + +bowser_seg6_anim_06057678: + type: SM64:ANIM + offset: 0x57678 + symbol: bowser_seg6_anim_06057678 + +bowser_seg6_anims_06057690: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 27 + offset: 0x57690 + symbol: bowser_seg6_anims_06057690 diff --git a/assets/ymls/jp/actors/bowser_key/anims.yml b/assets/ymls/jp/actors/bowser_key/anims.yml new file mode 100644 index 00000000..63e7a772 --- /dev/null +++ b/assets/ymls/jp/actors/bowser_key/anims.yml @@ -0,0 +1,24 @@ +:config: + autopads: false + compression: + offset: 0x1FF740 + segments: + - [0x03, 0x1FF740] + +bowser_key_seg3_anim_course_exit: + type: SM64:ANIM + offset: 0x16BE8 + symbol: bowser_key_seg3_anim_course_exit + +bowser_key_seg3_anim_unlock_door: + type: SM64:ANIM + offset: 0x172B8 + symbol: bowser_key_seg3_anim_unlock_door + +bowser_key_seg3_anims_list: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 2 + offset: 0x172D0 + symbol: bowser_key_seg3_anims_list diff --git a/assets/ymls/jp/actors/bub/anims.yml b/assets/ymls/jp/actors/bub/anims.yml new file mode 100644 index 00000000..a6967e07 --- /dev/null +++ b/assets/ymls/jp/actors/bub/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x1B8010 + segments: + - [0x06, 0x1B8010] + +bub_seg6_anim_0601233C: + type: SM64:ANIM + offset: 0x1233C + symbol: bub_seg6_anim_0601233C + +bub_seg6_anims_06012354: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 3 + offset: 0x12354 + symbol: bub_seg6_anims_06012354 diff --git a/assets/ymls/jp/actors/bully/anims.yml b/assets/ymls/jp/actors/bully/anims.yml new file mode 100644 index 00000000..39a8ef10 --- /dev/null +++ b/assets/ymls/jp/actors/bully/anims.yml @@ -0,0 +1,34 @@ +:config: + autopads: false + compression: + offset: 0x131060 + segments: + - [0x05, 0x131060] + +bully_seg5_anim_050042A4: + type: SM64:ANIM + offset: 0x42A4 + symbol: bully_seg5_anim_050042A4 + +bully_seg5_anim_050043D8: + type: SM64:ANIM + offset: 0x43D8 + symbol: bully_seg5_anim_050043D8 + +bully_seg5_anim_05004598: + type: SM64:ANIM + offset: 0x4598 + symbol: bully_seg5_anim_05004598 + +bully_seg5_anim_050046F4: + type: SM64:ANIM + offset: 0x46F4 + symbol: bully_seg5_anim_050046F4 + +bully_seg5_anims_0500470C: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 5 + offset: 0x470C + symbol: bully_seg5_anims_0500470C diff --git a/assets/ymls/jp/actors/butterfly/anims.yml b/assets/ymls/jp/actors/butterfly/anims.yml new file mode 100644 index 00000000..ff50069c --- /dev/null +++ b/assets/ymls/jp/actors/butterfly/anims.yml @@ -0,0 +1,24 @@ +:config: + autopads: false + compression: + offset: 0x1FF740 + segments: + - [0x03, 0x1FF740] + +butterfly_seg3_anim_030055B0: + type: SM64:ANIM + offset: 0x55B0 + symbol: butterfly_seg3_anim_030055B0 + +butterfly_seg3_anim_03005698: + type: SM64:ANIM + offset: 0x5698 + symbol: butterfly_seg3_anim_03005698 + +butterfly_seg3_anims_030056B0: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 2 + offset: 0x56B0 + symbol: butterfly_seg3_anims_030056B0 diff --git a/assets/ymls/jp/actors/chain_chomp/anims.yml b/assets/ymls/jp/actors/chain_chomp/anims.yml new file mode 100644 index 00000000..50dbae05 --- /dev/null +++ b/assets/ymls/jp/actors/chain_chomp/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x1C2580 + segments: + - [0x06, 0x1C2580] + +chain_chomp_seg6_anim_06025160: + type: SM64:ANIM + offset: 0x25160 + symbol: chain_chomp_seg6_anim_06025160 + +chain_chomp_seg6_anims_06025178: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 2 + offset: 0x25178 + symbol: chain_chomp_seg6_anims_06025178 diff --git a/assets/ymls/jp/actors/chair/anims.yml b/assets/ymls/jp/actors/chair/anims.yml new file mode 100644 index 00000000..476a6ee0 --- /dev/null +++ b/assets/ymls/jp/actors/chair/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x165060 + segments: + - [0x05, 0x165060] + +chair_seg5_anim_0500576C: + type: SM64:ANIM + offset: 0x576C + symbol: chair_seg5_anim_0500576C + +chair_seg5_anims_05005784: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 1 + offset: 0x5784 + symbol: chair_seg5_anims_05005784 diff --git a/assets/ymls/jp/actors/chillychief/anims.yml b/assets/ymls/jp/actors/chillychief/anims.yml new file mode 100644 index 00000000..48fc6265 --- /dev/null +++ b/assets/ymls/jp/actors/chillychief/anims.yml @@ -0,0 +1,34 @@ +:config: + autopads: false + compression: + offset: 0x1E3520 + segments: + - [0x06, 0x1E3520] + +chilly_chief_seg6_anim_060032EC: + type: SM64:ANIM + offset: 0x32EC + symbol: chilly_chief_seg6_anim_060032EC + +chilly_chief_seg6_anim_06003420: + type: SM64:ANIM + offset: 0x3420 + symbol: chilly_chief_seg6_anim_06003420 + +chilly_chief_seg6_anim_060035E0: + type: SM64:ANIM + offset: 0x35E0 + symbol: chilly_chief_seg6_anim_060035E0 + +chilly_chief_seg6_anim_0600373C: + type: SM64:ANIM + offset: 0x373C + symbol: chilly_chief_seg6_anim_0600373C + +chilly_chief_seg6_anims_06003994: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 5 + offset: 0x3994 + symbol: chilly_chief_seg6_anims_06003994 diff --git a/assets/ymls/jp/actors/chuckya/anims.yml b/assets/ymls/jp/actors/chuckya/anims.yml new file mode 100644 index 00000000..6ca2c7f9 --- /dev/null +++ b/assets/ymls/jp/actors/chuckya/anims.yml @@ -0,0 +1,44 @@ +:config: + autopads: false + compression: + offset: 0x1F0530 + segments: + - [0x08, 0x1F0530] + +chuckya_seg8_anim_0800AF68: + type: SM64:ANIM + offset: 0xAF68 + symbol: chuckya_seg8_anim_0800AF68 + +chuckya_seg8_anim_0800B1A8: + type: SM64:ANIM + offset: 0xB1A8 + symbol: chuckya_seg8_anim_0800B1A8 + +chuckya_seg8_anim_0800B4A8: + type: SM64:ANIM + offset: 0xB4A8 + symbol: chuckya_seg8_anim_0800B4A8 + +chuckya_seg8_anim_0800B9F8: + type: SM64:ANIM + offset: 0xB9F8 + symbol: chuckya_seg8_anim_0800B9F8 + +chuckya_seg8_anim_0800BBEC: + type: SM64:ANIM + offset: 0xBBEC + symbol: chuckya_seg8_anim_0800BBEC + +chuckya_seg8_anim_0800C058: + type: SM64:ANIM + offset: 0xC058 + symbol: chuckya_seg8_anim_0800C058 + +chuckya_seg8_anims_0800C070: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 6 + offset: 0xC070 + symbol: chuckya_seg8_anims_0800C070 diff --git a/assets/ymls/jp/actors/clam_shell/anims.yml b/assets/ymls/jp/actors/clam_shell/anims.yml new file mode 100644 index 00000000..624f702a --- /dev/null +++ b/assets/ymls/jp/actors/clam_shell/anims.yml @@ -0,0 +1,24 @@ +:config: + autopads: false + compression: + offset: 0x139D10 + segments: + - [0x05, 0x139D10] + +clam_shell_seg5_anim_05001654: + type: SM64:ANIM + offset: 0x1654 + symbol: clam_shell_seg5_anim_05001654 + +clam_shell_seg5_anim_0500172C: + type: SM64:ANIM + offset: 0x172C + symbol: clam_shell_seg5_anim_0500172C + +clam_shell_seg5_anims_05001744: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 3 + offset: 0x1744 + symbol: clam_shell_seg5_anims_05001744 diff --git a/assets/ymls/jp/actors/cyan_fish/anims.yml b/assets/ymls/jp/actors/cyan_fish/anims.yml new file mode 100644 index 00000000..415ebded --- /dev/null +++ b/assets/ymls/jp/actors/cyan_fish/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x1B8010 + segments: + - [0x06, 0x1B8010] + +cyan_fish_seg6_anim_0600E24C: + type: SM64:ANIM + offset: 0xE24C + symbol: cyan_fish_seg6_anim_0600E24C + +cyan_fish_seg6_anims_0600E264: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 3 + offset: 0xE264 + symbol: cyan_fish_seg6_anims_0600E264 diff --git a/assets/ymls/jp/actors/door/anims.yml b/assets/ymls/jp/actors/door/anims.yml new file mode 100644 index 00000000..1f318983 --- /dev/null +++ b/assets/ymls/jp/actors/door/anims.yml @@ -0,0 +1,39 @@ +:config: + autopads: false + compression: + offset: 0x1FF740 + segments: + - [0x03, 0x1FF740] + +door_seg3_anim_03015208: + type: SM64:ANIM + offset: 0x15208 + symbol: door_seg3_anim_03015208 + +door_seg3_anim_03015440: + type: SM64:ANIM + offset: 0x15440 + symbol: door_seg3_anim_03015440 + +door_seg3_anim_03015458: + type: SM64:ANIM + offset: 0x15458 + symbol: door_seg3_anim_03015458 + +door_seg3_anim_03015690: + type: SM64:ANIM + offset: 0x15690 + symbol: door_seg3_anim_03015690 + +door_seg3_anim_030156A8: + type: SM64:ANIM + offset: 0x156A8 + symbol: door_seg3_anim_030156A8 + +door_seg3_anims_030156C0: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 6 + offset: 0x156C0 + symbol: door_seg3_anims_030156C0 diff --git a/assets/ymls/jp/actors/dorrie/anims.yml b/assets/ymls/jp/actors/dorrie/anims.yml new file mode 100644 index 00000000..8e076d84 --- /dev/null +++ b/assets/ymls/jp/actors/dorrie/anims.yml @@ -0,0 +1,29 @@ +:config: + autopads: false + compression: + offset: 0x1E6210 + segments: + - [0x06, 0x1E6210] + +dorrie_seg6_anim_0600E18C: + type: SM64:ANIM + offset: 0xE18C + symbol: dorrie_seg6_anim_0600E18C + +dorrie_seg6_anim_0600E9BC: + type: SM64:ANIM + offset: 0xE9BC + symbol: dorrie_seg6_anim_0600E9BC + +dorrie_seg6_anim_0600F620: + type: SM64:ANIM + offset: 0xF620 + symbol: dorrie_seg6_anim_0600F620 + +dorrie_seg6_anims_0600F638: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 3 + offset: 0xF638 + symbol: dorrie_seg6_anims_0600F638 diff --git a/assets/ymls/jp/actors/eyerok/anims.yml b/assets/ymls/jp/actors/eyerok/anims.yml new file mode 100644 index 00000000..5f600272 --- /dev/null +++ b/assets/ymls/jp/actors/eyerok/anims.yml @@ -0,0 +1,54 @@ +:config: + autopads: false + compression: + offset: 0x144290 + segments: + - [0x05, 0x144290] + +eyerok_seg5_anim_0500D270: + type: SM64:ANIM + offset: 0xD270 + symbol: eyerok_seg5_anim_0500D270 + +eyerok_seg5_anim_0500DF50: + type: SM64:ANIM + offset: 0xDF50 + symbol: eyerok_seg5_anim_0500DF50 + +eyerok_seg5_anim_0500E1D8: + type: SM64:ANIM + offset: 0xE1D8 + symbol: eyerok_seg5_anim_0500E1D8 + +eyerok_seg5_anim_0500E99C: + type: SM64:ANIM + offset: 0xE99C + symbol: eyerok_seg5_anim_0500E99C + +eyerok_seg5_anim_0500F3D8: + type: SM64:ANIM + offset: 0xF3D8 + symbol: eyerok_seg5_anim_0500F3D8 + +eyerok_seg5_anim_0500F3F0: + type: SM64:ANIM + offset: 0xF3F0 + symbol: eyerok_seg5_anim_0500F3F0 + +eyerok_seg5_anim_0500FCCC: + type: SM64:ANIM + offset: 0xFCCC + symbol: eyerok_seg5_anim_0500FCCC + +eyerok_seg5_anim_050116CC: + type: SM64:ANIM + offset: 0x116CC + symbol: eyerok_seg5_anim_050116CC + +eyerok_seg5_anims_050116E4: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 9 + offset: 0x116E4 + symbol: eyerok_seg5_anims_050116E4 diff --git a/assets/ymls/jp/actors/flyguy/anims.yml b/assets/ymls/jp/actors/flyguy/anims.yml new file mode 100644 index 00000000..828316c9 --- /dev/null +++ b/assets/ymls/jp/actors/flyguy/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x1F0530 + segments: + - [0x08, 0x1F0530] + +flyguy_seg8_anim_08011A4C: + type: SM64:ANIM + offset: 0x11A4C + symbol: flyguy_seg8_anim_08011A4C + +flyguy_seg8_anims_08011A64: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 3 + offset: 0x11A64 + symbol: flyguy_seg8_anims_08011A64 diff --git a/assets/ymls/jp/actors/goomba/anims.yml b/assets/ymls/jp/actors/goomba/anims.yml new file mode 100644 index 00000000..3ced51a3 --- /dev/null +++ b/assets/ymls/jp/actors/goomba/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x1F0530 + segments: + - [0x08, 0x1F0530] + +goomba_seg8_anim_0801DA34: + type: SM64:ANIM + offset: 0x1DA34 + symbol: goomba_seg8_anim_0801DA34 + +goomba_seg8_anims_0801DA4C: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 3 + offset: 0x1DA4C + symbol: goomba_seg8_anims_0801DA4C diff --git a/assets/ymls/jp/actors/heave_ho/anims.yml b/assets/ymls/jp/actors/heave_ho/anims.yml new file mode 100644 index 00000000..bb98c992 --- /dev/null +++ b/assets/ymls/jp/actors/heave_ho/anims.yml @@ -0,0 +1,29 @@ +:config: + autopads: false + compression: + offset: 0x128BE0 + segments: + - [0x05, 0x128BE0] + +heave_ho_seg5_anim_05014F28: + type: SM64:ANIM + offset: 0x14F28 + symbol: heave_ho_seg5_anim_05014F28 + +heave_ho_seg5_anim_05015118: + type: SM64:ANIM + offset: 0x15118 + symbol: heave_ho_seg5_anim_05015118 + +heave_ho_seg5_anim_05015334: + type: SM64:ANIM + offset: 0x15334 + symbol: heave_ho_seg5_anim_05015334 + +heave_ho_seg5_anims_0501534C: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 3 + offset: 0x1534C + symbol: heave_ho_seg5_anims_0501534C diff --git a/assets/ymls/jp/actors/hoot/anims.yml b/assets/ymls/jp/actors/hoot/anims.yml new file mode 100644 index 00000000..f67cf77b --- /dev/null +++ b/assets/ymls/jp/actors/hoot/anims.yml @@ -0,0 +1,24 @@ +:config: + autopads: false + compression: + offset: 0x128BE0 + segments: + - [0x05, 0x128BE0] + +hoot_seg5_anim_050053EC: + type: SM64:ANIM + offset: 0x53EC + symbol: hoot_seg5_anim_050053EC + +hoot_seg5_anim_05005750: + type: SM64:ANIM + offset: 0x5750 + symbol: hoot_seg5_anim_05005750 + +hoot_seg5_anims_05005768: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 2 + offset: 0x5768 + symbol: hoot_seg5_anims_05005768 diff --git a/assets/ymls/jp/actors/king_bobomb/anims.yml b/assets/ymls/jp/actors/king_bobomb/anims.yml new file mode 100644 index 00000000..8d87f3de --- /dev/null +++ b/assets/ymls/jp/actors/king_bobomb/anims.yml @@ -0,0 +1,74 @@ +:config: + autopads: false + compression: + offset: 0x133120 + segments: + - [0x05, 0x133120] + +king_bobomb_seg5_anim_0500BDFC: + type: SM64:ANIM + offset: 0xBDFC + symbol: king_bobomb_seg5_anim_0500BDFC + +king_bobomb_seg5_anim_0500C2AC: + type: SM64:ANIM + offset: 0xC2AC + symbol: king_bobomb_seg5_anim_0500C2AC + +king_bobomb_seg5_anim_0500C520: + type: SM64:ANIM + offset: 0xC520 + symbol: king_bobomb_seg5_anim_0500C520 + +king_bobomb_seg5_anim_0500C774: + type: SM64:ANIM + offset: 0xC774 + symbol: king_bobomb_seg5_anim_0500C774 + +king_bobomb_seg5_anim_0500CFCC: + type: SM64:ANIM + offset: 0xCFCC + symbol: king_bobomb_seg5_anim_0500CFCC + +king_bobomb_seg5_anim_0500D5B0: + type: SM64:ANIM + offset: 0xD5B0 + symbol: king_bobomb_seg5_anim_0500D5B0 + +king_bobomb_seg5_anim_0500D978: + type: SM64:ANIM + offset: 0xD978 + symbol: king_bobomb_seg5_anim_0500D978 + +king_bobomb_seg5_anim_0500DDD8: + type: SM64:ANIM + offset: 0xDDD8 + symbol: king_bobomb_seg5_anim_0500DDD8 + +king_bobomb_seg5_anim_0500E10C: + type: SM64:ANIM + offset: 0xE10C + symbol: king_bobomb_seg5_anim_0500E10C + +king_bobomb_seg5_anim_0500F078: + type: SM64:ANIM + offset: 0xF078 + symbol: king_bobomb_seg5_anim_0500F078 + +king_bobomb_seg5_anim_0500F6C8: + type: SM64:ANIM + offset: 0xF6C8 + symbol: king_bobomb_seg5_anim_0500F6C8 + +king_bobomb_seg5_anim_0500FE18: + type: SM64:ANIM + offset: 0xFE18 + symbol: king_bobomb_seg5_anim_0500FE18 + +king_bobomb_seg5_anims_0500FE30: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 12 + offset: 0xFE30 + symbol: king_bobomb_seg5_anims_0500FE30 diff --git a/assets/ymls/jp/actors/klepto/anims.yml b/assets/ymls/jp/actors/klepto/anims.yml new file mode 100644 index 00000000..c3f6cf6b --- /dev/null +++ b/assets/ymls/jp/actors/klepto/anims.yml @@ -0,0 +1,49 @@ +:config: + autopads: false + compression: + offset: 0x144290 + segments: + - [0x05, 0x144290] + +klepto_seg5_anim_05005E44: + type: SM64:ANIM + offset: 0x5E44 + symbol: klepto_seg5_anim_05005E44 + +klepto_seg5_anim_05007574: + type: SM64:ANIM + offset: 0x7574 + symbol: klepto_seg5_anim_05007574 + +klepto_seg5_anim_050079B0: + type: SM64:ANIM + offset: 0x79B0 + symbol: klepto_seg5_anim_050079B0 + +klepto_seg5_anim_05007E34: + type: SM64:ANIM + offset: 0x7E34 + symbol: klepto_seg5_anim_05007E34 + +klepto_seg5_anim_050086C0: + type: SM64:ANIM + offset: 0x86C0 + symbol: klepto_seg5_anim_050086C0 + +klepto_seg5_anim_05008A18: + type: SM64:ANIM + offset: 0x8A18 + symbol: klepto_seg5_anim_05008A18 + +klepto_seg5_anim_05008CE4: + type: SM64:ANIM + offset: 0x8CE4 + symbol: klepto_seg5_anim_05008CE4 + +klepto_seg5_anims_05008CFC: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 9 + offset: 0x8CFC + symbol: klepto_seg5_anims_05008CFC diff --git a/assets/ymls/jp/actors/koopa/anims.yml b/assets/ymls/jp/actors/koopa/anims.yml new file mode 100644 index 00000000..7e489e58 --- /dev/null +++ b/assets/ymls/jp/actors/koopa/anims.yml @@ -0,0 +1,84 @@ +:config: + autopads: false + compression: + offset: 0x1C2580 + segments: + - [0x06, 0x1C2580] + +koopa_seg6_anim_0600CC24: + type: SM64:ANIM + offset: 0xCC24 + symbol: koopa_seg6_anim_0600CC24 + +koopa_seg6_anim_0600CFB8: + type: SM64:ANIM + offset: 0xCFB8 + symbol: koopa_seg6_anim_0600CFB8 + +koopa_seg6_anim_0600D518: + type: SM64:ANIM + offset: 0xD518 + symbol: koopa_seg6_anim_0600D518 + +koopa_seg6_anim_0600D804: + type: SM64:ANIM + offset: 0xD804 + symbol: koopa_seg6_anim_0600D804 + +koopa_seg6_anim_0600DD90: + type: SM64:ANIM + offset: 0xDD90 + symbol: koopa_seg6_anim_0600DD90 + +koopa_seg6_anim_0600E32C: + type: SM64:ANIM + offset: 0xE32C + symbol: koopa_seg6_anim_0600E32C + +koopa_seg6_anim_0600E928: + type: SM64:ANIM + offset: 0xE928 + symbol: koopa_seg6_anim_0600E928 + +koopa_seg6_anim_0600F3EC: + type: SM64:ANIM + offset: 0xF3EC + symbol: koopa_seg6_anim_0600F3EC + +koopa_seg6_anim_0600FB1C: + type: SM64:ANIM + offset: 0xFB1C + symbol: koopa_seg6_anim_0600FB1C + +koopa_seg6_anim_06010258: + type: SM64:ANIM + offset: 0x10258 + symbol: koopa_seg6_anim_06010258 + +koopa_seg6_anim_06010634: + type: SM64:ANIM + offset: 0x10634 + symbol: koopa_seg6_anim_06010634 + +koopa_seg6_anim_06010E48: + type: SM64:ANIM + offset: 0x10E48 + symbol: koopa_seg6_anim_06010E48 + +koopa_seg6_anim_060110D8: + type: SM64:ANIM + offset: 0x110D8 + symbol: koopa_seg6_anim_060110D8 + +koopa_seg6_anim_0601134C: + type: SM64:ANIM + offset: 0x1134C + symbol: koopa_seg6_anim_0601134C + +koopa_seg6_anims_06011364: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 17 + offset: 0x11364 + symbol: koopa_seg6_anims_06011364 diff --git a/assets/ymls/jp/actors/koopa_flag/anims.yml b/assets/ymls/jp/actors/koopa_flag/anims.yml new file mode 100644 index 00000000..8c985300 --- /dev/null +++ b/assets/ymls/jp/actors/koopa_flag/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x1C2580 + segments: + - [0x06, 0x1C2580] + +koopa_flag_seg6_anim_06001010: + type: SM64:ANIM + offset: 0x1010 + symbol: koopa_flag_seg6_anim_06001010 + +koopa_flag_seg6_anims_06001028: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 2 + offset: 0x1028 + symbol: koopa_flag_seg6_anims_06001028 diff --git a/assets/ymls/jp/actors/lakitu_cameraman/anims.yml b/assets/ymls/jp/actors/lakitu_cameraman/anims.yml new file mode 100644 index 00000000..9d6d44f7 --- /dev/null +++ b/assets/ymls/jp/actors/lakitu_cameraman/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x1D6660 + segments: + - [0x06, 0x1D6660] + +lakitu_seg6_anim_060058E0: + type: SM64:ANIM + offset: 0x58E0 + symbol: lakitu_seg6_anim_060058E0 + +lakitu_seg6_anims_060058F8: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 2 + offset: 0x58F8 + symbol: lakitu_seg6_anims_060058F8 diff --git a/assets/ymls/jp/actors/lakitu_enemy/anims.yml b/assets/ymls/jp/actors/lakitu_enemy/anims.yml new file mode 100644 index 00000000..93643deb --- /dev/null +++ b/assets/ymls/jp/actors/lakitu_enemy/anims.yml @@ -0,0 +1,34 @@ +:config: + autopads: false + compression: + offset: 0x17EF80 + segments: + - [0x05, 0x17EF80] + +lakitu_enemy_seg5_anim_05013EDC: + type: SM64:ANIM + offset: 0x13EDC + symbol: lakitu_enemy_seg5_anim_05013EDC + +lakitu_enemy_seg5_anim_050140E8: + type: SM64:ANIM + offset: 0x140E8 + symbol: lakitu_enemy_seg5_anim_050140E8 + +lakitu_enemy_seg5_anim_050142E0: + type: SM64:ANIM + offset: 0x142E0 + symbol: lakitu_enemy_seg5_anim_050142E0 + +lakitu_enemy_seg5_anim_050144BC: + type: SM64:ANIM + offset: 0x144BC + symbol: lakitu_enemy_seg5_anim_050144BC + +lakitu_enemy_seg5_anims_050144D4: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 7 + offset: 0x144D4 + symbol: lakitu_enemy_seg5_anims_050144D4 diff --git a/assets/ymls/jp/actors/mad_piano/anims.yml b/assets/ymls/jp/actors/mad_piano/anims.yml new file mode 100644 index 00000000..79606779 --- /dev/null +++ b/assets/ymls/jp/actors/mad_piano/anims.yml @@ -0,0 +1,24 @@ +:config: + autopads: false + compression: + offset: 0x165060 + segments: + - [0x05, 0x165060] + +mad_piano_seg5_anim_05009A04: + type: SM64:ANIM + offset: 0x9A04 + symbol: mad_piano_seg5_anim_05009A04 + +mad_piano_seg5_anim_05009AFC: + type: SM64:ANIM + offset: 0x9AFC + symbol: mad_piano_seg5_anim_05009AFC + +mad_piano_seg5_anims_05009B14: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 3 + offset: 0x9B14 + symbol: mad_piano_seg5_anims_05009B14 diff --git a/assets/ymls/jp/actors/manta/anims.yml b/assets/ymls/jp/actors/manta/anims.yml new file mode 100644 index 00000000..36527b87 --- /dev/null +++ b/assets/ymls/jp/actors/manta/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x139D10 + segments: + - [0x05, 0x139D10] + +manta_seg5_anim_05008CFC: + type: SM64:ANIM + offset: 0x8CFC + symbol: manta_seg5_anim_05008CFC + +manta_seg5_anims_05008EB4: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 3 + offset: 0x8EB4 + symbol: manta_seg5_anims_05008EB4 diff --git a/assets/ymls/jp/actors/mips/anims.yml b/assets/ymls/jp/actors/mips/anims.yml new file mode 100644 index 00000000..42a87c16 --- /dev/null +++ b/assets/ymls/jp/actors/mips/anims.yml @@ -0,0 +1,39 @@ +:config: + autopads: false + compression: + offset: 0x1D6660 + segments: + - [0x06, 0x1D6660] + +mips_seg6_anim_06013248: + type: SM64:ANIM + offset: 0x13248 + symbol: mips_seg6_anim_06013248 + +mips_seg6_anim_0601369C: + type: SM64:ANIM + offset: 0x1369C + symbol: mips_seg6_anim_0601369C + +mips_seg6_anim_060139F8: + type: SM64:ANIM + offset: 0x139F8 + symbol: mips_seg6_anim_060139F8 + +mips_seg6_anim_06014B94: + type: SM64:ANIM + offset: 0x14B94 + symbol: mips_seg6_anim_06014B94 + +mips_seg6_anim_0601561C: + type: SM64:ANIM + offset: 0x1561C + symbol: mips_seg6_anim_0601561C + +mips_seg6_anims_06015634: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 7 + offset: 0x15634 + symbol: mips_seg6_anims_06015634 diff --git a/assets/ymls/jp/actors/moneybag/anims.yml b/assets/ymls/jp/actors/moneybag/anims.yml new file mode 100644 index 00000000..7618d286 --- /dev/null +++ b/assets/ymls/jp/actors/moneybag/anims.yml @@ -0,0 +1,39 @@ +:config: + autopads: false + compression: + offset: 0x1E3520 + segments: + - [0x06, 0x1E3520] + +moneybag_seg6_anim_06005AD8: + type: SM64:ANIM + offset: 0x5AD8 + symbol: moneybag_seg6_anim_06005AD8 + +moneybag_seg6_anim_06005BEC: + type: SM64:ANIM + offset: 0x5BEC + symbol: moneybag_seg6_anim_06005BEC + +moneybag_seg6_anim_06005C98: + type: SM64:ANIM + offset: 0x5C98 + symbol: moneybag_seg6_anim_06005C98 + +moneybag_seg6_anim_06005D3C: + type: SM64:ANIM + offset: 0x5D3C + symbol: moneybag_seg6_anim_06005D3C + +moneybag_seg6_anim_06005E44: + type: SM64:ANIM + offset: 0x5E44 + symbol: moneybag_seg6_anim_06005E44 + +moneybag_seg6_anims_06005E5C: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 5 + offset: 0x5E5C + symbol: moneybag_seg6_anims_06005E5C diff --git a/assets/ymls/jp/actors/monty_mole/anims.yml b/assets/ymls/jp/actors/monty_mole/anims.yml new file mode 100644 index 00000000..65fe8dbd --- /dev/null +++ b/assets/ymls/jp/actors/monty_mole/anims.yml @@ -0,0 +1,64 @@ +:config: + autopads: false + compression: + offset: 0x1505D0 + segments: + - [0x05, 0x1505D0] + +monty_mole_seg5_anim_05004FEC: + type: SM64:ANIM + offset: 0x4FEC + symbol: monty_mole_seg5_anim_05004FEC + +monty_mole_seg5_anim_0500527C: + type: SM64:ANIM + offset: 0x527C + symbol: monty_mole_seg5_anim_0500527C + +monty_mole_seg5_anim_050054B0: + type: SM64:ANIM + offset: 0x54B0 + symbol: monty_mole_seg5_anim_050054B0 + +monty_mole_seg5_anim_050062B0: + type: SM64:ANIM + offset: 0x62B0 + symbol: monty_mole_seg5_anim_050062B0 + +monty_mole_seg5_anim_050065C0: + type: SM64:ANIM + offset: 0x65C0 + symbol: monty_mole_seg5_anim_050065C0 + +monty_mole_seg5_anim_050065D8: + type: SM64:ANIM + offset: 0x65D8 + symbol: monty_mole_seg5_anim_050065D8 + +monty_mole_seg5_anim_05006880: + type: SM64:ANIM + offset: 0x6880 + symbol: monty_mole_seg5_anim_05006880 + +monty_mole_seg5_anim_05006B10: + type: SM64:ANIM + offset: 0x6B10 + symbol: monty_mole_seg5_anim_05006B10 + +monty_mole_seg5_anim_05006DB8: + type: SM64:ANIM + offset: 0x6DB8 + symbol: monty_mole_seg5_anim_05006DB8 + +monty_mole_seg5_anim_05007230: + type: SM64:ANIM + offset: 0x7230 + symbol: monty_mole_seg5_anim_05007230 + +monty_mole_seg5_anims_05007248: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 12 + offset: 0x7248 + symbol: monty_mole_seg5_anims_05007248 diff --git a/assets/ymls/jp/actors/peach/anims.yml b/assets/ymls/jp/actors/peach/anims.yml new file mode 100644 index 00000000..5bfd32ad --- /dev/null +++ b/assets/ymls/jp/actors/peach/anims.yml @@ -0,0 +1,74 @@ +:config: + autopads: false + compression: + offset: 0x16BC70 + segments: + - [0x05, 0x16BC70] + +peach_seg5_anim_0500C638: + type: SM64:ANIM + offset: 0xC638 + symbol: peach_seg5_anim_0500C638 + +peach_seg5_anim_0500E6B4: + type: SM64:ANIM + offset: 0xE6B4 + symbol: peach_seg5_anim_0500E6B4 + +peach_seg5_anim_0500ED94: + type: SM64:ANIM + offset: 0xED94 + symbol: peach_seg5_anim_0500ED94 + +peach_seg5_anim_0500F474: + type: SM64:ANIM + offset: 0xF474 + symbol: peach_seg5_anim_0500F474 + +peach_seg5_anim_0500FE84: + type: SM64:ANIM + offset: 0xFE84 + symbol: peach_seg5_anim_0500FE84 + +peach_seg5_anim_05011050: + type: SM64:ANIM + offset: 0x11050 + symbol: peach_seg5_anim_05011050 + +peach_seg5_anim_05012F40: + type: SM64:ANIM + offset: 0x12F40 + symbol: peach_seg5_anim_05012F40 + +peach_seg5_anim_05015468: + type: SM64:ANIM + offset: 0x15468 + symbol: peach_seg5_anim_05015468 + +peach_seg5_anim_05016798: + type: SM64:ANIM + offset: 0x16798 + symbol: peach_seg5_anim_05016798 + +peach_seg5_anim_05018664: + type: SM64:ANIM + offset: 0x18664 + symbol: peach_seg5_anim_05018664 + +peach_seg5_anim_0501B328: + type: SM64:ANIM + offset: 0x1B328 + symbol: peach_seg5_anim_0501B328 + +peach_seg5_anim_0501C404: + type: SM64:ANIM + offset: 0x1C404 + symbol: peach_seg5_anim_0501C404 + +peach_seg5_anims_0501C41C: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 13 + offset: 0x1C41C + symbol: peach_seg5_anims_0501C41C diff --git a/assets/ymls/jp/actors/penguin/anims.yml b/assets/ymls/jp/actors/penguin/anims.yml new file mode 100644 index 00000000..95559983 --- /dev/null +++ b/assets/ymls/jp/actors/penguin/anims.yml @@ -0,0 +1,34 @@ +:config: + autopads: false + compression: + offset: 0x15EA70 + segments: + - [0x05, 0x15EA70] + +penguin_seg5_anim_050079E4: + type: SM64:ANIM + offset: 0x79E4 + symbol: penguin_seg5_anim_050079E4 + +penguin_seg5_anim_05007DCC: + type: SM64:ANIM + offset: 0x7DCC + symbol: penguin_seg5_anim_05007DCC + +penguin_seg5_anim_050087C0: + type: SM64:ANIM + offset: 0x87C0 + symbol: penguin_seg5_anim_050087C0 + +penguin_seg5_anim_05008B5C: + type: SM64:ANIM + offset: 0x8B5C + symbol: penguin_seg5_anim_05008B5C + +penguin_seg5_anims_05008B74: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 5 + offset: 0x8B74 + symbol: penguin_seg5_anims_05008B74 diff --git a/assets/ymls/jp/actors/piranha_plant/anims.yml b/assets/ymls/jp/actors/piranha_plant/anims.yml new file mode 100644 index 00000000..0bbeae7c --- /dev/null +++ b/assets/ymls/jp/actors/piranha_plant/anims.yml @@ -0,0 +1,64 @@ +:config: + autopads: false + compression: + offset: 0x1C2580 + segments: + - [0x06, 0x1C2580] + +piranha_plant_seg6_anim_06017C38: + type: SM64:ANIM + offset: 0x17C38 + symbol: piranha_plant_seg6_anim_06017C38 + +piranha_plant_seg6_anim_06017D88: + type: SM64:ANIM + offset: 0x17D88 + symbol: piranha_plant_seg6_anim_06017D88 + +piranha_plant_seg6_anim_060187B0: + type: SM64:ANIM + offset: 0x187B0 + symbol: piranha_plant_seg6_anim_060187B0 + +piranha_plant_seg6_anim_06018BA8: + type: SM64:ANIM + offset: 0x18BA8 + symbol: piranha_plant_seg6_anim_06018BA8 + +piranha_plant_seg6_anim_06019854: + type: SM64:ANIM + offset: 0x19854 + symbol: piranha_plant_seg6_anim_06019854 + +piranha_plant_seg6_anim_0601A014: + type: SM64:ANIM + offset: 0x1A014 + symbol: piranha_plant_seg6_anim_0601A014 + +piranha_plant_seg6_anim_0601AAE4: + type: SM64:ANIM + offset: 0x1AAE4 + symbol: piranha_plant_seg6_anim_0601AAE4 + +piranha_plant_seg6_anim_0601AF34: + type: SM64:ANIM + offset: 0x1AF34 + symbol: piranha_plant_seg6_anim_0601AF34 + +piranha_plant_seg6_anim_0601B634: + type: SM64:ANIM + offset: 0x1B634 + symbol: piranha_plant_seg6_anim_0601B634 + +piranha_plant_seg6_anim_0601C304: + type: SM64:ANIM + offset: 0x1C304 + symbol: piranha_plant_seg6_anim_0601C304 + +piranha_plant_seg6_anims_0601C31C: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 11 + offset: 0x1C31C + symbol: piranha_plant_seg6_anims_0601C31C diff --git a/assets/ymls/jp/actors/scuttlebug/anims.yml b/assets/ymls/jp/actors/scuttlebug/anims.yml new file mode 100644 index 00000000..ff4cdc6d --- /dev/null +++ b/assets/ymls/jp/actors/scuttlebug/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x1E6210 + segments: + - [0x06, 0x1E6210] + +scuttlebug_seg6_anim_0601504C: + type: SM64:ANIM + offset: 0x1504C + symbol: scuttlebug_seg6_anim_0601504C + +scuttlebug_seg6_anims_06015064: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 1 + offset: 0x15064 + symbol: scuttlebug_seg6_anims_06015064 diff --git a/assets/ymls/jp/actors/seaweed/anims.yml b/assets/ymls/jp/actors/seaweed/anims.yml new file mode 100644 index 00000000..0f55a807 --- /dev/null +++ b/assets/ymls/jp/actors/seaweed/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x1B8010 + segments: + - [0x06, 0x1B8010] + +seaweed_seg6_anim_0600A4BC: + type: SM64:ANIM + offset: 0xA4BC + symbol: seaweed_seg6_anim_0600A4BC + +seaweed_seg6_anims_0600A4D4: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 1 + offset: 0xA4D4 + symbol: seaweed_seg6_anims_0600A4D4 diff --git a/assets/ymls/jp/actors/skeeter/anims.yml b/assets/ymls/jp/actors/skeeter/anims.yml new file mode 100644 index 00000000..563f7545 --- /dev/null +++ b/assets/ymls/jp/actors/skeeter/anims.yml @@ -0,0 +1,34 @@ +:config: + autopads: false + compression: + offset: 0x1B8010 + segments: + - [0x06, 0x1B8010] + +skeeter_seg6_anim_06005D44: + type: SM64:ANIM + offset: 0x5D44 + symbol: skeeter_seg6_anim_06005D44 + +skeeter_seg6_anim_06006B70: + type: SM64:ANIM + offset: 0x6B70 + symbol: skeeter_seg6_anim_06006B70 + +skeeter_seg6_anim_060071E0: + type: SM64:ANIM + offset: 0x71E0 + symbol: skeeter_seg6_anim_060071E0 + +skeeter_seg6_anim_06007DC8: + type: SM64:ANIM + offset: 0x7DC8 + symbol: skeeter_seg6_anim_06007DC8 + +skeeter_seg6_anims_06007DE0: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 4 + offset: 0x7DE0 + symbol: skeeter_seg6_anims_06007DE0 diff --git a/assets/ymls/jp/actors/snowman/anims.yml b/assets/ymls/jp/actors/snowman/anims.yml new file mode 100644 index 00000000..49537fcc --- /dev/null +++ b/assets/ymls/jp/actors/snowman/anims.yml @@ -0,0 +1,24 @@ +:config: + autopads: false + compression: + offset: 0x15EA70 + segments: + - [0x05, 0x15EA70] + +snowman_seg5_anim_0500CED8: + type: SM64:ANIM + offset: 0xCED8 + symbol: snowman_seg5_anim_0500CED8 + +snowman_seg5_anim_0500D100: + type: SM64:ANIM + offset: 0xD100 + symbol: snowman_seg5_anim_0500D100 + +snowman_seg5_anims_0500D118: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 4 + offset: 0xD118 + symbol: snowman_seg5_anims_0500D118 diff --git a/assets/ymls/jp/actors/spindrift/anims.yml b/assets/ymls/jp/actors/spindrift/anims.yml new file mode 100644 index 00000000..9ac0889f --- /dev/null +++ b/assets/ymls/jp/actors/spindrift/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x15EA70 + segments: + - [0x05, 0x15EA70] + +spindrift_seg5_anim_050006AC: + type: SM64:ANIM + offset: 0x6AC + symbol: spindrift_seg5_anim_050006AC + +spindrift_seg5_anims_05002D68: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 4 + offset: 0x2D68 + symbol: spindrift_seg5_anims_05002D68 diff --git a/assets/ymls/jp/actors/spiny/anims.yml b/assets/ymls/jp/actors/spiny/anims.yml new file mode 100644 index 00000000..0c63a25e --- /dev/null +++ b/assets/ymls/jp/actors/spiny/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x17EF80 + segments: + - [0x05, 0x17EF80] + +spiny_seg5_anim_05016E94: + type: SM64:ANIM + offset: 0x16E94 + symbol: spiny_seg5_anim_05016E94 + +spiny_seg5_anims_05016EAC: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 3 + offset: 0x16EAC + symbol: spiny_seg5_anims_05016EAC diff --git a/assets/ymls/jp/actors/spiny_egg/anims.yml b/assets/ymls/jp/actors/spiny_egg/anims.yml new file mode 100644 index 00000000..0af6d2ef --- /dev/null +++ b/assets/ymls/jp/actors/spiny_egg/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x17EF80 + segments: + - [0x05, 0x17EF80] + +spiny_egg_seg5_anim_050157CC: + type: SM64:ANIM + offset: 0x157CC + symbol: spiny_egg_seg5_anim_050157CC + +spiny_egg_seg5_anims_050157E4: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 3 + offset: 0x157E4 + symbol: spiny_egg_seg5_anims_050157E4 diff --git a/assets/ymls/jp/actors/sushi/anims.yml b/assets/ymls/jp/actors/sushi/anims.yml new file mode 100644 index 00000000..9fbe0227 --- /dev/null +++ b/assets/ymls/jp/actors/sushi/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x139D10 + segments: + - [0x05, 0x139D10] + +sushi_seg5_anim_0500AE3C: + type: SM64:ANIM + offset: 0xAE3C + symbol: sushi_seg5_anim_0500AE3C + +sushi_seg5_anims_0500AE54: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 1 + offset: 0xAE54 + symbol: sushi_seg5_anims_0500AE54 diff --git a/assets/ymls/jp/actors/swoop/anims.yml b/assets/ymls/jp/actors/swoop/anims.yml new file mode 100644 index 00000000..6a9cf432 --- /dev/null +++ b/assets/ymls/jp/actors/swoop/anims.yml @@ -0,0 +1,24 @@ +:config: + autopads: false + compression: + offset: 0x1E6210 + segments: + - [0x06, 0x1E6210] + +swoop_seg6_anim_06006E88: + type: SM64:ANIM + offset: 0x6E88 + symbol: swoop_seg6_anim_06006E88 + +swoop_seg6_anim_060070B8: + type: SM64:ANIM + offset: 0x70B8 + symbol: swoop_seg6_anim_060070B8 + +swoop_seg6_anims_060070D0: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 2 + offset: 0x70D0 + symbol: swoop_seg6_anims_060070D0 diff --git a/assets/ymls/jp/actors/toad/anims.yml b/assets/ymls/jp/actors/toad/anims.yml new file mode 100644 index 00000000..626f8714 --- /dev/null +++ b/assets/ymls/jp/actors/toad/anims.yml @@ -0,0 +1,54 @@ +:config: + autopads: false + compression: + offset: 0x1D6660 + segments: + - [0x06, 0x1D6660] + +toad_seg6_anim_06008F7C: + type: SM64:ANIM + offset: 0x8F7C + symbol: toad_seg6_anim_06008F7C + +toad_seg6_anim_06009310: + type: SM64:ANIM + offset: 0x9310 + symbol: toad_seg6_anim_06009310 + +toad_seg6_anim_060099F0: + type: SM64:ANIM + offset: 0x99F0 + symbol: toad_seg6_anim_060099F0 + +toad_seg6_anim_0600A0D0: + type: SM64:ANIM + offset: 0xA0D0 + symbol: toad_seg6_anim_0600A0D0 + +toad_seg6_anim_0600B66C: + type: SM64:ANIM + offset: 0xB66C + symbol: toad_seg6_anim_0600B66C + +toad_seg6_anim_0600CE78: + type: SM64:ANIM + offset: 0xCE78 + symbol: toad_seg6_anim_0600CE78 + +toad_seg6_anim_0600E414: + type: SM64:ANIM + offset: 0xE414 + symbol: toad_seg6_anim_0600E414 + +toad_seg6_anim_0600FB40: + type: SM64:ANIM + offset: 0xFB40 + symbol: toad_seg6_anim_0600FB40 + +toad_seg6_anims_0600FB58: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 8 + offset: 0xFB58 + symbol: toad_seg6_anims_0600FB58 diff --git a/assets/ymls/jp/actors/ukiki/anims.yml b/assets/ymls/jp/actors/ukiki/anims.yml new file mode 100644 index 00000000..2cf731de --- /dev/null +++ b/assets/ymls/jp/actors/ukiki/anims.yml @@ -0,0 +1,79 @@ +:config: + autopads: false + compression: + offset: 0x1505D0 + segments: + - [0x05, 0x1505D0] + +ukiki_seg5_anim_0500D658: + type: SM64:ANIM + offset: 0xD658 + symbol: ukiki_seg5_anim_0500D658 + +ukiki_seg5_anim_0500DC80: + type: SM64:ANIM + offset: 0xDC80 + symbol: ukiki_seg5_anim_0500DC80 + +ukiki_seg5_anim_0500DDEC: + type: SM64:ANIM + offset: 0xDDEC + symbol: ukiki_seg5_anim_0500DDEC + +ukiki_seg5_anim_0500EACC: + type: SM64:ANIM + offset: 0xEACC + symbol: ukiki_seg5_anim_0500EACC + +ukiki_seg5_anim_0500EEA8: + type: SM64:ANIM + offset: 0xEEA8 + symbol: ukiki_seg5_anim_0500EEA8 + +ukiki_seg5_anim_0500F530: + type: SM64:ANIM + offset: 0xF530 + symbol: ukiki_seg5_anim_0500F530 + +ukiki_seg5_anim_0500FC84: + type: SM64:ANIM + offset: 0xFC84 + symbol: ukiki_seg5_anim_0500FC84 + +ukiki_seg5_anim_0501006C: + type: SM64:ANIM + offset: 0x1006C + symbol: ukiki_seg5_anim_0501006C + +ukiki_seg5_anim_050103F4: + type: SM64:ANIM + offset: 0x103F4 + symbol: ukiki_seg5_anim_050103F4 + +ukiki_seg5_anim_05012ABC: + type: SM64:ANIM + offset: 0x12ABC + symbol: ukiki_seg5_anim_05012ABC + +ukiki_seg5_anim_05014BE4: + type: SM64:ANIM + offset: 0x14BE4 + symbol: ukiki_seg5_anim_05014BE4 + +ukiki_seg5_anim_050153C4: + type: SM64:ANIM + offset: 0x153C4 + symbol: ukiki_seg5_anim_050153C4 + +ukiki_seg5_anim_0501576C: + type: SM64:ANIM + offset: 0x1576C + symbol: ukiki_seg5_anim_0501576C + +ukiki_seg5_anims_05015784: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 15 + offset: 0x15784 + symbol: ukiki_seg5_anims_05015784 diff --git a/assets/ymls/jp/actors/unagi/anims.yml b/assets/ymls/jp/actors/unagi/anims.yml new file mode 100644 index 00000000..93be3c88 --- /dev/null +++ b/assets/ymls/jp/actors/unagi/anims.yml @@ -0,0 +1,49 @@ +:config: + autopads: false + compression: + offset: 0x139D10 + segments: + - [0x05, 0x139D10] + +unagi_seg5_anim_0500FBF4: + type: SM64:ANIM + offset: 0xFBF4 + symbol: unagi_seg5_anim_0500FBF4 + +unagi_seg5_anim_05010488: + type: SM64:ANIM + offset: 0x10488 + symbol: unagi_seg5_anim_05010488 + +unagi_seg5_anim_05010B54: + type: SM64:ANIM + offset: 0x10B54 + symbol: unagi_seg5_anim_05010B54 + +unagi_seg5_anim_05011488: + type: SM64:ANIM + offset: 0x11488 + symbol: unagi_seg5_anim_05011488 + +unagi_seg5_anim_05011890: + type: SM64:ANIM + offset: 0x11890 + symbol: unagi_seg5_anim_05011890 + +unagi_seg5_anim_05011D40: + type: SM64:ANIM + offset: 0x11D40 + symbol: unagi_seg5_anim_05011D40 + +unagi_seg5_anim_0501280C: + type: SM64:ANIM + offset: 0x1280C + symbol: unagi_seg5_anim_0501280C + +unagi_seg5_anims_05012824: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 7 + offset: 0x12824 + symbol: unagi_seg5_anims_05012824 diff --git a/assets/ymls/jp/actors/water_ring/anims.yml b/assets/ymls/jp/actors/water_ring/anims.yml new file mode 100644 index 00000000..5a3546a7 --- /dev/null +++ b/assets/ymls/jp/actors/water_ring/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x1B8010 + segments: + - [0x06, 0x1B8010] + +water_ring_seg6_anim_06013F64: + type: SM64:ANIM + offset: 0x13F64 + symbol: water_ring_seg6_anim_06013F64 + +water_ring_seg6_anims_06013F7C: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 3 + offset: 0x13F7C + symbol: water_ring_seg6_anims_06013F7C diff --git a/assets/ymls/jp/actors/whomp/anims.yml b/assets/ymls/jp/actors/whomp/anims.yml new file mode 100644 index 00000000..5b92362b --- /dev/null +++ b/assets/ymls/jp/actors/whomp/anims.yml @@ -0,0 +1,24 @@ +:config: + autopads: false + compression: + offset: 0x1C2580 + segments: + - [0x06, 0x1C2580] + +whomp_seg6_anim_060202DC: + type: SM64:ANIM + offset: 0x202DC + symbol: whomp_seg6_anim_060202DC + +whomp_seg6_anim_060209EC: + type: SM64:ANIM + offset: 0x209EC + symbol: whomp_seg6_anim_060209EC + +whomp_seg6_anims_06020A04: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 2 + offset: 0x20A04 + symbol: whomp_seg6_anims_06020A04 diff --git a/assets/ymls/jp/actors/wiggler_body/anims.yml b/assets/ymls/jp/actors/wiggler_body/anims.yml new file mode 100644 index 00000000..b713fa43 --- /dev/null +++ b/assets/ymls/jp/actors/wiggler_body/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x17EF80 + segments: + - [0x05, 0x17EF80] + +wiggler_seg5_anim_0500C760: + type: SM64:ANIM + offset: 0xC760 + symbol: wiggler_seg5_anim_0500C760 + +wiggler_seg5_anims_0500C874: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 1 + offset: 0xC874 + symbol: wiggler_seg5_anims_0500C874 diff --git a/assets/ymls/jp/actors/wiggler_head/anims.yml b/assets/ymls/jp/actors/wiggler_head/anims.yml new file mode 100644 index 00000000..26572bd9 --- /dev/null +++ b/assets/ymls/jp/actors/wiggler_head/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x17EF80 + segments: + - [0x05, 0x17EF80] + +wiggler_seg5_anim_0500EC74: + type: SM64:ANIM + offset: 0xEC74 + symbol: wiggler_seg5_anim_0500EC74 + +wiggler_seg5_anims_0500EC8C: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 2 + offset: 0xEC8C + symbol: wiggler_seg5_anims_0500EC8C diff --git a/assets/ymls/jp/actors/yoshi/anims.yml b/assets/ymls/jp/actors/yoshi/anims.yml new file mode 100644 index 00000000..b7026109 --- /dev/null +++ b/assets/ymls/jp/actors/yoshi/anims.yml @@ -0,0 +1,29 @@ +:config: + autopads: false + compression: + offset: 0x16BC70 + segments: + - [0x05, 0x16BC70] + +yoshi_seg5_anim_050233A4: + type: SM64:ANIM + offset: 0x233A4 + symbol: yoshi_seg5_anim_050233A4 + +yoshi_seg5_anim_05023E4C: + type: SM64:ANIM + offset: 0x23E4C + symbol: yoshi_seg5_anim_05023E4C + +yoshi_seg5_anim_050240E8: + type: SM64:ANIM + offset: 0x240E8 + symbol: yoshi_seg5_anim_050240E8 + +yoshi_seg5_anims_05024100: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 4 + offset: 0x24100 + symbol: yoshi_seg5_anims_05024100 diff --git a/assets/ymls/us/actors/amp/anims.yml b/assets/ymls/us/actors/amp/anims.yml new file mode 100644 index 00000000..d0d278bc --- /dev/null +++ b/assets/ymls/us/actors/amp/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x1F2200 + segments: + - [0x08, 0x1F2200] + +amp_animation: + type: SM64:ANIM + offset: 0x401C + symbol: dAmpAnimation + +amp_anims_list: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 1 + offset: 0x4034 + symbol: dAmpAnimsList diff --git a/assets/ymls/us/actors/bird/anims.yml b/assets/ymls/us/actors/bird/anims.yml new file mode 100644 index 00000000..b8a787c0 --- /dev/null +++ b/assets/ymls/us/actors/bird/anims.yml @@ -0,0 +1,24 @@ +:config: + autopads: false + compression: + offset: 0x16D870 + segments: + - [0x05, 0x16D870] + +birds_seg5_anim_050008D0: + type: SM64:ANIM + offset: 0x8D0 + symbol: birds_seg5_anim_050008D0 + +birds_seg5_anim_050009D0: + type: SM64:ANIM + offset: 0x9D0 + symbol: birds_seg5_anim_050009D0 + +birds_seg5_anims_050009E8: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 2 + offset: 0x9E8 + symbol: birds_seg5_anims_050009E8 diff --git a/assets/ymls/us/actors/blargg/anims.yml b/assets/ymls/us/actors/blargg/anims.yml new file mode 100644 index 00000000..90892ae9 --- /dev/null +++ b/assets/ymls/us/actors/blargg/anims.yml @@ -0,0 +1,24 @@ +:config: + autopads: false + compression: + offset: 0x132C60 + segments: + - [0x05, 0x132C60] + +blargg_seg5_anim_05006070: + type: SM64:ANIM + offset: 0x6070 + symbol: blargg_seg5_anim_05006070 + +blargg_seg5_anim_05006154: + type: SM64:ANIM + offset: 0x6154 + symbol: blargg_seg5_anim_05006154 + +blargg_seg5_anims_0500616C: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 3 + offset: 0x616C + symbol: blargg_seg5_anims_0500616C diff --git a/assets/ymls/us/actors/blue_fish/anims.yml b/assets/ymls/us/actors/blue_fish/anims.yml new file mode 100644 index 00000000..de773a39 --- /dev/null +++ b/assets/ymls/us/actors/blue_fish/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x201410 + segments: + - [0x03, 0x201410] + +blue_fish_seg3_anim_0301C298: + type: SM64:ANIM + offset: 0x1C298 + symbol: blue_fish_seg3_anim_0301C298 + +blue_fish_seg3_anims_0301C2B0: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 2 + offset: 0x1C2B0 + symbol: blue_fish_seg3_anims_0301C2B0 diff --git a/assets/ymls/us/actors/bobomb/anims.yml b/assets/ymls/us/actors/bobomb/anims.yml new file mode 100644 index 00000000..c1e87b02 --- /dev/null +++ b/assets/ymls/us/actors/bobomb/anims.yml @@ -0,0 +1,24 @@ +:config: + autopads: false + compression: + offset: 0x1F2200 + segments: + - [0x08, 0x1F2200] + +bobomb_seg8_anim_080237FC: + type: SM64:ANIM + offset: 0x237FC + symbol: bobomb_seg8_anim_080237FC + +bobomb_seg8_anim_08023954: + type: SM64:ANIM + offset: 0x23954 + symbol: bobomb_seg8_anim_08023954 + +bobomb_seg8_anims_0802396C: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 3 + offset: 0x2396C + symbol: bobomb_seg8_anims_0802396C diff --git a/assets/ymls/us/actors/bookend/anims.yml b/assets/ymls/us/actors/bookend/anims.yml new file mode 100644 index 00000000..52b26aa2 --- /dev/null +++ b/assets/ymls/us/actors/bookend/anims.yml @@ -0,0 +1,29 @@ +:config: + autopads: false + compression: + offset: 0x166C60 + segments: + - [0x05, 0x166C60] + +bookend_seg5_anim_050023F4: + type: SM64:ANIM + offset: 0x23F4 + symbol: bookend_seg5_anim_050023F4 + +bookend_seg5_anim_05002510: + type: SM64:ANIM + offset: 0x2510 + symbol: bookend_seg5_anim_05002510 + +bookend_seg5_anim_05002528: + type: SM64:ANIM + offset: 0x2528 + symbol: bookend_seg5_anim_05002528 + +bookend_seg5_anims_05002540: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 4 + offset: 0x2540 + symbol: bookend_seg5_anims_05002540 diff --git a/assets/ymls/us/actors/bowser/anims.yml b/assets/ymls/us/actors/bowser/anims.yml new file mode 100644 index 00000000..1b98ffb2 --- /dev/null +++ b/assets/ymls/us/actors/bowser/anims.yml @@ -0,0 +1,149 @@ +:config: + autopads: false + compression: + offset: 0x188440 + segments: + - [0x06, 0x188440] + +bowser_seg6_anim_060445EC: + type: SM64:ANIM + offset: 0x4473C + symbol: bowser_seg6_anim_060445EC + +bowser_seg6_anim_060453C8: + type: SM64:ANIM + offset: 0x45518 + symbol: bowser_seg6_anim_060453C8 + +bowser_seg6_anim_06045D28: + type: SM64:ANIM + offset: 0x45E78 + symbol: bowser_seg6_anim_06045D28 + +bowser_seg6_anim_0604671C: + type: SM64:ANIM + offset: 0x4686C + symbol: bowser_seg6_anim_0604671C + +bowser_seg6_anim_0604675C: + type: SM64:ANIM + offset: 0x468AC + symbol: bowser_seg6_anim_0604675C + +bowser_seg6_anim_06048200: + type: SM64:ANIM + offset: 0x48350 + symbol: bowser_seg6_anim_06048200 + +bowser_seg6_anim_06049880: + type: SM64:ANIM + offset: 0x499D0 + symbol: bowser_seg6_anim_06049880 + +bowser_seg6_anim_0604A8E4: + type: SM64:ANIM + offset: 0x4AA34 + symbol: bowser_seg6_anim_0604A8E4 + +bowser_seg6_anim_0604B178: + type: SM64:ANIM + offset: 0x4B2C8 + symbol: bowser_seg6_anim_0604B178 + +bowser_seg6_anim_0604B8CC: + type: SM64:ANIM + offset: 0x4BA1C + symbol: bowser_seg6_anim_0604B8CC + +bowser_seg6_anim_0604D184: + type: SM64:ANIM + offset: 0x4D2D4 + symbol: bowser_seg6_anim_0604D184 + +bowser_seg6_anim_0604E5A0: + type: SM64:ANIM + offset: 0x4E6F0 + symbol: bowser_seg6_anim_0604E5A0 + +bowser_seg6_anim_0604F030: + type: SM64:ANIM + offset: 0x4F180 + symbol: bowser_seg6_anim_0604F030 + +bowser_seg6_anim_0604FF4C: + type: SM64:ANIM + offset: 0x5009C + symbol: bowser_seg6_anim_0604FF4C + +bowser_seg6_anim_06050530: + type: SM64:ANIM + offset: 0x50680 + symbol: bowser_seg6_anim_06050530 + +bowser_seg6_anim_060514E8: + type: SM64:ANIM + offset: 0x51638 + symbol: bowser_seg6_anim_060514E8 + +bowser_seg6_anim_06051C68: + type: SM64:ANIM + offset: 0x51DB8 + symbol: bowser_seg6_anim_06051C68 + +bowser_seg6_anim_06052680: + type: SM64:ANIM + offset: 0x527D0 + symbol: bowser_seg6_anim_06052680 + +bowser_seg6_anim_06052D94: + type: SM64:ANIM + offset: 0x52EE4 + symbol: bowser_seg6_anim_06052D94 + +bowser_seg6_anim_060534F4: + type: SM64:ANIM + offset: 0x53644 + symbol: bowser_seg6_anim_060534F4 + +bowser_seg6_anim_06053B8C: + type: SM64:ANIM + offset: 0x53CDC + symbol: bowser_seg6_anim_06053B8C + +bowser_seg6_anim_06054290: + type: SM64:ANIM + offset: 0x543E0 + symbol: bowser_seg6_anim_06054290 + +bowser_seg6_anim_06054950: + type: SM64:ANIM + offset: 0x54AA0 + symbol: bowser_seg6_anim_06054950 + +bowser_seg6_anim_06055210: + type: SM64:ANIM + offset: 0x55360 + symbol: bowser_seg6_anim_06055210 + +bowser_seg6_anim_06055984: + type: SM64:ANIM + offset: 0x55AD4 + symbol: bowser_seg6_anim_06055984 + +bowser_seg6_anim_06056774: + type: SM64:ANIM + offset: 0x568C4 + symbol: bowser_seg6_anim_06056774 + +bowser_seg6_anim_06057678: + type: SM64:ANIM + offset: 0x577C8 + symbol: bowser_seg6_anim_06057678 + +bowser_seg6_anims_06057690: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 27 + offset: 0x577E0 + symbol: bowser_seg6_anims_06057690 diff --git a/assets/ymls/us/actors/bowser_key/anims.yml b/assets/ymls/us/actors/bowser_key/anims.yml new file mode 100644 index 00000000..67efc9bf --- /dev/null +++ b/assets/ymls/us/actors/bowser_key/anims.yml @@ -0,0 +1,24 @@ +:config: + autopads: false + compression: + offset: 0x201410 + segments: + - [0x03, 0x201410] + +bowser_key_seg3_anim_course_exit: + type: SM64:ANIM + offset: 0x16BE8 + symbol: bowser_key_seg3_anim_course_exit + +bowser_key_seg3_anim_unlock_door: + type: SM64:ANIM + offset: 0x172B8 + symbol: bowser_key_seg3_anim_unlock_door + +bowser_key_seg3_anims_list: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 2 + offset: 0x172D0 + symbol: bowser_key_seg3_anims_list diff --git a/assets/ymls/us/actors/bub/anims.yml b/assets/ymls/us/actors/bub/anims.yml new file mode 100644 index 00000000..e3548f46 --- /dev/null +++ b/assets/ymls/us/actors/bub/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x1B9CC0 + segments: + - [0x06, 0x1B9CC0] + +bub_seg6_anim_0601233C: + type: SM64:ANIM + offset: 0x1233C + symbol: bub_seg6_anim_0601233C + +bub_seg6_anims_06012354: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 3 + offset: 0x12354 + symbol: bub_seg6_anims_06012354 diff --git a/assets/ymls/us/actors/bully/anims.yml b/assets/ymls/us/actors/bully/anims.yml new file mode 100644 index 00000000..c373caf1 --- /dev/null +++ b/assets/ymls/us/actors/bully/anims.yml @@ -0,0 +1,34 @@ +:config: + autopads: false + compression: + offset: 0x132C60 + segments: + - [0x05, 0x132C60] + +bully_seg5_anim_050042A4: + type: SM64:ANIM + offset: 0x42A4 + symbol: bully_seg5_anim_050042A4 + +bully_seg5_anim_050043D8: + type: SM64:ANIM + offset: 0x43D8 + symbol: bully_seg5_anim_050043D8 + +bully_seg5_anim_05004598: + type: SM64:ANIM + offset: 0x4598 + symbol: bully_seg5_anim_05004598 + +bully_seg5_anim_050046F4: + type: SM64:ANIM + offset: 0x46F4 + symbol: bully_seg5_anim_050046F4 + +bully_seg5_anims_0500470C: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 5 + offset: 0x470C + symbol: bully_seg5_anims_0500470C diff --git a/assets/ymls/us/actors/butterfly/anims.yml b/assets/ymls/us/actors/butterfly/anims.yml new file mode 100644 index 00000000..54c140cd --- /dev/null +++ b/assets/ymls/us/actors/butterfly/anims.yml @@ -0,0 +1,24 @@ +:config: + autopads: false + compression: + offset: 0x201410 + segments: + - [0x03, 0x201410] + +butterfly_seg3_anim_030055B0: + type: SM64:ANIM + offset: 0x55B0 + symbol: butterfly_seg3_anim_030055B0 + +butterfly_seg3_anim_03005698: + type: SM64:ANIM + offset: 0x5698 + symbol: butterfly_seg3_anim_03005698 + +butterfly_seg3_anims_030056B0: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 2 + offset: 0x56B0 + symbol: butterfly_seg3_anims_030056B0 diff --git a/assets/ymls/us/actors/chain_chomp/anims.yml b/assets/ymls/us/actors/chain_chomp/anims.yml new file mode 100644 index 00000000..5a869bb2 --- /dev/null +++ b/assets/ymls/us/actors/chain_chomp/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x1C4230 + segments: + - [0x06, 0x1C4230] + +chain_chomp_seg6_anim_06025160: + type: SM64:ANIM + offset: 0x25160 + symbol: chain_chomp_seg6_anim_06025160 + +chain_chomp_seg6_anims_06025178: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 2 + offset: 0x25178 + symbol: chain_chomp_seg6_anims_06025178 diff --git a/assets/ymls/us/actors/chair/anims.yml b/assets/ymls/us/actors/chair/anims.yml new file mode 100644 index 00000000..bf07a86c --- /dev/null +++ b/assets/ymls/us/actors/chair/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x166C60 + segments: + - [0x05, 0x166C60] + +chair_seg5_anim_0500576C: + type: SM64:ANIM + offset: 0x576C + symbol: chair_seg5_anim_0500576C + +chair_seg5_anims_05005784: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 1 + offset: 0x5784 + symbol: chair_seg5_anims_05005784 diff --git a/assets/ymls/us/actors/chillychief/anims.yml b/assets/ymls/us/actors/chillychief/anims.yml new file mode 100644 index 00000000..a227dbd8 --- /dev/null +++ b/assets/ymls/us/actors/chillychief/anims.yml @@ -0,0 +1,34 @@ +:config: + autopads: false + compression: + offset: 0x1E51F0 + segments: + - [0x06, 0x1E51F0] + +chilly_chief_seg6_anim_060032EC: + type: SM64:ANIM + offset: 0x32EC + symbol: chilly_chief_seg6_anim_060032EC + +chilly_chief_seg6_anim_06003420: + type: SM64:ANIM + offset: 0x3420 + symbol: chilly_chief_seg6_anim_06003420 + +chilly_chief_seg6_anim_060035E0: + type: SM64:ANIM + offset: 0x35E0 + symbol: chilly_chief_seg6_anim_060035E0 + +chilly_chief_seg6_anim_0600373C: + type: SM64:ANIM + offset: 0x373C + symbol: chilly_chief_seg6_anim_0600373C + +chilly_chief_seg6_anims_06003994: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 5 + offset: 0x3994 + symbol: chilly_chief_seg6_anims_06003994 diff --git a/assets/ymls/us/actors/chuckya/anims.yml b/assets/ymls/us/actors/chuckya/anims.yml new file mode 100644 index 00000000..01dcc4bc --- /dev/null +++ b/assets/ymls/us/actors/chuckya/anims.yml @@ -0,0 +1,44 @@ +:config: + autopads: false + compression: + offset: 0x1F2200 + segments: + - [0x08, 0x1F2200] + +chuckya_seg8_anim_0800AF68: + type: SM64:ANIM + offset: 0xAF68 + symbol: chuckya_seg8_anim_0800AF68 + +chuckya_seg8_anim_0800B1A8: + type: SM64:ANIM + offset: 0xB1A8 + symbol: chuckya_seg8_anim_0800B1A8 + +chuckya_seg8_anim_0800B4A8: + type: SM64:ANIM + offset: 0xB4A8 + symbol: chuckya_seg8_anim_0800B4A8 + +chuckya_seg8_anim_0800B9F8: + type: SM64:ANIM + offset: 0xB9F8 + symbol: chuckya_seg8_anim_0800B9F8 + +chuckya_seg8_anim_0800BBEC: + type: SM64:ANIM + offset: 0xBBEC + symbol: chuckya_seg8_anim_0800BBEC + +chuckya_seg8_anim_0800C058: + type: SM64:ANIM + offset: 0xC058 + symbol: chuckya_seg8_anim_0800C058 + +chuckya_seg8_anims_0800C070: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 6 + offset: 0xC070 + symbol: chuckya_seg8_anims_0800C070 diff --git a/assets/ymls/us/actors/clam_shell/anims.yml b/assets/ymls/us/actors/clam_shell/anims.yml new file mode 100644 index 00000000..32e039d5 --- /dev/null +++ b/assets/ymls/us/actors/clam_shell/anims.yml @@ -0,0 +1,24 @@ +:config: + autopads: false + compression: + offset: 0x13B910 + segments: + - [0x05, 0x13B910] + +clam_shell_seg5_anim_05001654: + type: SM64:ANIM + offset: 0x1654 + symbol: clam_shell_seg5_anim_05001654 + +clam_shell_seg5_anim_0500172C: + type: SM64:ANIM + offset: 0x172C + symbol: clam_shell_seg5_anim_0500172C + +clam_shell_seg5_anims_05001744: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 3 + offset: 0x1744 + symbol: clam_shell_seg5_anims_05001744 diff --git a/assets/ymls/us/actors/cyan_fish/anims.yml b/assets/ymls/us/actors/cyan_fish/anims.yml new file mode 100644 index 00000000..9e9d94ab --- /dev/null +++ b/assets/ymls/us/actors/cyan_fish/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x1B9CC0 + segments: + - [0x06, 0x1B9CC0] + +cyan_fish_seg6_anim_0600E24C: + type: SM64:ANIM + offset: 0xE24C + symbol: cyan_fish_seg6_anim_0600E24C + +cyan_fish_seg6_anims_0600E264: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 3 + offset: 0xE264 + symbol: cyan_fish_seg6_anims_0600E264 diff --git a/assets/ymls/us/actors/door/anims.yml b/assets/ymls/us/actors/door/anims.yml new file mode 100644 index 00000000..87d2df8c --- /dev/null +++ b/assets/ymls/us/actors/door/anims.yml @@ -0,0 +1,39 @@ +:config: + autopads: false + compression: + offset: 0x201410 + segments: + - [0x03, 0x201410] + +door_seg3_anim_03015208: + type: SM64:ANIM + offset: 0x15208 + symbol: door_seg3_anim_03015208 + +door_seg3_anim_03015440: + type: SM64:ANIM + offset: 0x15440 + symbol: door_seg3_anim_03015440 + +door_seg3_anim_03015458: + type: SM64:ANIM + offset: 0x15458 + symbol: door_seg3_anim_03015458 + +door_seg3_anim_03015690: + type: SM64:ANIM + offset: 0x15690 + symbol: door_seg3_anim_03015690 + +door_seg3_anim_030156A8: + type: SM64:ANIM + offset: 0x156A8 + symbol: door_seg3_anim_030156A8 + +door_seg3_anims_030156C0: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 6 + offset: 0x156C0 + symbol: door_seg3_anims_030156C0 diff --git a/assets/ymls/us/actors/dorrie/anims.yml b/assets/ymls/us/actors/dorrie/anims.yml new file mode 100644 index 00000000..e142c744 --- /dev/null +++ b/assets/ymls/us/actors/dorrie/anims.yml @@ -0,0 +1,29 @@ +:config: + autopads: false + compression: + offset: 0x1E7EE0 + segments: + - [0x06, 0x1E7EE0] + +dorrie_seg6_anim_0600E18C: + type: SM64:ANIM + offset: 0xE18C + symbol: dorrie_seg6_anim_0600E18C + +dorrie_seg6_anim_0600E9BC: + type: SM64:ANIM + offset: 0xE9BC + symbol: dorrie_seg6_anim_0600E9BC + +dorrie_seg6_anim_0600F620: + type: SM64:ANIM + offset: 0xF620 + symbol: dorrie_seg6_anim_0600F620 + +dorrie_seg6_anims_0600F638: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 3 + offset: 0xF638 + symbol: dorrie_seg6_anims_0600F638 diff --git a/assets/ymls/us/actors/eyerok/anims.yml b/assets/ymls/us/actors/eyerok/anims.yml new file mode 100644 index 00000000..010d6093 --- /dev/null +++ b/assets/ymls/us/actors/eyerok/anims.yml @@ -0,0 +1,54 @@ +:config: + autopads: false + compression: + offset: 0x145E90 + segments: + - [0x05, 0x145E90] + +eyerok_seg5_anim_0500D270: + type: SM64:ANIM + offset: 0xD270 + symbol: eyerok_seg5_anim_0500D270 + +eyerok_seg5_anim_0500DF50: + type: SM64:ANIM + offset: 0xDF50 + symbol: eyerok_seg5_anim_0500DF50 + +eyerok_seg5_anim_0500E1D8: + type: SM64:ANIM + offset: 0xE1D8 + symbol: eyerok_seg5_anim_0500E1D8 + +eyerok_seg5_anim_0500E99C: + type: SM64:ANIM + offset: 0xE99C + symbol: eyerok_seg5_anim_0500E99C + +eyerok_seg5_anim_0500F3D8: + type: SM64:ANIM + offset: 0xF3D8 + symbol: eyerok_seg5_anim_0500F3D8 + +eyerok_seg5_anim_0500F3F0: + type: SM64:ANIM + offset: 0xF3F0 + symbol: eyerok_seg5_anim_0500F3F0 + +eyerok_seg5_anim_0500FCCC: + type: SM64:ANIM + offset: 0xFCCC + symbol: eyerok_seg5_anim_0500FCCC + +eyerok_seg5_anim_050116CC: + type: SM64:ANIM + offset: 0x116CC + symbol: eyerok_seg5_anim_050116CC + +eyerok_seg5_anims_050116E4: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 9 + offset: 0x116E4 + symbol: eyerok_seg5_anims_050116E4 diff --git a/assets/ymls/us/actors/flyguy/anims.yml b/assets/ymls/us/actors/flyguy/anims.yml new file mode 100644 index 00000000..d7900543 --- /dev/null +++ b/assets/ymls/us/actors/flyguy/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x1F2200 + segments: + - [0x08, 0x1F2200] + +flyguy_seg8_anim_08011A4C: + type: SM64:ANIM + offset: 0x11A4C + symbol: flyguy_seg8_anim_08011A4C + +flyguy_seg8_anims_08011A64: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 3 + offset: 0x11A64 + symbol: flyguy_seg8_anims_08011A64 diff --git a/assets/ymls/us/actors/goomba/anims.yml b/assets/ymls/us/actors/goomba/anims.yml new file mode 100644 index 00000000..b94a0bf5 --- /dev/null +++ b/assets/ymls/us/actors/goomba/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x1F2200 + segments: + - [0x08, 0x1F2200] + +goomba_seg8_anim_0801DA34: + type: SM64:ANIM + offset: 0x1DA34 + symbol: goomba_seg8_anim_0801DA34 + +goomba_seg8_anims_0801DA4C: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 3 + offset: 0x1DA4C + symbol: goomba_seg8_anims_0801DA4C diff --git a/assets/ymls/us/actors/heave_ho/anims.yml b/assets/ymls/us/actors/heave_ho/anims.yml new file mode 100644 index 00000000..69dbd5c7 --- /dev/null +++ b/assets/ymls/us/actors/heave_ho/anims.yml @@ -0,0 +1,29 @@ +:config: + autopads: false + compression: + offset: 0x12A7E0 + segments: + - [0x05, 0x12A7E0] + +heave_ho_seg5_anim_05014F28: + type: SM64:ANIM + offset: 0x14F28 + symbol: heave_ho_seg5_anim_05014F28 + +heave_ho_seg5_anim_05015118: + type: SM64:ANIM + offset: 0x15118 + symbol: heave_ho_seg5_anim_05015118 + +heave_ho_seg5_anim_05015334: + type: SM64:ANIM + offset: 0x15334 + symbol: heave_ho_seg5_anim_05015334 + +heave_ho_seg5_anims_0501534C: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 3 + offset: 0x1534C + symbol: heave_ho_seg5_anims_0501534C diff --git a/assets/ymls/us/actors/hoot/anims.yml b/assets/ymls/us/actors/hoot/anims.yml new file mode 100644 index 00000000..e1f43c05 --- /dev/null +++ b/assets/ymls/us/actors/hoot/anims.yml @@ -0,0 +1,24 @@ +:config: + autopads: false + compression: + offset: 0x12A7E0 + segments: + - [0x05, 0x12A7E0] + +hoot_seg5_anim_050053EC: + type: SM64:ANIM + offset: 0x53EC + symbol: hoot_seg5_anim_050053EC + +hoot_seg5_anim_05005750: + type: SM64:ANIM + offset: 0x5750 + symbol: hoot_seg5_anim_05005750 + +hoot_seg5_anims_05005768: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 2 + offset: 0x5768 + symbol: hoot_seg5_anims_05005768 diff --git a/assets/ymls/us/actors/king_bobomb/anims.yml b/assets/ymls/us/actors/king_bobomb/anims.yml new file mode 100644 index 00000000..a78c2960 --- /dev/null +++ b/assets/ymls/us/actors/king_bobomb/anims.yml @@ -0,0 +1,74 @@ +:config: + autopads: false + compression: + offset: 0x134D20 + segments: + - [0x05, 0x134D20] + +king_bobomb_seg5_anim_0500BDFC: + type: SM64:ANIM + offset: 0xBDFC + symbol: king_bobomb_seg5_anim_0500BDFC + +king_bobomb_seg5_anim_0500C2AC: + type: SM64:ANIM + offset: 0xC2AC + symbol: king_bobomb_seg5_anim_0500C2AC + +king_bobomb_seg5_anim_0500C520: + type: SM64:ANIM + offset: 0xC520 + symbol: king_bobomb_seg5_anim_0500C520 + +king_bobomb_seg5_anim_0500C774: + type: SM64:ANIM + offset: 0xC774 + symbol: king_bobomb_seg5_anim_0500C774 + +king_bobomb_seg5_anim_0500CFCC: + type: SM64:ANIM + offset: 0xCFCC + symbol: king_bobomb_seg5_anim_0500CFCC + +king_bobomb_seg5_anim_0500D5B0: + type: SM64:ANIM + offset: 0xD5B0 + symbol: king_bobomb_seg5_anim_0500D5B0 + +king_bobomb_seg5_anim_0500D978: + type: SM64:ANIM + offset: 0xD978 + symbol: king_bobomb_seg5_anim_0500D978 + +king_bobomb_seg5_anim_0500DDD8: + type: SM64:ANIM + offset: 0xDDD8 + symbol: king_bobomb_seg5_anim_0500DDD8 + +king_bobomb_seg5_anim_0500E10C: + type: SM64:ANIM + offset: 0xE10C + symbol: king_bobomb_seg5_anim_0500E10C + +king_bobomb_seg5_anim_0500F078: + type: SM64:ANIM + offset: 0xF078 + symbol: king_bobomb_seg5_anim_0500F078 + +king_bobomb_seg5_anim_0500F6C8: + type: SM64:ANIM + offset: 0xF6C8 + symbol: king_bobomb_seg5_anim_0500F6C8 + +king_bobomb_seg5_anim_0500FE18: + type: SM64:ANIM + offset: 0xFE18 + symbol: king_bobomb_seg5_anim_0500FE18 + +king_bobomb_seg5_anims_0500FE30: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 12 + offset: 0xFE30 + symbol: king_bobomb_seg5_anims_0500FE30 diff --git a/assets/ymls/us/actors/klepto/anims.yml b/assets/ymls/us/actors/klepto/anims.yml new file mode 100644 index 00000000..c3624698 --- /dev/null +++ b/assets/ymls/us/actors/klepto/anims.yml @@ -0,0 +1,49 @@ +:config: + autopads: false + compression: + offset: 0x145E90 + segments: + - [0x05, 0x145E90] + +klepto_seg5_anim_05005E44: + type: SM64:ANIM + offset: 0x5E44 + symbol: klepto_seg5_anim_05005E44 + +klepto_seg5_anim_05007574: + type: SM64:ANIM + offset: 0x7574 + symbol: klepto_seg5_anim_05007574 + +klepto_seg5_anim_050079B0: + type: SM64:ANIM + offset: 0x79B0 + symbol: klepto_seg5_anim_050079B0 + +klepto_seg5_anim_05007E34: + type: SM64:ANIM + offset: 0x7E34 + symbol: klepto_seg5_anim_05007E34 + +klepto_seg5_anim_050086C0: + type: SM64:ANIM + offset: 0x86C0 + symbol: klepto_seg5_anim_050086C0 + +klepto_seg5_anim_05008A18: + type: SM64:ANIM + offset: 0x8A18 + symbol: klepto_seg5_anim_05008A18 + +klepto_seg5_anim_05008CE4: + type: SM64:ANIM + offset: 0x8CE4 + symbol: klepto_seg5_anim_05008CE4 + +klepto_seg5_anims_05008CFC: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 9 + offset: 0x8CFC + symbol: klepto_seg5_anims_05008CFC diff --git a/assets/ymls/us/actors/koopa/anims.yml b/assets/ymls/us/actors/koopa/anims.yml new file mode 100644 index 00000000..7376dbaa --- /dev/null +++ b/assets/ymls/us/actors/koopa/anims.yml @@ -0,0 +1,84 @@ +:config: + autopads: false + compression: + offset: 0x1C4230 + segments: + - [0x06, 0x1C4230] + +koopa_seg6_anim_0600CC24: + type: SM64:ANIM + offset: 0xCC24 + symbol: koopa_seg6_anim_0600CC24 + +koopa_seg6_anim_0600CFB8: + type: SM64:ANIM + offset: 0xCFB8 + symbol: koopa_seg6_anim_0600CFB8 + +koopa_seg6_anim_0600D518: + type: SM64:ANIM + offset: 0xD518 + symbol: koopa_seg6_anim_0600D518 + +koopa_seg6_anim_0600D804: + type: SM64:ANIM + offset: 0xD804 + symbol: koopa_seg6_anim_0600D804 + +koopa_seg6_anim_0600DD90: + type: SM64:ANIM + offset: 0xDD90 + symbol: koopa_seg6_anim_0600DD90 + +koopa_seg6_anim_0600E32C: + type: SM64:ANIM + offset: 0xE32C + symbol: koopa_seg6_anim_0600E32C + +koopa_seg6_anim_0600E928: + type: SM64:ANIM + offset: 0xE928 + symbol: koopa_seg6_anim_0600E928 + +koopa_seg6_anim_0600F3EC: + type: SM64:ANIM + offset: 0xF3EC + symbol: koopa_seg6_anim_0600F3EC + +koopa_seg6_anim_0600FB1C: + type: SM64:ANIM + offset: 0xFB1C + symbol: koopa_seg6_anim_0600FB1C + +koopa_seg6_anim_06010258: + type: SM64:ANIM + offset: 0x10258 + symbol: koopa_seg6_anim_06010258 + +koopa_seg6_anim_06010634: + type: SM64:ANIM + offset: 0x10634 + symbol: koopa_seg6_anim_06010634 + +koopa_seg6_anim_06010E48: + type: SM64:ANIM + offset: 0x10E48 + symbol: koopa_seg6_anim_06010E48 + +koopa_seg6_anim_060110D8: + type: SM64:ANIM + offset: 0x110D8 + symbol: koopa_seg6_anim_060110D8 + +koopa_seg6_anim_0601134C: + type: SM64:ANIM + offset: 0x1134C + symbol: koopa_seg6_anim_0601134C + +koopa_seg6_anims_06011364: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 17 + offset: 0x11364 + symbol: koopa_seg6_anims_06011364 diff --git a/assets/ymls/us/actors/koopa_flag/anims.yml b/assets/ymls/us/actors/koopa_flag/anims.yml new file mode 100644 index 00000000..1f08a241 --- /dev/null +++ b/assets/ymls/us/actors/koopa_flag/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x1C4230 + segments: + - [0x06, 0x1C4230] + +koopa_flag_seg6_anim_06001010: + type: SM64:ANIM + offset: 0x1010 + symbol: koopa_flag_seg6_anim_06001010 + +koopa_flag_seg6_anims_06001028: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 2 + offset: 0x1028 + symbol: koopa_flag_seg6_anims_06001028 diff --git a/assets/ymls/us/actors/lakitu_cameraman/anims.yml b/assets/ymls/us/actors/lakitu_cameraman/anims.yml new file mode 100644 index 00000000..0a3f52f4 --- /dev/null +++ b/assets/ymls/us/actors/lakitu_cameraman/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x1D8310 + segments: + - [0x06, 0x1D8310] + +lakitu_seg6_anim_060058E0: + type: SM64:ANIM + offset: 0x58E0 + symbol: lakitu_seg6_anim_060058E0 + +lakitu_seg6_anims_060058F8: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 2 + offset: 0x58F8 + symbol: lakitu_seg6_anims_060058F8 diff --git a/assets/ymls/us/actors/lakitu_enemy/anims.yml b/assets/ymls/us/actors/lakitu_enemy/anims.yml new file mode 100644 index 00000000..b012f281 --- /dev/null +++ b/assets/ymls/us/actors/lakitu_enemy/anims.yml @@ -0,0 +1,34 @@ +:config: + autopads: false + compression: + offset: 0x180BB0 + segments: + - [0x05, 0x180BB0] + +lakitu_enemy_seg5_anim_05013EDC: + type: SM64:ANIM + offset: 0x13EDC + symbol: lakitu_enemy_seg5_anim_05013EDC + +lakitu_enemy_seg5_anim_050140E8: + type: SM64:ANIM + offset: 0x140E8 + symbol: lakitu_enemy_seg5_anim_050140E8 + +lakitu_enemy_seg5_anim_050142E0: + type: SM64:ANIM + offset: 0x142E0 + symbol: lakitu_enemy_seg5_anim_050142E0 + +lakitu_enemy_seg5_anim_050144BC: + type: SM64:ANIM + offset: 0x144BC + symbol: lakitu_enemy_seg5_anim_050144BC + +lakitu_enemy_seg5_anims_050144D4: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 7 + offset: 0x144D4 + symbol: lakitu_enemy_seg5_anims_050144D4 diff --git a/assets/ymls/us/actors/mad_piano/anims.yml b/assets/ymls/us/actors/mad_piano/anims.yml new file mode 100644 index 00000000..81f508de --- /dev/null +++ b/assets/ymls/us/actors/mad_piano/anims.yml @@ -0,0 +1,24 @@ +:config: + autopads: false + compression: + offset: 0x166C60 + segments: + - [0x05, 0x166C60] + +mad_piano_seg5_anim_05009A04: + type: SM64:ANIM + offset: 0x9A04 + symbol: mad_piano_seg5_anim_05009A04 + +mad_piano_seg5_anim_05009AFC: + type: SM64:ANIM + offset: 0x9AFC + symbol: mad_piano_seg5_anim_05009AFC + +mad_piano_seg5_anims_05009B14: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 3 + offset: 0x9B14 + symbol: mad_piano_seg5_anims_05009B14 diff --git a/assets/ymls/us/actors/manta/anims.yml b/assets/ymls/us/actors/manta/anims.yml new file mode 100644 index 00000000..c700a096 --- /dev/null +++ b/assets/ymls/us/actors/manta/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x13B910 + segments: + - [0x05, 0x13B910] + +manta_seg5_anim_05008CFC: + type: SM64:ANIM + offset: 0x8CFC + symbol: manta_seg5_anim_05008CFC + +manta_seg5_anims_05008EB4: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 3 + offset: 0x8EB4 + symbol: manta_seg5_anims_05008EB4 diff --git a/assets/ymls/us/actors/mips/anims.yml b/assets/ymls/us/actors/mips/anims.yml new file mode 100644 index 00000000..979259ba --- /dev/null +++ b/assets/ymls/us/actors/mips/anims.yml @@ -0,0 +1,39 @@ +:config: + autopads: false + compression: + offset: 0x1D8310 + segments: + - [0x06, 0x1D8310] + +mips_seg6_anim_06013248: + type: SM64:ANIM + offset: 0x13338 + symbol: mips_seg6_anim_06013248 + +mips_seg6_anim_0601369C: + type: SM64:ANIM + offset: 0x1378C + symbol: mips_seg6_anim_0601369C + +mips_seg6_anim_060139F8: + type: SM64:ANIM + offset: 0x13AE8 + symbol: mips_seg6_anim_060139F8 + +mips_seg6_anim_06014B94: + type: SM64:ANIM + offset: 0x14C84 + symbol: mips_seg6_anim_06014B94 + +mips_seg6_anim_0601561C: + type: SM64:ANIM + offset: 0x1570C + symbol: mips_seg6_anim_0601561C + +mips_seg6_anims_06015634: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 7 + offset: 0x15724 + symbol: mips_seg6_anims_06015634 diff --git a/assets/ymls/us/actors/moneybag/anims.yml b/assets/ymls/us/actors/moneybag/anims.yml new file mode 100644 index 00000000..7d019d7c --- /dev/null +++ b/assets/ymls/us/actors/moneybag/anims.yml @@ -0,0 +1,39 @@ +:config: + autopads: false + compression: + offset: 0x1E51F0 + segments: + - [0x06, 0x1E51F0] + +moneybag_seg6_anim_06005AD8: + type: SM64:ANIM + offset: 0x5AD8 + symbol: moneybag_seg6_anim_06005AD8 + +moneybag_seg6_anim_06005BEC: + type: SM64:ANIM + offset: 0x5BEC + symbol: moneybag_seg6_anim_06005BEC + +moneybag_seg6_anim_06005C98: + type: SM64:ANIM + offset: 0x5C98 + symbol: moneybag_seg6_anim_06005C98 + +moneybag_seg6_anim_06005D3C: + type: SM64:ANIM + offset: 0x5D3C + symbol: moneybag_seg6_anim_06005D3C + +moneybag_seg6_anim_06005E44: + type: SM64:ANIM + offset: 0x5E44 + symbol: moneybag_seg6_anim_06005E44 + +moneybag_seg6_anims_06005E5C: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 5 + offset: 0x5E5C + symbol: moneybag_seg6_anims_06005E5C diff --git a/assets/ymls/us/actors/monty_mole/anims.yml b/assets/ymls/us/actors/monty_mole/anims.yml new file mode 100644 index 00000000..7cd34cb9 --- /dev/null +++ b/assets/ymls/us/actors/monty_mole/anims.yml @@ -0,0 +1,64 @@ +:config: + autopads: false + compression: + offset: 0x1521D0 + segments: + - [0x05, 0x1521D0] + +monty_mole_seg5_anim_05004FEC: + type: SM64:ANIM + offset: 0x4FEC + symbol: monty_mole_seg5_anim_05004FEC + +monty_mole_seg5_anim_0500527C: + type: SM64:ANIM + offset: 0x527C + symbol: monty_mole_seg5_anim_0500527C + +monty_mole_seg5_anim_050054B0: + type: SM64:ANIM + offset: 0x54B0 + symbol: monty_mole_seg5_anim_050054B0 + +monty_mole_seg5_anim_050062B0: + type: SM64:ANIM + offset: 0x62B0 + symbol: monty_mole_seg5_anim_050062B0 + +monty_mole_seg5_anim_050065C0: + type: SM64:ANIM + offset: 0x65C0 + symbol: monty_mole_seg5_anim_050065C0 + +monty_mole_seg5_anim_050065D8: + type: SM64:ANIM + offset: 0x65D8 + symbol: monty_mole_seg5_anim_050065D8 + +monty_mole_seg5_anim_05006880: + type: SM64:ANIM + offset: 0x6880 + symbol: monty_mole_seg5_anim_05006880 + +monty_mole_seg5_anim_05006B10: + type: SM64:ANIM + offset: 0x6B10 + symbol: monty_mole_seg5_anim_05006B10 + +monty_mole_seg5_anim_05006DB8: + type: SM64:ANIM + offset: 0x6DB8 + symbol: monty_mole_seg5_anim_05006DB8 + +monty_mole_seg5_anim_05007230: + type: SM64:ANIM + offset: 0x7230 + symbol: monty_mole_seg5_anim_05007230 + +monty_mole_seg5_anims_05007248: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 12 + offset: 0x7248 + symbol: monty_mole_seg5_anims_05007248 diff --git a/assets/ymls/us/actors/peach/anims.yml b/assets/ymls/us/actors/peach/anims.yml new file mode 100644 index 00000000..c394d429 --- /dev/null +++ b/assets/ymls/us/actors/peach/anims.yml @@ -0,0 +1,74 @@ +:config: + autopads: false + compression: + offset: 0x16D870 + segments: + - [0x05, 0x16D870] + +peach_seg5_anim_0500C638: + type: SM64:ANIM + offset: 0xC720 + symbol: peach_seg5_anim_0500C638 + +peach_seg5_anim_0500E6B4: + type: SM64:ANIM + offset: 0xE79C + symbol: peach_seg5_anim_0500E6B4 + +peach_seg5_anim_0500ED94: + type: SM64:ANIM + offset: 0xEE7C + symbol: peach_seg5_anim_0500ED94 + +peach_seg5_anim_0500F474: + type: SM64:ANIM + offset: 0xF55C + symbol: peach_seg5_anim_0500F474 + +peach_seg5_anim_0500FE84: + type: SM64:ANIM + offset: 0xFF6C + symbol: peach_seg5_anim_0500FE84 + +peach_seg5_anim_05011050: + type: SM64:ANIM + offset: 0x11138 + symbol: peach_seg5_anim_05011050 + +peach_seg5_anim_05012F40: + type: SM64:ANIM + offset: 0x13028 + symbol: peach_seg5_anim_05012F40 + +peach_seg5_anim_05015468: + type: SM64:ANIM + offset: 0x15550 + symbol: peach_seg5_anim_05015468 + +peach_seg5_anim_05016798: + type: SM64:ANIM + offset: 0x16880 + symbol: peach_seg5_anim_05016798 + +peach_seg5_anim_05018664: + type: SM64:ANIM + offset: 0x1874C + symbol: peach_seg5_anim_05018664 + +peach_seg5_anim_0501B328: + type: SM64:ANIM + offset: 0x1B410 + symbol: peach_seg5_anim_0501B328 + +peach_seg5_anim_0501C404: + type: SM64:ANIM + offset: 0x1C4EC + symbol: peach_seg5_anim_0501C404 + +peach_seg5_anims_0501C41C: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 13 + offset: 0x1C504 + symbol: peach_seg5_anims_0501C41C diff --git a/assets/ymls/us/actors/penguin/anims.yml b/assets/ymls/us/actors/penguin/anims.yml new file mode 100644 index 00000000..6b0f331a --- /dev/null +++ b/assets/ymls/us/actors/penguin/anims.yml @@ -0,0 +1,34 @@ +:config: + autopads: false + compression: + offset: 0x160670 + segments: + - [0x05, 0x160670] + +penguin_seg5_anim_050079E4: + type: SM64:ANIM + offset: 0x79E4 + symbol: penguin_seg5_anim_050079E4 + +penguin_seg5_anim_05007DCC: + type: SM64:ANIM + offset: 0x7DCC + symbol: penguin_seg5_anim_05007DCC + +penguin_seg5_anim_050087C0: + type: SM64:ANIM + offset: 0x87C0 + symbol: penguin_seg5_anim_050087C0 + +penguin_seg5_anim_05008B5C: + type: SM64:ANIM + offset: 0x8B5C + symbol: penguin_seg5_anim_05008B5C + +penguin_seg5_anims_05008B74: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 5 + offset: 0x8B74 + symbol: penguin_seg5_anims_05008B74 diff --git a/assets/ymls/us/actors/piranha_plant/anims.yml b/assets/ymls/us/actors/piranha_plant/anims.yml new file mode 100644 index 00000000..d68f72aa --- /dev/null +++ b/assets/ymls/us/actors/piranha_plant/anims.yml @@ -0,0 +1,64 @@ +:config: + autopads: false + compression: + offset: 0x1C4230 + segments: + - [0x06, 0x1C4230] + +piranha_plant_seg6_anim_06017C38: + type: SM64:ANIM + offset: 0x17C38 + symbol: piranha_plant_seg6_anim_06017C38 + +piranha_plant_seg6_anim_06017D88: + type: SM64:ANIM + offset: 0x17D88 + symbol: piranha_plant_seg6_anim_06017D88 + +piranha_plant_seg6_anim_060187B0: + type: SM64:ANIM + offset: 0x187B0 + symbol: piranha_plant_seg6_anim_060187B0 + +piranha_plant_seg6_anim_06018BA8: + type: SM64:ANIM + offset: 0x18BA8 + symbol: piranha_plant_seg6_anim_06018BA8 + +piranha_plant_seg6_anim_06019854: + type: SM64:ANIM + offset: 0x19854 + symbol: piranha_plant_seg6_anim_06019854 + +piranha_plant_seg6_anim_0601A014: + type: SM64:ANIM + offset: 0x1A014 + symbol: piranha_plant_seg6_anim_0601A014 + +piranha_plant_seg6_anim_0601AAE4: + type: SM64:ANIM + offset: 0x1AAE4 + symbol: piranha_plant_seg6_anim_0601AAE4 + +piranha_plant_seg6_anim_0601AF34: + type: SM64:ANIM + offset: 0x1AF34 + symbol: piranha_plant_seg6_anim_0601AF34 + +piranha_plant_seg6_anim_0601B634: + type: SM64:ANIM + offset: 0x1B634 + symbol: piranha_plant_seg6_anim_0601B634 + +piranha_plant_seg6_anim_0601C304: + type: SM64:ANIM + offset: 0x1C304 + symbol: piranha_plant_seg6_anim_0601C304 + +piranha_plant_seg6_anims_0601C31C: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 11 + offset: 0x1C31C + symbol: piranha_plant_seg6_anims_0601C31C diff --git a/assets/ymls/us/actors/scuttlebug/anims.yml b/assets/ymls/us/actors/scuttlebug/anims.yml new file mode 100644 index 00000000..e1eecefc --- /dev/null +++ b/assets/ymls/us/actors/scuttlebug/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x1E7EE0 + segments: + - [0x06, 0x1E7EE0] + +scuttlebug_seg6_anim_0601504C: + type: SM64:ANIM + offset: 0x1504C + symbol: scuttlebug_seg6_anim_0601504C + +scuttlebug_seg6_anims_06015064: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 1 + offset: 0x15064 + symbol: scuttlebug_seg6_anims_06015064 diff --git a/assets/ymls/us/actors/seaweed/anims.yml b/assets/ymls/us/actors/seaweed/anims.yml new file mode 100644 index 00000000..d3ca5d0a --- /dev/null +++ b/assets/ymls/us/actors/seaweed/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x1B9CC0 + segments: + - [0x06, 0x1B9CC0] + +seaweed_seg6_anim_0600A4BC: + type: SM64:ANIM + offset: 0xA4BC + symbol: seaweed_seg6_anim_0600A4BC + +seaweed_seg6_anims_0600A4D4: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 1 + offset: 0xA4D4 + symbol: seaweed_seg6_anims_0600A4D4 diff --git a/assets/ymls/us/actors/skeeter/anims.yml b/assets/ymls/us/actors/skeeter/anims.yml new file mode 100644 index 00000000..17361108 --- /dev/null +++ b/assets/ymls/us/actors/skeeter/anims.yml @@ -0,0 +1,34 @@ +:config: + autopads: false + compression: + offset: 0x1B9CC0 + segments: + - [0x06, 0x1B9CC0] + +skeeter_seg6_anim_06005D44: + type: SM64:ANIM + offset: 0x5D44 + symbol: skeeter_seg6_anim_06005D44 + +skeeter_seg6_anim_06006B70: + type: SM64:ANIM + offset: 0x6B70 + symbol: skeeter_seg6_anim_06006B70 + +skeeter_seg6_anim_060071E0: + type: SM64:ANIM + offset: 0x71E0 + symbol: skeeter_seg6_anim_060071E0 + +skeeter_seg6_anim_06007DC8: + type: SM64:ANIM + offset: 0x7DC8 + symbol: skeeter_seg6_anim_06007DC8 + +skeeter_seg6_anims_06007DE0: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 4 + offset: 0x7DE0 + symbol: skeeter_seg6_anims_06007DE0 diff --git a/assets/ymls/us/actors/snowman/anims.yml b/assets/ymls/us/actors/snowman/anims.yml new file mode 100644 index 00000000..7e9e9e94 --- /dev/null +++ b/assets/ymls/us/actors/snowman/anims.yml @@ -0,0 +1,24 @@ +:config: + autopads: false + compression: + offset: 0x160670 + segments: + - [0x05, 0x160670] + +snowman_seg5_anim_0500CED8: + type: SM64:ANIM + offset: 0xCED8 + symbol: snowman_seg5_anim_0500CED8 + +snowman_seg5_anim_0500D100: + type: SM64:ANIM + offset: 0xD100 + symbol: snowman_seg5_anim_0500D100 + +snowman_seg5_anims_0500D118: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 4 + offset: 0xD118 + symbol: snowman_seg5_anims_0500D118 diff --git a/assets/ymls/us/actors/spindrift/anims.yml b/assets/ymls/us/actors/spindrift/anims.yml new file mode 100644 index 00000000..14db1814 --- /dev/null +++ b/assets/ymls/us/actors/spindrift/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x160670 + segments: + - [0x05, 0x160670] + +spindrift_seg5_anim_050006AC: + type: SM64:ANIM + offset: 0x6AC + symbol: spindrift_seg5_anim_050006AC + +spindrift_seg5_anims_05002D68: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 4 + offset: 0x2D68 + symbol: spindrift_seg5_anims_05002D68 diff --git a/assets/ymls/us/actors/spiny/anims.yml b/assets/ymls/us/actors/spiny/anims.yml new file mode 100644 index 00000000..4e67564c --- /dev/null +++ b/assets/ymls/us/actors/spiny/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x180BB0 + segments: + - [0x05, 0x180BB0] + +spiny_seg5_anim_05016E94: + type: SM64:ANIM + offset: 0x16E94 + symbol: spiny_seg5_anim_05016E94 + +spiny_seg5_anims_05016EAC: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 3 + offset: 0x16EAC + symbol: spiny_seg5_anims_05016EAC diff --git a/assets/ymls/us/actors/spiny_egg/anims.yml b/assets/ymls/us/actors/spiny_egg/anims.yml new file mode 100644 index 00000000..d2280168 --- /dev/null +++ b/assets/ymls/us/actors/spiny_egg/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x180BB0 + segments: + - [0x05, 0x180BB0] + +spiny_egg_seg5_anim_050157CC: + type: SM64:ANIM + offset: 0x157CC + symbol: spiny_egg_seg5_anim_050157CC + +spiny_egg_seg5_anims_050157E4: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 3 + offset: 0x157E4 + symbol: spiny_egg_seg5_anims_050157E4 diff --git a/assets/ymls/us/actors/sushi/anims.yml b/assets/ymls/us/actors/sushi/anims.yml new file mode 100644 index 00000000..fda0e459 --- /dev/null +++ b/assets/ymls/us/actors/sushi/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x13B910 + segments: + - [0x05, 0x13B910] + +sushi_seg5_anim_0500AE3C: + type: SM64:ANIM + offset: 0xAE3C + symbol: sushi_seg5_anim_0500AE3C + +sushi_seg5_anims_0500AE54: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 1 + offset: 0xAE54 + symbol: sushi_seg5_anims_0500AE54 diff --git a/assets/ymls/us/actors/swoop/anims.yml b/assets/ymls/us/actors/swoop/anims.yml new file mode 100644 index 00000000..8cb587a0 --- /dev/null +++ b/assets/ymls/us/actors/swoop/anims.yml @@ -0,0 +1,24 @@ +:config: + autopads: false + compression: + offset: 0x1E7EE0 + segments: + - [0x06, 0x1E7EE0] + +swoop_seg6_anim_06006E88: + type: SM64:ANIM + offset: 0x6E88 + symbol: swoop_seg6_anim_06006E88 + +swoop_seg6_anim_060070B8: + type: SM64:ANIM + offset: 0x70B8 + symbol: swoop_seg6_anim_060070B8 + +swoop_seg6_anims_060070D0: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 2 + offset: 0x70D0 + symbol: swoop_seg6_anims_060070D0 diff --git a/assets/ymls/us/actors/toad/anims.yml b/assets/ymls/us/actors/toad/anims.yml new file mode 100644 index 00000000..b634df9e --- /dev/null +++ b/assets/ymls/us/actors/toad/anims.yml @@ -0,0 +1,54 @@ +:config: + autopads: false + compression: + offset: 0x1D8310 + segments: + - [0x06, 0x1D8310] + +toad_seg6_anim_06008F7C: + type: SM64:ANIM + offset: 0x906C + symbol: toad_seg6_anim_06008F7C + +toad_seg6_anim_06009310: + type: SM64:ANIM + offset: 0x9400 + symbol: toad_seg6_anim_06009310 + +toad_seg6_anim_060099F0: + type: SM64:ANIM + offset: 0x9AE0 + symbol: toad_seg6_anim_060099F0 + +toad_seg6_anim_0600A0D0: + type: SM64:ANIM + offset: 0xA1C0 + symbol: toad_seg6_anim_0600A0D0 + +toad_seg6_anim_0600B66C: + type: SM64:ANIM + offset: 0xB75C + symbol: toad_seg6_anim_0600B66C + +toad_seg6_anim_0600CE78: + type: SM64:ANIM + offset: 0xCF68 + symbol: toad_seg6_anim_0600CE78 + +toad_seg6_anim_0600E414: + type: SM64:ANIM + offset: 0xE504 + symbol: toad_seg6_anim_0600E414 + +toad_seg6_anim_0600FB40: + type: SM64:ANIM + offset: 0xFC30 + symbol: toad_seg6_anim_0600FB40 + +toad_seg6_anims_0600FB58: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 8 + offset: 0xFC48 + symbol: toad_seg6_anims_0600FB58 diff --git a/assets/ymls/us/actors/ukiki/anims.yml b/assets/ymls/us/actors/ukiki/anims.yml new file mode 100644 index 00000000..5fafa8b6 --- /dev/null +++ b/assets/ymls/us/actors/ukiki/anims.yml @@ -0,0 +1,79 @@ +:config: + autopads: false + compression: + offset: 0x1521D0 + segments: + - [0x05, 0x1521D0] + +ukiki_seg5_anim_0500D658: + type: SM64:ANIM + offset: 0xD658 + symbol: ukiki_seg5_anim_0500D658 + +ukiki_seg5_anim_0500DC80: + type: SM64:ANIM + offset: 0xDC80 + symbol: ukiki_seg5_anim_0500DC80 + +ukiki_seg5_anim_0500DDEC: + type: SM64:ANIM + offset: 0xDDEC + symbol: ukiki_seg5_anim_0500DDEC + +ukiki_seg5_anim_0500EACC: + type: SM64:ANIM + offset: 0xEACC + symbol: ukiki_seg5_anim_0500EACC + +ukiki_seg5_anim_0500EEA8: + type: SM64:ANIM + offset: 0xEEA8 + symbol: ukiki_seg5_anim_0500EEA8 + +ukiki_seg5_anim_0500F530: + type: SM64:ANIM + offset: 0xF530 + symbol: ukiki_seg5_anim_0500F530 + +ukiki_seg5_anim_0500FC84: + type: SM64:ANIM + offset: 0xFC84 + symbol: ukiki_seg5_anim_0500FC84 + +ukiki_seg5_anim_0501006C: + type: SM64:ANIM + offset: 0x1006C + symbol: ukiki_seg5_anim_0501006C + +ukiki_seg5_anim_050103F4: + type: SM64:ANIM + offset: 0x103F4 + symbol: ukiki_seg5_anim_050103F4 + +ukiki_seg5_anim_05012ABC: + type: SM64:ANIM + offset: 0x12ABC + symbol: ukiki_seg5_anim_05012ABC + +ukiki_seg5_anim_05014BE4: + type: SM64:ANIM + offset: 0x14BE4 + symbol: ukiki_seg5_anim_05014BE4 + +ukiki_seg5_anim_050153C4: + type: SM64:ANIM + offset: 0x153C4 + symbol: ukiki_seg5_anim_050153C4 + +ukiki_seg5_anim_0501576C: + type: SM64:ANIM + offset: 0x1576C + symbol: ukiki_seg5_anim_0501576C + +ukiki_seg5_anims_05015784: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 15 + offset: 0x15784 + symbol: ukiki_seg5_anims_05015784 diff --git a/assets/ymls/us/actors/unagi/anims.yml b/assets/ymls/us/actors/unagi/anims.yml new file mode 100644 index 00000000..4cd68749 --- /dev/null +++ b/assets/ymls/us/actors/unagi/anims.yml @@ -0,0 +1,49 @@ +:config: + autopads: false + compression: + offset: 0x13B910 + segments: + - [0x05, 0x13B910] + +unagi_seg5_anim_0500FBF4: + type: SM64:ANIM + offset: 0xFBF4 + symbol: unagi_seg5_anim_0500FBF4 + +unagi_seg5_anim_05010488: + type: SM64:ANIM + offset: 0x10488 + symbol: unagi_seg5_anim_05010488 + +unagi_seg5_anim_05010B54: + type: SM64:ANIM + offset: 0x10B54 + symbol: unagi_seg5_anim_05010B54 + +unagi_seg5_anim_05011488: + type: SM64:ANIM + offset: 0x11488 + symbol: unagi_seg5_anim_05011488 + +unagi_seg5_anim_05011890: + type: SM64:ANIM + offset: 0x11890 + symbol: unagi_seg5_anim_05011890 + +unagi_seg5_anim_05011D40: + type: SM64:ANIM + offset: 0x11D40 + symbol: unagi_seg5_anim_05011D40 + +unagi_seg5_anim_0501280C: + type: SM64:ANIM + offset: 0x1280C + symbol: unagi_seg5_anim_0501280C + +unagi_seg5_anims_05012824: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 7 + offset: 0x12824 + symbol: unagi_seg5_anims_05012824 diff --git a/assets/ymls/us/actors/water_ring/anims.yml b/assets/ymls/us/actors/water_ring/anims.yml new file mode 100644 index 00000000..6b9fc767 --- /dev/null +++ b/assets/ymls/us/actors/water_ring/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x1B9CC0 + segments: + - [0x06, 0x1B9CC0] + +water_ring_seg6_anim_06013F64: + type: SM64:ANIM + offset: 0x13F64 + symbol: water_ring_seg6_anim_06013F64 + +water_ring_seg6_anims_06013F7C: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 3 + offset: 0x13F7C + symbol: water_ring_seg6_anims_06013F7C diff --git a/assets/ymls/us/actors/whomp/anims.yml b/assets/ymls/us/actors/whomp/anims.yml new file mode 100644 index 00000000..0d30005f --- /dev/null +++ b/assets/ymls/us/actors/whomp/anims.yml @@ -0,0 +1,24 @@ +:config: + autopads: false + compression: + offset: 0x1C4230 + segments: + - [0x06, 0x1C4230] + +whomp_seg6_anim_060202DC: + type: SM64:ANIM + offset: 0x202DC + symbol: whomp_seg6_anim_060202DC + +whomp_seg6_anim_060209EC: + type: SM64:ANIM + offset: 0x209EC + symbol: whomp_seg6_anim_060209EC + +whomp_seg6_anims_06020A04: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 2 + offset: 0x20A04 + symbol: whomp_seg6_anims_06020A04 diff --git a/assets/ymls/us/actors/wiggler_body/anims.yml b/assets/ymls/us/actors/wiggler_body/anims.yml new file mode 100644 index 00000000..b831f41f --- /dev/null +++ b/assets/ymls/us/actors/wiggler_body/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x180BB0 + segments: + - [0x05, 0x180BB0] + +wiggler_seg5_anim_0500C760: + type: SM64:ANIM + offset: 0xC760 + symbol: wiggler_seg5_anim_0500C760 + +wiggler_seg5_anims_0500C874: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 1 + offset: 0xC874 + symbol: wiggler_seg5_anims_0500C874 diff --git a/assets/ymls/us/actors/wiggler_head/anims.yml b/assets/ymls/us/actors/wiggler_head/anims.yml new file mode 100644 index 00000000..d9ecffc8 --- /dev/null +++ b/assets/ymls/us/actors/wiggler_head/anims.yml @@ -0,0 +1,19 @@ +:config: + autopads: false + compression: + offset: 0x180BB0 + segments: + - [0x05, 0x180BB0] + +wiggler_seg5_anim_0500EC74: + type: SM64:ANIM + offset: 0xEC74 + symbol: wiggler_seg5_anim_0500EC74 + +wiggler_seg5_anims_0500EC8C: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 2 + offset: 0xEC8C + symbol: wiggler_seg5_anims_0500EC8C diff --git a/assets/ymls/us/actors/yoshi/anims.yml b/assets/ymls/us/actors/yoshi/anims.yml new file mode 100644 index 00000000..59ac4380 --- /dev/null +++ b/assets/ymls/us/actors/yoshi/anims.yml @@ -0,0 +1,29 @@ +:config: + autopads: false + compression: + offset: 0x16D870 + segments: + - [0x05, 0x16D870] + +yoshi_seg5_anim_050233A4: + type: SM64:ANIM + offset: 0x2348C + symbol: yoshi_seg5_anim_050233A4 + +yoshi_seg5_anim_05023E4C: + type: SM64:ANIM + offset: 0x23F34 + symbol: yoshi_seg5_anim_05023E4C + +yoshi_seg5_anim_050240E8: + type: SM64:ANIM + offset: 0x241D0 + symbol: yoshi_seg5_anim_050240E8 + +yoshi_seg5_anims_05024100: + type: ASSET_ARRAY + assetType: Animation + factoryType: SM64:ANIM + count: 4 + offset: 0x241E8 + symbol: yoshi_seg5_anims_05024100