-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgroup8.h
29 lines (25 loc) · 1.04 KB
/
group8.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
#ifndef GROUP8_H
#define GROUP8_H
#include "types.h"
// capswitch
extern const GeoLayout cap_switch_geo[];
extern const Gfx capswitch_seg5_dl_05002D88[];
extern const Gfx cap_switch_exclamation_seg5_dl_05002E00[];
extern const Gfx capswitch_seg5_dl_05003020[];
extern const Gfx cap_switch_base_seg5_dl_05003120[];
extern const Gfx capswitch_seg5_dl_05003280[];
extern const Gfx capswitch_seg5_dl_05003350[];
extern const Gfx capswitch_seg5_dl_05003370[];
extern const Gfx capswitch_seg5_dl_05003390[];
extern const Gfx capswitch_seg5_dl_050033B0[];
extern const Collision capswitch_collision_050033D0[];
extern const Collision capswitch_collision_05003448[];
// springboard
extern const GeoLayout springboard_top_geo[];
extern const GeoLayout springboard_spring_geo[];
extern const GeoLayout springboard_bottom_geo[];
extern const Gfx springboard_checkerboard_seg5_dl_050016B8[];
extern const Gfx springboard_spring_seg5_dl_05001800[];
extern const Gfx springboard_checkerboard_seg5_dl_05001900[];
extern const Collision springboard_collision_05001A28[];
#endif