diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-02-19 15:43:26 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-19 18:43:26 -0500 |
| commit | bbc7944e54bd4c6095c82ca9877c48488a16cdff (patch) | |
| tree | d417a6408bd4ce2193f5ad41da93dabd6b297712 /include/d/d_path.h | |
| parent | 376a5be6e304b5ec49e899e0f79287690522e08a (diff) | |
d_a_boomerang / d_a_grass mostly done, d_a_spinner done (#2304)
* d_a_boomerang mostly done
* d_a_grass mostly done
* d_a_spinner done
Diffstat (limited to 'include/d/d_path.h')
| -rw-r--r-- | include/d/d_path.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/d/d_path.h b/include/d/d_path.h index 82e25d6b5c..517cd4f575 100644 --- a/include/d/d_path.h +++ b/include/d/d_path.h @@ -13,6 +13,7 @@ struct dPath { /* 0x4 */ u8 field_0x4; /* 0x5 */ bool m_closed; /* 0x6 */ u8 field_0x6; + /* 0x7 */ u8 field_0x7; /* 0x8 */ dStage_dPnt_c* m_points; }; |
