mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 20:15:17 +00:00
8 lines
215 B
C
8 lines
215 B
C
// 0x030172D0
|
|
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
|
|
};
|