Decompiled 19 functions in unknown_066AA0.c

This commit is contained in:
David Benepe
2020-07-24 05:30:03 -05:00
parent 7078db1a46
commit 8a4cc61ce4
24 changed files with 763 additions and 1069 deletions
+20
View File
@@ -0,0 +1,20 @@
/* TODO: Replace this with a real gbi.h later */
#ifndef _FAST3D_H_
#define _FAST3D_H_
#include "types.h"
typedef struct Gfx {
u32 w0;
u32 w1;
} Gfx;
#define fast3d_cmd(pkt, word0, word1) \
{ \
Gfx *_g = (Gfx*)(pkt); \
_g->w0 = word0; \
_g->w1 = word1; \
}
#endif
+2 -2
View File
@@ -53,10 +53,10 @@ typedef struct Settings4C {
/* Size: 0x840 bytes */
typedef struct Settings {
/* 0x0000 */ void *balloonsPtr;
/* 0x0000 */ u16 *balloonsPtr;
/* 0x0004 */ s32 *courseFlagsPtr;
/* 0x0008 */ u16 keys;
/* 0x000A */ char unkA[2];
/* 0x000A */ u16 unkA;
/* 0x000C */ u16 bosses;
/* 0x000E */ u16 trophies;
/* 0x0010 */ u32 cutsceneFlags;