diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2024-12-17 01:16:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-16 15:16:19 -0800 |
| commit | c5ab943cfc057be3c9310e93e27fc62a2be9cbeb (patch) | |
| tree | c17725e2c7f4262e7a1fa4e15f2dde8a1129960e /include/d/d_insect.h | |
| parent | ee992eb80c798a3c3cec73fb785edf6852fbd259 (diff) | |
d_a_obj_cb almost matching (#2265)
* d_a_obj_cb almost matching
* d_a_obj_bubblePillar OK
* Work on d_a_obj_fchain
* d_a_obj_gb OK
* daTimeFire_c OK
* d_a_obj_toaru_maki OK
* d_a_obj_ten OK
Diffstat (limited to 'include/d/d_insect.h')
| -rw-r--r-- | include/d/d_insect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/d_insect.h b/include/d/d_insect.h index 57256b6e96..8d2b109cdb 100644 --- a/include/d/d_insect.h +++ b/include/d/d_insect.h @@ -26,7 +26,7 @@ public: void setItemNo(u8 i_itemNo) { m_itemNo = i_itemNo; } void setSaveBitNo(s16 i_saveBitNo) { m_saveBitNo = i_saveBitNo; } -protected: +public: /* 0x56C */ u8 field_0x56C; /* 0x56D */ bool mDraw; /* 0x570 */ u32 mParticleKey1; |
