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
7#include <dolphin/mtx.h>
8
9/* 1E3030 */ void grStory_801E3030(void);
10/* 1E30A8 */ void grStory_UnkStage0_OnLoad(void);
11/* 1E30AC */ void grStory_UnkStage0_OnStart(void);
12/* 1E30D0 */ bool grStory_801E30D0(void);
13/* 1E30D8 */ Ground_GObj* grStory_801E30D8(int);
14/* 1E31C0 */ void grStory_801E31C0(Ground_GObj*);
15/* 1E3224 */ bool grStory_801E3224(Ground_GObj*);
16/* 1E322C */ void grStory_801E322C(Ground_GObj*);
17/* 1E3230 */ void grStory_801E3230(Ground_GObj*);
18/* 1E3234 */ void grStory_801E3234(Ground_GObj*);
19/* 1E332C */ bool grStory_801E332C(Ground_GObj*);
20/* 1E3334 */ void grStory_801E3334(Ground_GObj*);
21/* 1E336C */ void grStory_801E336C(Ground_GObj*);
22/* 1E3370 */ void grStory_801E3370(Ground_GObj*);
23/* 1E33D8 */ bool grStory_801E33D8(Ground_GObj*);
24/* 1E33E0 */ void grStory_801E33E0(Ground_GObj*);
25/* 1E3414 */ void grStory_801E3414(Ground_GObj*);
26/* 1E3418 */ void grStory_801E3418(Ground_GObj*);
27/* 1E366C */ void grStory_801E366C(Ground_GObj*);
28/* 1E36D8 */ bool grStory_801E36D8(Vec3*, int, HSD_JObj*);
29
30#endif
Ground_GObj * grStory_801E30D8(int)
Definition grstory.c:89
void grStory_801E336C(Ground_GObj *)
Definition grstory.c:181
bool grStory_801E332C(Ground_GObj *)
Definition grstory.c:169
void grStory_UnkStage0_OnStart(void)
Definition grstory.c:79
bool grStory_801E33D8(Ground_GObj *)
Definition grstory.c:198
void grStory_801E3370(Ground_GObj *)
Randall initialization function.
Definition grstory.c:186
void grStory_801E3234(Ground_GObj *)
Shy guys initialization function.
Definition grstory.c:158
void grStory_801E3334(Ground_GObj *)
Definition grstory.c:174
void grStory_801E3030(void)
Definition grstory.c:64
void grStory_801E3414(Ground_GObj *)
Definition grstory.c:211
void grStory_801E31C0(Ground_GObj *)
Definition grstory.c:105
void grStory_801E322C(Ground_GObj *)
Definition grstory.c:120
void grStory_801E3418(Ground_GObj *)
Shy guy spawn timer frame callback.
Definition grstory.c:223
void grStory_UnkStage0_OnLoad(void)
Definition grstory.c:77
bool grStory_801E30D0(void)
Definition grstory.c:84
void grStory_801E33E0(Ground_GObj *)
Definition grstory.c:203
void grStory_801E3230(Ground_GObj *)
Definition grstory.c:122
bool grStory_801E3224(Ground_GObj *)
Definition grstory.c:115
bool grStory_801E36D8(Vec3 *, int, HSD_JObj *)
Definition grstory.c:303
void grStory_801E366C(Ground_GObj *)
Randall puff timer frame callback.
Definition grstory.c:281
was using this to try and fix some matches, unsuccessfully
Definition gobj.h:26
Definition jobj.h:107