d_a_obj_dan OK (#2163)

This commit is contained in:
Caroline Madsen
2024-06-02 18:24:43 -04:00
committed by GitHub
parent fcf137a902
commit 59175a46fd
45 changed files with 694 additions and 2909 deletions
+1
View File
@@ -142,6 +142,7 @@ public:
void ClrGroundFind() { m_flags &= ~GROUND_FIND; }
u32 MaskRoofHit() { return m_flags & ROOF_HIT; }
bool ChkRoofHit() { return MaskRoofHit(); }
void OffClrSpeedY() { m_flags |= CLR_SPEED_Y; }
bool ChkClrSpeedY() { return !(m_flags & CLR_SPEED_Y); }
void SetGroundFind() { m_flags |= GROUND_FIND; }
void SetGroundHit() { m_flags |= GROUND_HIT; }
+2
View File
@@ -23,6 +23,8 @@ public:
/* 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; }
protected:
/* 0x56C */ u8 field_0x56C;