mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-24 13:05:12 +00:00
12 lines
295 B
C
12 lines
295 B
C
// 0x030156C0
|
|
const struct AnimationTable door_seg3_anims_030156C0 = {
|
|
.anims = {
|
|
&door_seg3_anim_03015208,
|
|
&door_seg3_anim_03015440,
|
|
&door_seg3_anim_03015690,
|
|
&door_seg3_anim_03015458,
|
|
&door_seg3_anim_030156A8,
|
|
NULL,
|
|
},
|
|
.count = 5
|
|
};
|