2019-11-03 20:36:27 +01:00
|
|
|
// 0x030172D0
|
2023-05-11 00:20:52 +02:00
|
|
|
const struct AnimationTable bowser_key_seg3_anims_list = {
|
|
|
|
.anims = {
|
|
|
|
&bowser_key_seg3_anim_unlock_door, // id 0
|
|
|
|
&bowser_key_seg3_anim_course_exit, // id 1
|
|
|
|
},
|
|
|
|
.count = 2
|
2019-11-03 20:36:27 +01:00
|
|
|
};
|