Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/actors/bowser/anims/anim_0604675C.inc.c
7861 views
1
// 0x06046734
2
static const s16 bowser_seg6_animvalue_06046734[] = {
3
0x0000, 0x0076, 0x00DB, 0x0050, 0xC21C, 0xE8CC, 0xC63B, 0x0000,
4
};
5
6
// 0x06046744
7
static const u16 bowser_seg6_animindex_06046744[] = {
8
0x0001, 0x0001, 0x0001, 0x0002, 0x0001, 0x0003, 0x0001, 0x0004, 0x0001, 0x0005, 0x0001, 0x0006,
9
};
10
11
// 0x0604675C
12
static const struct Animation bowser_seg6_anim_0604675C = {
13
0,
14
0,
15
0,
16
0,
17
0x64,
18
ANIMINDEX_NUMPARTS(bowser_seg6_animindex_06046744),
19
bowser_seg6_animvalue_06046734,
20
bowser_seg6_animindex_06046744,
21
0,
22
};
23
24