diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-28 18:36:35 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-28 18:36:35 -0400 |
| commit | b597e195b4b037fe8240c08bdd52bb96b17e49c6 (patch) | |
| tree | 719e0820c9eb3364db9849b92d952479b93522a4 /include/d/actor | |
| parent | 0d6d429ad19fbd3eef107ef0df23a030cf149679 (diff) | |
Match 3 more d_a_tn funcs, clean up some inlines
Diffstat (limited to 'include/d/actor')
| -rw-r--r-- | include/d/actor/d_a_tn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/actor/d_a_tn.h b/include/d/actor/d_a_tn.h index 5ec081fb..b19eb9c1 100644 --- a/include/d/actor/d_a_tn.h +++ b/include/d/actor/d_a_tn.h @@ -40,7 +40,7 @@ struct tn_class { /* 0x02C4 */ mDoExt_McaMorf* mpBodyMorf; /* 0x02C8 */ mDoExt_McaMorf* mpShieldMorf; /* 0x02CC */ mDoExt_McaMorf* mpArmorMorf; - /* 0x02D0 */ u8 mRemainingEquipmentPieces; + /* 0x02D0 */ s8 mRemainingEquipmentPieces; /* 0x02D1 */ u8 m02D1[0x02D4 - 0x02D1]; /* 0x02D4 */ u32 mShadowId; /* 0x02D8 */ mDoExt_brkAnm* mpBrkAnm; |
