mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-26 05:55:15 +00:00
10 lines
231 B
C
10 lines
231 B
C
// 0x05024100
|
|
const struct AnimationTable yoshi_seg5_anims_05024100 = {
|
|
.anims = {
|
|
&yoshi_seg5_anim_050233A4,
|
|
&yoshi_seg5_anim_05023E4C,
|
|
&yoshi_seg5_anim_050240E8,
|
|
NULL,
|
|
},
|
|
.count = 3
|
|
};
|