SSBM Decomp
Loading...
Searching...
No Matches
grstory.h
Go to the documentation of this file.
1#ifndef MELEE_GR_STORY_H
2#define MELEE_GR_STORY_H
3
4#include <baselib/forward.h>
5#include <melee/gr/forward.h>
6#include <dolphin/mtx.h>
7
8/* 1E3030 */ void grStory_801E3030(void);
9/* 1E30A8 */ void grStory_801E30A8(void);
10/* 1E30AC */ void grStory_801E30AC(void);
11/* 1E30D0 */ bool grStory_801E30D0(void);
12/* 1E30D8 */ Ground_GObj* grStory_801E30D8(int);
13/* 1E31C0 */ void grStory_801E31C0(Ground_GObj*);
14/* 1E3224 */ bool grStory_801E3224(Ground_GObj*);
15/* 1E322C */ void grStory_801E322C(Ground_GObj*);
16/* 1E3230 */ void grStory_801E3230(Ground_GObj*);
17/* 1E3234 */ void grStory_801E3234(Ground_GObj*);
18/* 1E332C */ bool grStory_801E332C(Ground_GObj*);
19/* 1E3334 */ void grStory_801E3334(Ground_GObj*);
20/* 1E336C */ void grStory_801E336C(Ground_GObj*);
21/* 1E3370 */ void grStory_801E3370(Ground_GObj*);
22/* 1E33D8 */ bool grStory_801E33D8(Ground_GObj*);
23/* 1E33E0 */ void grStory_801E33E0(Ground_GObj*);
24/* 1E3414 */ void grStory_801E3414(Ground_GObj*);
25/* 1E3418 */ void grStory_801E3418(Ground_GObj*);
26/* 1E366C */ void grStory_801E366C(Ground_GObj*);
27/* 1E36D8 */ bool grStory_801E36D8(Vec3*, int, HSD_JObj*);
28
29#endif
Ground_GObj * grStory_801E30D8(int)
Definition grstory.c:88
void grStory_801E336C(Ground_GObj *)
Definition grstory.c:195
void grStory_801E30AC(void)
Definition grstory.c:78
bool grStory_801E332C(Ground_GObj *)
Definition grstory.c:183
bool grStory_801E33D8(Ground_GObj *)
Definition grstory.c:212
void grStory_801E3370(Ground_GObj *)
Randall initialization function.
Definition grstory.c:200
void grStory_801E3234(Ground_GObj *)
Shy guys initialization function.
Definition grstory.c:172
void grStory_801E3334(Ground_GObj *)
Definition grstory.c:188
void grStory_801E3030(void)
Definition grstory.c:63
void grStory_801E3414(Ground_GObj *)
Definition grstory.c:225
void grStory_801E31C0(Ground_GObj *)
Definition grstory.c:119
void grStory_801E322C(Ground_GObj *)
Definition grstory.c:134
void grStory_801E3418(Ground_GObj *)
Shy guy spawn timer frame callback.
Definition grstory.c:237
bool grStory_801E30D0(void)
Definition grstory.c:83
void grStory_801E33E0(Ground_GObj *)
Definition grstory.c:217
void grStory_801E30A8(void)
Definition grstory.c:76
void grStory_801E3230(Ground_GObj *)
Definition grstory.c:136
bool grStory_801E3224(Ground_GObj *)
Definition grstory.c:129
bool grStory_801E36D8(Vec3 *, int, HSD_JObj *)
Definition grstory.c:317
void grStory_801E366C(Ground_GObj *)
Randall puff timer frame callback.
Definition grstory.c:295
Definition gobj.h:26
Definition jobj.h:107