diff options
| author | Howard Luck <pheenoh@gmail.com> | 2026-04-11 13:51:20 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-11 12:51:20 -0700 |
| commit | 1779734b12e3be3526d36b78ec1214b2ba43c574 (patch) | |
| tree | 9754ee639a324796717ba7e79258eeed89ca2cb0 | |
| parent | ad6f8e926597a6cb9f8eed91a175f95c07e4ee82 (diff) | |
Fix obj_maki_class::field_0x6f8 array size (#3149)
| -rw-r--r-- | include/d/actor/d_a_obj_maki.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/d/actor/d_a_obj_maki.h b/include/d/actor/d_a_obj_maki.h index c15b0b9ac1..aad8028e9c 100644 --- a/include/d/actor/d_a_obj_maki.h +++ b/include/d/actor/d_a_obj_maki.h @@ -28,11 +28,9 @@ public: /* 0x580 */ s16 field_0x580[2]; /* 0x584*/ dCcD_Stts mStts; /* 0x5c0 */ dCcD_Sph mSph; - /* 0x6f8 */ u32 field_0x6f8[4]; - /* 0x6fc */ u8 field_0x6fc[0x70c - 0x708]; // Undefined + /* 0x6f8 */ u32 field_0x6f8[5]; /* 0x70c */ LIGHT_INFLUENCE mLightObj; /* 0x72c */ u8 field_0x72c; - /* 0x72d */ u8 field_0x72d[0x730 - 0x72d]; //Undefined }; STATIC_ASSERT(sizeof(obj_maki_class) == 0x730); |
