complete m438Dll/map.c (#534)

* get halfway through m424/ball

* get halfway through m424/ball

* get halfway through m424/ball

* complete m424/ball

* fix merge errors

* Revert "complete m424/ball"

This reverts commit acbc3196c5.

* fix up ball, start claw

* get halfway through m424/ball

* complete m424/ball

* Revert "complete m424/ball"

This reverts commit acbc3196c5.

* fix up ball, start claw

* complete m424Dll

* fix m424, begin m438/map

* Start m438/map

* complete m438/map

* fix m424
This commit is contained in:
CreateSource 2025-01-15 19:59:55 -05:00 committed by GitHub
parent ef9659fef2
commit f6ca7da943
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 756 additions and 68 deletions

View file

@ -3,6 +3,19 @@
#include "game/object.h"
typedef struct M438MainWork4 {
u8 unk_00;
char unk01[0x3];
s32 unk_04;
float unk_08;
float unk_0C;
Vec unk_10;
Vec unk_1C;
Vec unk_28;
Vec unk_34;
char unk40[0xC];
} M438MainWork4; /* size = 0x4C */
void fn_1_B4D8(Process *arg0);
void fn_1_B548();
s32 fn_1_DA64(float arg8);