diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-17 17:50:28 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-17 17:50:28 -0400 |
| commit | 4c9df6e8111745b04822965326c114f80dd3d8d9 (patch) | |
| tree | 624bc1a05ece006ec736082a9ba9245e13356b7a /include | |
| parent | 86a17bbfb726a5f39e23af257ac011af3e1f028c (diff) | |
d_a_st matching for demo
Diffstat (limited to 'include')
| -rw-r--r-- | include/d/actor/d_a_st.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/d/actor/d_a_st.h b/include/d/actor/d_a_st.h index 02b76e40..1cec2297 100644 --- a/include/d/actor/d_a_st.h +++ b/include/d/actor/d_a_st.h @@ -144,8 +144,9 @@ struct st_class { /* 0x1F88 */ dPa_smokeEcallBack m1F88; /* 0x1FA8 */ enemyice mEnemyIce; /* 0x2360 */ u32 mShadowId; +#if VERSION > VERSION_DEMO /* 0x2364 */ s8 m2364; - /* 0x2365 */ u8 m2365[0x2368 - 0x2365]; +#endif }; // Size: 0x2368 class HIO_c : public JORReflexible { |
