Merge branch 'Rainchus:main' into main

This commit is contained in:
CreateSource 2024-07-11 22:57:10 -04:00 committed by GitHub
commit db05760ec1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 2636 additions and 172 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