2024-03-23 21:11:30 +01:00
|
|
|
#include "pc/rom_assets.h"
|
2019-11-03 20:36:27 +01:00
|
|
|
// 0x0500EDAC
|
2024-03-23 21:11:30 +01:00
|
|
|
ROM_ASSET_LOAD_ANIM(peach_seg5_animvalue_0500EDAC, 0x0016d870, 76997, 0x0000ee94, 1472);
|
2019-11-03 20:36:27 +01:00
|
|
|
|
|
|
|
// 0x0500F36C
|
2024-03-23 21:11:30 +01:00
|
|
|
ROM_ASSET_LOAD_ANIM(peach_seg5_animindex_500F36C, 0x0016d870, 76997, 0x0000ed74, 264);
|
2019-11-03 20:36:27 +01:00
|
|
|
|
|
|
|
// 0x0500F474
|
|
|
|
static const struct Animation peach_seg5_anim_0500F474 = {
|
|
|
|
1,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0x64,
|
|
|
|
ANIMINDEX_NUMPARTS(peach_seg5_animindex_500F36C),
|
|
|
|
peach_seg5_animvalue_0500EDAC,
|
|
|
|
peach_seg5_animindex_500F36C,
|
|
|
|
0,
|
2023-05-18 21:42:18 +02:00
|
|
|
ANIM_FIELD_LENGTH(peach_seg5_animvalue_0500EDAC),
|
|
|
|
ANIM_FIELD_LENGTH(peach_seg5_animindex_500F36C),
|
2019-11-03 20:36:27 +01:00
|
|
|
};
|