2024-03-23 20:11:30 +00:00
|
|
|
#include "pc/rom_assets.h"
|
2019-11-03 19:36:27 +00:00
|
|
|
// 0x03016530
|
2024-03-23 20:11:30 +00:00
|
|
|
ROM_ASSET_LOAD_ANIM(bowser_key_seg3_animvalue_course_exit, 0x00201410, 96653, 0x00016530, 1684);
|
2019-11-03 19:36:27 +00:00
|
|
|
|
|
|
|
// 0x03016BC4
|
2024-03-23 20:11:30 +00:00
|
|
|
ROM_ASSET_LOAD_ANIM(bowser_key_seg3_animindex_course_exit, 0x00201410, 96653, 0x00016bc4, 36);
|
2019-11-03 19:36:27 +00:00
|
|
|
|
|
|
|
// 0x03016BE8
|
|
|
|
static const struct Animation bowser_key_seg3_anim_course_exit = {
|
|
|
|
1,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0x8C,
|
|
|
|
ANIMINDEX_NUMPARTS(bowser_key_seg3_animindex_course_exit),
|
|
|
|
bowser_key_seg3_animvalue_course_exit,
|
|
|
|
bowser_key_seg3_animindex_course_exit,
|
|
|
|
0,
|
2023-05-18 19:42:18 +00:00
|
|
|
ANIM_FIELD_LENGTH(bowser_key_seg3_animvalue_course_exit),
|
|
|
|
ANIM_FIELD_LENGTH(bowser_key_seg3_animindex_course_exit),
|
2019-11-03 19:36:27 +00:00
|
|
|
};
|