mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Decompiled 19 functions in unknown_066AA0.c
This commit is contained in:
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user