2024-03-23 20:11:30 +00:00
|
|
|
#include "pc/rom_assets.h"
|
2019-11-03 19:36:27 +00:00
|
|
|
static const struct Animation anim_CB[] = {
|
|
|
|
1,
|
|
|
|
189,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0x11,
|
|
|
|
ANIMINDEX_NUMPARTS(anim_CB_CC_indices),
|
|
|
|
anim_CB_CC_values,
|
|
|
|
anim_CB_CC_indices,
|
|
|
|
0,
|
2023-05-18 19:42:18 +00:00
|
|
|
ANIM_FIELD_LENGTH(anim_CB_CC_values),
|
|
|
|
ANIM_FIELD_LENGTH(anim_CB_CC_indices),
|
2019-11-03 19:36:27 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
static const struct Animation anim_CC[] = {
|
|
|
|
1,
|
|
|
|
189,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0x01,
|
|
|
|
ANIMINDEX_NUMPARTS(anim_CB_CC_indices),
|
|
|
|
anim_CB_CC_values,
|
|
|
|
anim_CB_CC_indices,
|
|
|
|
0,
|
2023-05-18 19:42:18 +00:00
|
|
|
ANIM_FIELD_LENGTH(anim_CB_CC_values),
|
|
|
|
ANIM_FIELD_LENGTH(anim_CB_CC_indices),
|
2019-11-03 19:36:27 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2024-03-23 20:11:30 +00:00
|
|
|
ROM_ASSET_LOAD_ANIM(anim_CB_CC_indices, 0x00576a00, 252, 0x00000000, 252);
|
2019-11-03 19:36:27 +00:00
|
|
|
|
2024-03-23 20:11:30 +00:00
|
|
|
ROM_ASSET_LOAD_ANIM(anim_CB_CC_values, 0x00576afc, 1382, 0x00000000, 1382);
|
2019-11-03 19:36:27 +00:00
|
|
|
|