mirror of
https://github.com/zeldaret/botw
synced 2026-06-08 04:07:15 -04:00
uking/ui: Add even more inventory functions
This commit is contained in:
@@ -115,6 +115,14 @@ bool getWeaponCommonPoweredSharpAddSurfMaster(const al::ByamlIter& iter) {
|
||||
return InfoData::getBoolByKey(iter, "weaponCommonPoweredSharpAddSurfMaster");
|
||||
}
|
||||
|
||||
const char* getArmorNextRankName(InfoData* data, const char* actor) {
|
||||
return data->getString(actor, "armorNextRankName", sead::SafeString::cEmptyString);
|
||||
}
|
||||
|
||||
int getItemStainColor(InfoData* data, const char* actor) {
|
||||
return data->getInt(actor, "itemStainColor", -1);
|
||||
}
|
||||
|
||||
int getMonsterShopSellMamo(const al::ByamlIter& iter) {
|
||||
return InfoData::getIntByKey(iter, "monsterShopSellMamo");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user