mirror of
https://github.com/zeldaret/ph
synced 2026-08-04 01:03:10 -04:00
Decomp ItemManager::AddItem
This commit is contained in:
@@ -361,3 +361,7 @@ ARM u32 ItemManager::GetFairyLevel(FairyId id) const {
|
||||
ARM bool ItemManager::HasItem(ItemFlag item) const {
|
||||
return GET_FLAG(this->mItemFlags.flags, item);
|
||||
}
|
||||
|
||||
THUMB void ItemManager::AddItem(ItemFlag item) {
|
||||
SET_FLAG(this->mItemFlags.flags, item);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user