-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgroup2.h
32 lines (28 loc) · 1.04 KB
/
group2.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
#ifndef GROUP2_H
#define GROUP2_H
#include "types.h"
// blargg
extern const GeoLayout blargg_geo[];
extern const Gfx blargg_seg5_dl_050058D0[];
extern const Gfx blargg_seg5_dl_05005A60[];
extern const Gfx blargg_seg5_dl_05005D00[];
extern const struct Animation *const blargg_seg5_anims_0500616C[];
// bully
extern const GeoLayout bully_geo[];
extern const GeoLayout bully_boss_geo[];
extern const Gfx bully_seg5_dl_050002E0[];
extern const Gfx bully_seg5_dl_05000398[];
extern const Gfx bully_seg5_dl_05003708[];
extern const Gfx bully_seg5_dl_050037A0[];
extern const Gfx bully_seg5_dl_05003838[];
extern const Gfx bully_seg5_dl_05003878[];
extern const Gfx bully_seg5_dl_05003CD0[];
extern const Gfx bully_seg5_dl_05003D08[];
extern const Gfx bully_seg5_dl_05003D40[];
extern const Gfx bully_seg5_dl_05003E38[];
extern const Gfx bully_seg5_dl_05003E70[];
extern const Gfx bully_seg5_dl_05003EA8[];
extern const Gfx bully_seg5_dl_05003F80[];
extern const Gfx bully_seg5_dl_05003FC8[];
extern const struct Animation *const bully_seg5_anims_0500470C[];
#endif