diff --git a/include/d/d_com_inf_game.h b/include/d/d_com_inf_game.h index c192d03e6..00dd3b712 100644 --- a/include/d/d_com_inf_game.h +++ b/include/d/d_com_inf_game.h @@ -197,8 +197,6 @@ public: mItemLifeCount += num; } - u8 getSelectItem(int i_itemIdx) { return mEquippedItems[i_itemIdx]; } - u8 checkMesgCancelButton() { return field_0x4949; } void setPlayerStatus(int param_0, int i, u32 flag) { mPlayerStatus[param_0][i] |= flag; } @@ -1119,10 +1117,6 @@ inline void dComIfGp_setItemMagicCount(s16 magic) { g_dComIfG_gameInfo.play.setItemMagicCount(magic); } -inline u8 dComIfGp_getSelectItem(int i_itemIdx) { - return g_dComIfG_gameInfo.play.getSelectItem(i_itemIdx); -} - inline u8 dComIfGp_checkMesgCancelButton() { return g_dComIfG_gameInfo.play.checkMesgCancelButton(); }