SSBM Decomp
Loading...
Searching...
No Matches
gmtou.static.h
Go to the documentation of this file.
1#ifndef MELEE_GM_GMTOU_STATIC_H
2#define MELEE_GM_GMTOU_STATIC_H
3
4#include "baselib/forward.h"
5
6#include "dolphin/types.h"
7#include "gm/types.h"
8
9#include "sc/forward.h"
10
11typedef struct TmBoxArrays {
12 void* box2;
13 void* box3;
14 void* box4;
16
18typedef struct TmAnimTimers {
19 u16 x0;
20 u16 x2;
21 u16 x4;
22 u16 x6[2];
23 u16 xA;
24 u16 xC;
25 u8 xE;
26 u8 xF;
27 u8 pad_x10[0x1C - 0x10];
28 u8 x1C;
29 u8 x1D;
30 u8 x1E;
31 u8 x1F;
32 struct {
33 u8 x0;
34 u8 x1;
35 u8 x2;
36 u8 x3;
37 u8 x4;
38 u8 x5;
39 } x20[4];
41
42typedef struct gm_8019ECAC_OnEnter_t {
43 u32 x0;
44 s32 x4;
45 u8 pad_x8[0x14 - 0x8];
46 u32 x14;
48
49extern TmData gm_804771C4;
52
53#endif
TmData gm_804771C4
Definition gm_18A5.static.h:23
SceneDesc * lbl_804D6690
SceneDesc * lbl_804D6694
Definition types.h:26
TODO :: this isnt exactly right.
Definition gmtou.static.h:18
u16 x0
Definition gmtou.static.h:19
u8 pad_x10[0x1C - 0x10]
Definition gmtou.static.h:27
u8 x1D
Definition gmtou.static.h:29
u8 x0
Definition gmtou.static.h:33
u16 x6[2]
Definition gmtou.static.h:22
u8 x1E
Definition gmtou.static.h:30
u8 x1
Definition gmtou.static.h:34
u8 x1F
Definition gmtou.static.h:31
struct TmAnimTimers::@177 x20[4]
jobj states for each player?
u16 x4
Definition gmtou.static.h:21
u8 x3
Definition gmtou.static.h:36
u16 xC
Definition gmtou.static.h:24
u8 xE
Definition gmtou.static.h:25
u8 x1C
Definition gmtou.static.h:28
u8 x2
Definition gmtou.static.h:35
u8 x5
Definition gmtou.static.h:38
u8 xF
Definition gmtou.static.h:26
u16 x2
Definition gmtou.static.h:20
u8 x4
Definition gmtou.static.h:37
u16 xA
Definition gmtou.static.h:23
Definition gmtou.static.h:11
void * box4
Definition gmtou.static.h:14
void * box2
Definition gmtou.static.h:12
void * box3
Definition gmtou.static.h:13
Definition types.h:685
Definition gmtou.static.h:42
u32 x0
Definition gmtou.static.h:43
u8 pad_x8[0x14 - 0x8]
Definition gmtou.static.h:45
u32 x14
Definition gmtou.static.h:46
s32 x4
Definition gmtou.static.h:44