2024-03-23 20:11:30 +00:00
|
|
|
#include "pc/rom_assets.h"
|
2019-11-03 19:36:27 +00:00
|
|
|
// 0x03005538
|
2024-03-23 20:11:30 +00:00
|
|
|
ROM_ASSET_LOAD_ANIM(butterfly_seg3_animvalue_03005538, 0x00201410, 96653, 0x00005538, 36);
|
2019-11-03 19:36:27 +00:00
|
|
|
|
|
|
|
// 0x0300555C
|
2024-03-23 20:11:30 +00:00
|
|
|
ROM_ASSET_LOAD_ANIM(butterfly_seg3_animindex_0300555C, 0x00201410, 96653, 0x0000555c, 84);
|
2019-11-03 19:36:27 +00:00
|
|
|
|
|
|
|
// 0x030055B0
|
|
|
|
static const struct Animation butterfly_seg3_anim_030055B0 = {
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
7,
|
|
|
|
0,
|
|
|
|
0x08,
|
|
|
|
ANIMINDEX_NUMPARTS(butterfly_seg3_animindex_0300555C),
|
|
|
|
butterfly_seg3_animvalue_03005538,
|
|
|
|
butterfly_seg3_animindex_0300555C,
|
|
|
|
0,
|
2023-05-18 19:42:18 +00:00
|
|
|
ANIM_FIELD_LENGTH(butterfly_seg3_animvalue_03005538),
|
|
|
|
ANIM_FIELD_LENGTH(butterfly_seg3_animindex_0300555C),
|
2019-11-03 19:36:27 +00:00
|
|
|
};
|