2024-03-23 21:11:30 +01:00
|
|
|
#include "pc/rom_assets.h"
|
2019-11-03 20:36:27 +01:00
|
|
|
static const struct Animation anim_BC[] = {
|
|
|
|
1,
|
|
|
|
189,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0x01,
|
|
|
|
ANIMINDEX_NUMPARTS(anim_BC_BD_indices),
|
|
|
|
anim_BC_BD_values,
|
|
|
|
anim_BC_BD_indices,
|
|
|
|
0,
|
2023-05-18 21:42:18 +02:00
|
|
|
ANIM_FIELD_LENGTH(anim_BC_BD_values),
|
|
|
|
ANIM_FIELD_LENGTH(anim_BC_BD_indices),
|
2019-11-03 20:36:27 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
static const struct Animation anim_BD[] = {
|
|
|
|
1,
|
|
|
|
189,
|
|
|
|
1,
|
|
|
|
0,
|
|
|
|
0x12,
|
|
|
|
ANIMINDEX_NUMPARTS(anim_BC_BD_indices),
|
|
|
|
anim_BC_BD_values,
|
|
|
|
anim_BC_BD_indices,
|
|
|
|
0,
|
2023-05-18 21:42:18 +02:00
|
|
|
ANIM_FIELD_LENGTH(anim_BC_BD_values),
|
|
|
|
ANIM_FIELD_LENGTH(anim_BC_BD_indices),
|
2019-11-03 20:36:27 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2024-03-23 21:11:30 +01:00
|
|
|
ROM_ASSET_LOAD_ANIM(anim_BC_BD_indices, 0x0056e3ac, 252, 0x00000000, 252);
|
2019-11-03 20:36:27 +01:00
|
|
|
|
2024-03-23 21:11:30 +01:00
|
|
|
ROM_ASSET_LOAD_ANIM(anim_BC_BD_values, 0x0056e4a8, 1528, 0x00000000, 1528);
|
2019-11-03 20:36:27 +01:00
|
|
|
|