diff options
| author | Carco_21 <144170194+carter-ktb21@users.noreply.github.com> | 2025-11-20 14:47:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-20 11:47:11 -0800 |
| commit | e7270bf7ab1ac08df1a33a8259305c9140e2be2b (patch) | |
| tree | 756d3afc77ae51cd1e1aac7fee0b570e9c3b1674 /include | |
| parent | cb08a259a55dcdaece09b5d94bf973f45f2bbf3a (diff) | |
d_a_kytag13 matching + small various work (#2826)
* kytag13 matching
* pr cleanup
Diffstat (limited to 'include')
| -rw-r--r-- | include/d/actor/d_a_kytag13.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/d/actor/d_a_kytag13.h b/include/d/actor/d_a_kytag13.h index b77b406d61..9a4916f903 100644 --- a/include/d/actor/d_a_kytag13.h +++ b/include/d/actor/d_a_kytag13.h @@ -11,9 +11,11 @@ * * @details * - */ -class kytag13_class : public fopAc_ac_c { +*/ + +class kytag13_class { public: + /* 0x000 */ fopAc_ac_c actor; /* 0x568 */ u8 field_0x568[0x574 - 0x568]; /* 0x574 */ f32 mSpeed; /* 0x578 */ u16 mMax; |
