2024-03-23 21:11:30 +01:00
|
|
|
#include "pc/rom_assets.h"
|
2019-11-03 20:36:27 +01:00
|
|
|
// 0x0301C1B0
|
2024-03-23 21:11:30 +01:00
|
|
|
ROM_ASSET_LOAD_ANIM(blue_fish_seg3_animvalue_0301C1B0, 0x00201410, 96653, 0x0001c1b0, 184);
|
2019-11-03 20:36:27 +01:00
|
|
|
|
|
|
|
// 0x0301C268
|
2024-03-23 21:11:30 +01:00
|
|
|
ROM_ASSET_LOAD_ANIM(blue_fish_seg3_animindex_0301C268, 0x00201410, 96653, 0x0001c268, 48);
|
2019-11-03 20:36:27 +01:00
|
|
|
|
|
|
|
// 0x0301C298
|
|
|
|
static const struct Animation blue_fish_seg3_anim_0301C298 = {
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0x1E,
|
|
|
|
ANIMINDEX_NUMPARTS(blue_fish_seg3_animindex_0301C268),
|
|
|
|
blue_fish_seg3_animvalue_0301C1B0,
|
|
|
|
blue_fish_seg3_animindex_0301C268,
|
|
|
|
0,
|
2023-05-18 21:42:18 +02:00
|
|
|
ANIM_FIELD_LENGTH(blue_fish_seg3_animvalue_0301C1B0),
|
|
|
|
ANIM_FIELD_LENGTH(blue_fish_seg3_animindex_0301C268),
|
2019-11-03 20:36:27 +01:00
|
|
|
};
|