summaryrefslogtreecommitdiff
path: root/include/d/d_insect.h
diff options
context:
space:
mode:
authorMax Roncace <me@caseif.net>2025-06-26 16:23:48 -0400
committerGitHub <noreply@github.com>2025-06-26 23:23:48 +0300
commit028c07d47d41b10ba8fbef0ef4240751db74776f (patch)
treea1e9b6ea375e60892181ac452fe2178f31896555 /include/d/d_insect.h
parent5bdf8bb50edc05763d918602e85a08d5c2d02d42 (diff)
d_a_obj_kamakiri matching (#2501)
Diffstat (limited to 'include/d/d_insect.h')
-rw-r--r--include/d/d_insect.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/d/d_insect.h b/include/d/d_insect.h
index be52453e8e..a007046a68 100644
--- a/include/d/d_insect.h
+++ b/include/d/d_insect.h
@@ -21,19 +21,19 @@ public:
/* 8015E078 */ void Insect_GetDemoMain();
/* 8015E26C */ void CalcZBuffer(f32);
- /* 80110648 */ virtual void Insect_Release() { field_0x56C = 1; }
+ /* 80110648 */ virtual void Insect_Release() { field_0x56c = 1; }
bool ChkGetDemo() { return m_mode > 0; }
void setItemNo(u8 i_itemNo) { m_itemNo = i_itemNo; }
void setSaveBitNo(s16 i_saveBitNo) { m_saveBitNo = i_saveBitNo; }
- bool CheckZ() { return (u32)field_0x57C > field_0x578; }
+ bool CheckZ() { return (u32)field_0x57c > field_0x578; }
public:
- /* 0x56C */ u8 field_0x56C;
+ /* 0x56C */ u8 field_0x56c;
/* 0x56D */ bool mDraw;
/* 0x570 */ u32 mParticleKey1;
/* 0x574 */ u32 mParticleKey2;
/* 0x578 */ u32 field_0x578;
- /* 0x57C */ f32 field_0x57C;
+ /* 0x57C */ f32 field_0x57c;
/* 0x580 */ u8 m_itemNo;
/* 0x581 */ u8 mSex;
/* 0x582 */ s16 m_saveBitNo;