diff options
| author | Tyler McGavran <tyler.taggerung@gmail.com> | 2022-10-20 00:00:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-19 22:00:45 -0600 |
| commit | 1483ddaa0343c1614159c8a4e915d9f027abb8bc (patch) | |
| tree | 35583efcc403b0cc9e73b597d999f8538ba6e61f /include/common_structs.h | |
| parent | cc4b5bfcd2864e22933ea20dfc3891eed52eb1fe (diff) | |
Matches and m2c refreshing for code_80057C60 (#266)
* Matches and m2c refreshing for code_80057C60
* Convert some Vtx's into a Mtx
Based on the usage of D_0D008E98, it seems like it should be a
Mtx. So this commit changes some Vtx's into a Mtx
Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
Diffstat (limited to 'include/common_structs.h')
| -rw-r--r-- | include/common_structs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/common_structs.h b/include/common_structs.h index c278d5967..56644bc01 100644 --- a/include/common_structs.h +++ b/include/common_structs.h @@ -128,8 +128,7 @@ typedef struct { /* 0x20 */ s16 unk_020; /* 0x22 */ s16 unk_022; /* 0x24 */ f32 unk_024; - /* 0x28 */ s16 unk_028; - /* 0x2A */ s16 unk_02A; + /* 0x28 */ f32 unk_028; /* 0x2C */ s16 unk_02C; /* 0x2E */ s16 unk_02E; /* 0x30 */ s16 unk_030; |
