2024-03-23 21:11:30 +01:00
|
|
|
#include "pc/rom_assets.h"
|
2019-11-03 20:36:27 +01:00
|
|
|
// 0x0500FE9C
|
2024-03-23 21:11:30 +01:00
|
|
|
ROM_ASSET_LOAD_ANIM(peach_seg5_animvalue_0500FE9C, 0x0016d870, 76997, 0x0000ff84, 4268);
|
2019-11-03 20:36:27 +01:00
|
|
|
|
|
|
|
// 0x05010F48
|
2024-03-23 21:11:30 +01:00
|
|
|
ROM_ASSET_LOAD_ANIM(peach_seg5_animindex_5010F48, 0x0016d870, 76997, 0x00011030, 264);
|
2019-11-03 20:36:27 +01:00
|
|
|
|
|
|
|
// 0x05011050
|
|
|
|
static const struct Animation peach_seg5_anim_05011050 = {
|
|
|
|
1,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0x64,
|
|
|
|
ANIMINDEX_NUMPARTS(peach_seg5_animindex_5010F48),
|
|
|
|
peach_seg5_animvalue_0500FE9C,
|
|
|
|
peach_seg5_animindex_5010F48,
|
|
|
|
0,
|
2023-05-18 21:42:18 +02:00
|
|
|
ANIM_FIELD_LENGTH(peach_seg5_animvalue_0500FE9C),
|
|
|
|
ANIM_FIELD_LENGTH(peach_seg5_animindex_5010F48),
|
2019-11-03 20:36:27 +01:00
|
|
|
};
|