mirror of
https://github.com/zeldaret/ph
synced 2026-07-06 05:04:41 -04:00
Decomp ItemManager::EquipItem_vfunc_2c
This commit is contained in:
@@ -249,3 +249,7 @@ bool ItemManager::EquipItem_vfunc_3c(Vec4p *param1, ItemFlag equipId) {
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
void ItemManager::EquipItem_vfunc_2c(ItemFlag equipId) {
|
||||
(*this->mEquipItems)[equipId]->vfunc_2c();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user