mirror of
https://github.com/zeldaret/ph
synced 2026-05-24 23:21:37 -04:00
Decomp ItemManager::GetAmmo
This commit is contained in:
@@ -262,4 +262,8 @@ EquipItem* ItemManager::GetEquipItem(ItemFlag equipId) {
|
||||
return (*this->mEquipItems)[equipId];
|
||||
}
|
||||
}
|
||||
|
||||
u16 ItemManager::GetAmmo(ItemFlag equipId) const {
|
||||
return (*this->mAmmo)[equipId];
|
||||
}
|
||||
#pragma interworking off
|
||||
|
||||
Reference in New Issue
Block a user