Finished m417Dll except 2 functions
This commit is contained in:
parent
4c90c0858c
commit
3f773121c9
9 changed files with 3333 additions and 255 deletions
36
include/REL/m417Dll.h
Normal file
36
include/REL/m417Dll.h
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
#ifndef M417DLL_H
|
||||
#define M417DLL_H
|
||||
|
||||
#include "game/object.h"
|
||||
#include "game/process.h"
|
||||
|
||||
typedef struct UnkM417Struct2 {
|
||||
/* 0x00 */ s32 unk_00;
|
||||
/* 0x04 */ float unk_04;
|
||||
/* 0x08 */ float unk_08;
|
||||
/* 0x0C */ float unk_0C;
|
||||
} UnkM417Struct2; /* size = 0x10 */
|
||||
|
||||
void fn_1_5B0(omObjData *object);
|
||||
void fn_1_800(omObjData *object);
|
||||
u32 fn_1_26F8(void);
|
||||
u32 fn_1_2710(void);
|
||||
void fn_1_2728(u32 arg0);
|
||||
s32 fn_1_2740(s32 arg0);
|
||||
void fn_1_2770(s32 arg0);
|
||||
void fn_1_27A0(s32 arg0);
|
||||
s32 fn_1_27D0(void);
|
||||
void fn_1_2808(s32 arg0, s32 arg1, s32 arg2);
|
||||
float fn_1_2F08(float arg8, float arg9, float argA);
|
||||
float fn_1_3024(float arg8, float arg9);
|
||||
void fn_1_3274(Process *arg0);
|
||||
void fn_1_33B4(void);
|
||||
void fn_1_7510(float arg8, float arg9, float argA, float argB);
|
||||
float fn_1_75BC(void);
|
||||
float fn_1_78BC(float arg8, float arg9, float argA);
|
||||
UnkM417Struct2 *fn_1_7A28(void);
|
||||
void fn_1_7A34(Process *arg0);
|
||||
omObjFunc fn_1_BCAC(Process *arg0);
|
||||
omObjFunc fn_1_C658(Process *arg0, omObjData *object);
|
||||
|
||||
#endif
|
||||
|
|
@ -159,6 +159,10 @@ static inline void GXPosition1x16(u16 index) {
|
|||
GXWGFifo.u16 = index;
|
||||
}
|
||||
|
||||
static inline void GXNormal1x16(u16 index) {
|
||||
GXWGFifo.u16 = index;
|
||||
}
|
||||
|
||||
static inline void GXColor1x16(u16 index) {
|
||||
GXWGFifo.u16 = index;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue