-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgroup10.h
97 lines (92 loc) · 3.71 KB
/
group10.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
#ifndef GROUP10_H
#define GROUP10_H
#include "types.h"
// bird
extern const GeoLayout birds_geo[];
extern const Gfx birds_seg5_dl_05000528[];
extern const Gfx birds_seg5_dl_05000598[];
extern const Gfx birds_seg5_dl_05000600[];
extern const Gfx birds_seg5_dl_05000670[];
extern const struct Animation *const birds_seg5_anims_050009E8[];
// peach
extern const GeoLayout peach_geo_000098[];
extern const GeoLayout peach_geo_000254[];
extern const GeoLayout peach_geo[];
extern const Gfx peach_seg5_dl_05005648[];
extern const Gfx peach_seg5_dl_05005750[];
extern const Gfx peach_seg5_dl_05005780[];
extern const Gfx peach_seg5_dl_050058B8[];
extern const Gfx peach_seg5_dl_050058E0[];
extern const Gfx peach_seg5_dl_05005C48[];
extern const Gfx peach_seg5_dl_05005CB0[];
extern const Gfx peach_seg5_dl_05005CE0[];
extern const Gfx peach_seg5_dl_05005D38[];
extern const Gfx peach_seg5_dl_05005D90[];
extern const Gfx peach_seg5_dl_05005DE8[];
extern const Gfx peach_seg5_dl_05005E40[];
extern const Gfx peach_seg5_dl_05005E98[];
extern const Gfx peach_seg5_dl_05005EF0[];
extern const Gfx peach_seg5_dl_05005F48[];
extern const Gfx peach_seg5_dl_05006058[];
extern const Gfx peach_seg5_dl_050060E0[];
extern const Gfx peach_seg5_dl_05006728[];
extern const Gfx peach_seg5_dl_05006798[];
extern const Gfx peach_seg5_dl_05006A18[];
extern const Gfx peach_seg5_dl_05006FA8[];
extern const Gfx peach_seg5_dl_05007230[];
extern const Gfx peach_seg5_us_dl_05007288[];
extern const Gfx peach_seg5_dl_05007810[];
extern const Gfx peach_seg5_dl_05007AB8[];
extern const Gfx peach_seg5_dl_05007CE8[];
extern const Gfx peach_seg5_dl_05007E58[];
extern const Gfx peach_seg5_dl_050080B8[];
extern const Gfx peach_seg5_dl_05008228[];
extern const Gfx peach_seg5_dl_05008428[];
extern const Gfx peach_seg5_dl_050084C0[];
extern const Gfx peach_seg5_dl_05008560[];
extern const Gfx peach_seg5_dl_050086C8[];
extern const Gfx peach_seg5_dl_050087A8[];
extern const Gfx peach_seg5_dl_05008978[];
extern const Gfx peach_seg5_dl_05008A10[];
extern const Gfx peach_seg5_dl_05008AB0[];
extern const Gfx peach_seg5_dl_05008C18[];
extern const Gfx peach_seg5_dl_05008CF8[];
extern const Gfx peach_seg5_dl_05008E38[];
extern const Gfx peach_seg5_dl_05008F20[];
extern const Gfx peach_seg5_dl_05009060[];
extern const Gfx peach_seg5_dl_05009148[];
extern const Gfx peach_seg5_dl_05009388[];
extern const Gfx peach_seg5_dl_05009500[];
extern const Gfx peach_seg5_dl_050097C0[];
extern const Gfx peach_seg5_dl_05009940[];
extern const Gfx peach_seg5_dl_05009E20[];
extern const Gfx peach_seg5_dl_0500A0A8[];
extern const Gfx peach_seg5_us_dl_0500A188[];
extern const struct Animation *const peach_seg5_anims_0501C41C[];
// yoshi
extern const GeoLayout yoshi_geo[];
extern const Gfx yoshi_seg5_dl_0501D440[];
extern const Gfx yoshi_seg5_dl_0501D488[];
extern const Gfx yoshi_seg5_dl_0501D4E0[];
extern const Gfx yoshi_seg5_dl_0501D8F8[];
extern const Gfx yoshi_seg5_dl_0501D940[];
extern const Gfx yoshi_seg5_dl_0501D970[];
extern const Gfx yoshi_seg5_dl_0501D998[];
extern const Gfx yoshi_seg5_dl_050212B0[];
extern const Gfx yoshi_seg5_dl_05021490[];
extern const Gfx yoshi_seg5_dl_050215D8[];
extern const Gfx yoshi_seg5_dl_05021678[];
extern const Gfx yoshi_seg5_dl_05021718[];
extern const Gfx yoshi_seg5_dl_05021860[];
extern const Gfx yoshi_seg5_dl_05021900[];
extern const Gfx yoshi_seg5_dl_050219A0[];
extern const Gfx yoshi_seg5_dl_05021B90[];
extern const Gfx yoshi_seg5_dl_05021CD8[];
extern const Gfx yoshi_seg5_dl_05021E38[];
extern const Gfx yoshi_seg5_dl_05021F70[];
extern const Gfx yoshi_seg5_dl_05022160[];
extern const Gfx yoshi_seg5_dl_050222A8[];
extern const Gfx yoshi_seg5_dl_05022408[];
extern const Gfx yoshi_seg5_dl_05022608[];
extern const struct Animation *const yoshi_seg5_anims_05024100[];
#endif