summaryrefslogtreecommitdiff
path: root/include/d/d_insect.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/d/d_insect.h')
-rw-r--r--include/d/d_insect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/d/d_insect.h b/include/d/d_insect.h
index 4c42d342f0..57256b6e96 100644
--- a/include/d/d_insect.h
+++ b/include/d/d_insect.h
@@ -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;