mirror of
https://github.com/n64decomp/mk64
synced 2026-09-09 03:20:11 -04:00
Match code_80040E50 (#220)
This required making some minor adjustments to a struct in common_structs.h, which further required a couple tiny updates to some functions in a couple other files. Nothing too crazy. Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
This commit is contained in:
@@ -473,7 +473,8 @@ typedef struct {
|
||||
typedef struct
|
||||
{
|
||||
/* 0x00 */ f32 unk_000;
|
||||
/* 0x04 */ s8 unk_004[0x24];
|
||||
/* 0x04 */ Vec3f unk_004;
|
||||
/* 0x10 */ s8 unk_010[0x18];
|
||||
/* 0x28 */ f32 unk_028;
|
||||
/* 0x2C */ f32 unk_02C;
|
||||
/* 0x30 */ f32 unk_030;
|
||||
|
||||
Reference in New Issue
Block a user