Matched REL/m403 + some code cleanup

This commit is contained in:
mrshigure 2024-05-08 17:53:15 -07:00
parent 4add2acaac
commit 36948439b2
19 changed files with 2967 additions and 352 deletions

21
include/REL/m403Dll.h Executable file
View file

@ -0,0 +1,21 @@
#ifndef M403DLL_H
#define M403DLL_H
#include "game/process.h"
#include "dolphin.h"
void fn_1_650C(Process *arg0);
void fn_1_676C(void);
void fn_1_7C30(float arg0);
void fn_1_7C50(s32 arg0);
void fn_1_7C60(void);
float fn_1_7F78(float arg0, float arg1);
float fn_1_80D4(Vec *arg0, float arg1);
s32 fn_1_8264(void);
s32 fn_1_82D0(Vec *arg0);
s32 fn_1_8470(Vec *arg0);
void fn_1_8670(s32 arg0);
s32 fn_1_86A0(Vec *arg0, Vec *arg1);
#endif