diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-24 20:32:30 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-24 20:32:30 -0400 |
| commit | 13fd5f3dc4e73de85d77c2690aaabbe1e9d2edec (patch) | |
| tree | be895f9a9375a9a828b7a3e19e711dca18f18f35 /include/c | |
| parent | 8c89f42a0cc73f20d743d1339bdf43f26ab442ad (diff) | |
d_a_bk OK
Diffstat (limited to 'include/c')
| -rw-r--r-- | include/c/c_damagereaction.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/include/c/c_damagereaction.h b/include/c/c_damagereaction.h index e6e184a7..5370a60d 100644 --- a/include/c/c_damagereaction.h +++ b/include/c/c_damagereaction.h @@ -178,16 +178,18 @@ public: /* 0x772 */ u8 m772[0x774 - 0x772]; /* 0x774 */ dPa_smokeEcallBack mParticleCallBack; /* 0x794 */ s16 m794; - /* 0x796 */ u8 m796[0x7A0 - 0x796]; + /* 0x796 */ u8 m796[0x798 - 0x796]; + /* 0x798 */ f32 m798; + /* 0x79C */ cXyz* m79C; /* 0x7A0 */ cXyz m7A0; /* 0x7AC */ u8 m7AC[0x7AE - 0x7AC]; /* 0x7AE */ s16 m7AE; /* 0x7B0 */ u8 m7B0[0x7B2 - 0x7B0]; /* 0x7B2 */ s16 m7B2; - /* 0x7B4 */ u8 m7B4[0x7B6 - 0x7B4]; + /* 0x7B4 */ s16 m7B4; /* 0x7B6 */ u8 m7B6; /* 0x7B7 */ u8 m7B7[0x7B8 - 0x7B7]; - /* 0x7B8 */ int m7B8; + /* 0x7B8 */ fpc_ProcID m7B8; }; // Size: 0x7BC // STATIC_ASSERT(sizeof(damagereaction) == 0x7BC); |
