SSBM Decomp
Loading...
Searching...
No Matches
ftwaitanim.h
Go to the documentation of this file.
1#ifndef GALE01_08A698
2#define GALE01_08A698
3
4#include <placeholder.h>
5
6#include "ftCommon/forward.h"
7
8#include <dolphin/mtx.h>
9
10typedef struct WaitStruct {
11 union {
12 struct {
13 int* x;
14 int* y;
15 } p;
16 struct {
17 int x;
18 int y;
19 } i;
20 } u;
22
23/* 08A698 */ bool ftCo_8008A698(Fighter* fp);
24/* 08A6D8 */ void ftCo_8008A6D8(Fighter_GObj* gobj, s32 anim_id);
25/* 08A7A8 */ void ftCo_8008A7A8(Fighter_GObj* gobj, WaitStruct* arg1);
26/* 3C54A8 */ extern char ftWaitAnim_803C54A8[];
27/* 3C54C4 */ extern char ftWaitAnim_803C54C4[];
28
29#endif
char ftWaitAnim_803C54A8[]
void ftCo_8008A7A8(Fighter_GObj *gobj, WaitStruct *arg1)
Definition ftwaitanim.c:65
void ftCo_8008A6D8(Fighter_GObj *gobj, s32 anim_id)
Definition ftwaitanim.c:22
bool ftCo_8008A698(Fighter *fp)
Definition ftwaitanim.c:14
char ftWaitAnim_803C54C4[]
signed long s32
Definition hsd_3B2B.h:1
Definition types.h:1137
Definition ftwaitanim.h:10
struct WaitStruct::@011116074347213314370210262110333171332351174023::@002203065315335310322255007252154253200175112226 i
int * x
Definition ftwaitanim.h:13
union WaitStruct::@011116074347213314370210262110333171332351174023 u
struct WaitStruct::@011116074347213314370210262110333171332351174023::@202234043002163145312110071012023262334325134233 p
int * y
Definition ftwaitanim.h:14