Port m426Dll to PAL, match m428Dll and remove PS prefixes (#537)

* Port m426Dll to PAL

* Remove PS prefix from mtx function usages

* Match m428Dll
This commit is contained in:
dbalatoni13 2025-01-19 05:31:11 +01:00 committed by GitHub
parent 2a3c353029
commit accaf2085f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
72 changed files with 8178 additions and 4336 deletions

View file

@ -3,7 +3,7 @@
#include "game/object.h"
u32 fn_1_26E0(void);
s32 fn_1_26E0(void);
void fn_1_4170(s16 arg0, s32 arg1);
void fn_1_4324(s32 arg0, Vec *arg1, Vec *arg2, Vec *arg3);
@ -28,4 +28,7 @@ void fn_1_116C4(s32 arg0, s32 arg1);
void fn_1_11754(s32 arg0, float arg8);
void fn_1_11798(s32 arg0);
extern s16 lbl_1_bss_50[4];
extern s32 lbl_1_bss_18;
#endif