-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgroup11.h
98 lines (90 loc) · 3.8 KB
/
group11.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
98
#ifndef GROUP11_H
#define GROUP11_H
#include "types.h"
// bubba
extern const GeoLayout bubba_geo[];
extern const Gfx bubba_seg5_dl_05004A40[];
extern const Gfx bubba_seg5_dl_05004AA8[];
extern const Gfx bubba_seg5_dl_05004BE8[];
extern const Gfx bubba_seg5_dl_05004C40[];
extern const Gfx bubba_seg5_dl_05004D48[];
extern const Gfx bubba_seg5_dl_05004E80[];
extern const Gfx bubba_seg5_dl_05005538[];
extern const Gfx bubba_seg5_dl_050055A0[];
extern const Gfx bubba_seg5_dl_050056E0[];
extern const Gfx bubba_seg5_dl_05005738[];
extern const Gfx bubba_seg5_dl_05005840[];
extern const Gfx bubba_seg5_dl_05005978[];
// lakitu_enemy
extern const GeoLayout enemy_lakitu_geo[];
extern const Gfx lakitu_enemy_seg5_dl_05012760[];
extern const Gfx lakitu_enemy_seg5_dl_05012890[];
extern const Gfx lakitu_enemy_seg5_dl_05012910[];
extern const Gfx lakitu_enemy_seg5_dl_05012EF0[];
extern const Gfx lakitu_enemy_seg5_dl_05013160[];
extern const Gfx lakitu_enemy_seg5_dl_05013298[];
extern const Gfx lakitu_enemy_seg5_dl_050132D8[];
extern const Gfx lakitu_enemy_seg5_dl_05013320[];
extern const Gfx lakitu_enemy_seg5_dl_05013350[];
extern const Gfx lakitu_enemy_seg5_dl_05013378[];
extern const Gfx lakitu_enemy_seg5_dl_050134A8[];
extern const Gfx lakitu_enemy_seg5_dl_050136A0[];
extern const Gfx lakitu_enemy_seg5_dl_05013860[];
extern const Gfx lakitu_enemy_seg5_dl_050138B0[];
extern const struct Animation *const lakitu_enemy_seg5_anims_050144D4[];
// spiny
extern const GeoLayout spiny_geo[];
extern const Gfx spiny_seg5_dl_05016418[];
extern const Gfx spiny_seg5_dl_050164E0[];
extern const Gfx spiny_seg5_dl_050165A8[];
extern const Gfx spiny_seg5_dl_05016670[];
extern const Gfx spiny_seg5_dl_05016738[];
extern const Gfx spiny_seg5_dl_05016A48[];
extern const struct Animation *const spiny_seg5_anims_05016EAC[];
// spiny_egg
extern const GeoLayout spiny_ball_geo[];
extern const Gfx spiny_egg_seg5_dl_050151A8[];
extern const Gfx spiny_egg_seg5_dl_050151E0[];
extern const Gfx spiny_egg_seg5_dl_05015218[];
extern const Gfx spiny_egg_seg5_dl_05015250[];
extern const Gfx spiny_egg_seg5_dl_05015288[];
extern const Gfx spiny_egg_seg5_dl_050152C0[];
extern const Gfx spiny_egg_seg5_dl_050152F8[];
extern const Gfx spiny_egg_seg5_dl_05015330[];
extern const Gfx spiny_egg_seg5_dl_05015368[];
extern const Gfx spiny_egg_seg5_dl_05015740[];
extern const struct Animation *const spiny_egg_seg5_anims_050157E4[];
// wiggler_body
extern const Gfx wiggler_seg5_dl_0500BCB8[];
extern const Gfx wiggler_seg5_dl_0500BE10[];
extern const Gfx wiggler_seg5_dl_0500BE98[];
extern const Gfx wiggler_seg5_dl_0500BF20[];
extern const Gfx wiggler_seg5_dl_0500C078[];
extern const Gfx wiggler_seg5_dl_0500C100[];
extern const Gfx wiggler_seg5_dl_0500C208[];
extern const Gfx wiggler_seg5_dl_0500C240[];
extern const Gfx wiggler_seg5_dl_0500C278[];
extern const GeoLayout wiggler_body_geo[];
extern const struct Animation *const wiggler_seg5_anims_0500C874[];
// wiggler_head
extern const GeoLayout wiggler_head_geo[];
extern const Gfx wiggler_seg5_dl_0500DC18[];
extern const Gfx wiggler_seg5_dl_0500DD70[];
extern const Gfx wiggler_seg5_dl_0500DDF8[];
extern const Gfx wiggler_seg5_dl_0500DE80[];
extern const Gfx wiggler_seg5_dl_0500DFD8[];
extern const Gfx wiggler_seg5_dl_0500E060[];
extern const Gfx wiggler_seg5_dl_0500E168[];
extern const Gfx wiggler_seg5_dl_0500E1A0[];
extern const Gfx wiggler_seg5_dl_0500E1D8[];
extern const Gfx wiggler_seg5_dl_0500E2B0[];
extern const Gfx wiggler_seg5_dl_0500E2F8[];
extern const Gfx wiggler_seg5_dl_0500E3E8[];
extern const Gfx wiggler_seg5_dl_0500E430[];
extern const Gfx wiggler_seg5_dl_0500E4E0[];
extern const Gfx wiggler_seg5_dl_0500E518[];
extern const Gfx wiggler_seg5_dl_0500E608[];
extern const Gfx wiggler_seg5_dl_0500E640[];
extern const Gfx wiggler_seg5_dl_0500E678[];
extern const struct Animation *const wiggler_seg5_anims_0500EC8C[];
#endif