Finished most of m442Dll

This commit is contained in:
kabiskac 2024-07-09 23:11:41 +02:00
parent e4fc306f19
commit 0459c7ab05
4 changed files with 2581 additions and 117 deletions

11
include/REL/m442Dll.h Normal file
View file

@ -0,0 +1,11 @@
#ifndef M442DLL_H
#define M442DLL_H
#include "game/object.h"
#include "game/process.h"
s16 fn_1_90EC(void);
s32 fn_1_91AC(Process *arg0, s16 arg1);
void fn_1_94AC(s32 arg0);
#endif