mirror of
https://github.com/zeldaret/st
synced 2026-06-18 23:36:49 -04:00
Decompile overlay 24 (Part 2) (#66)
* remove scratch links * UnkAdventureModeSystem1 OK * UnkStruct_ov024_020d8694_024 OK * UnkTitleCardSystem1_024 99% * UnkTitleCardSystem1_024 OK * fix regressions * title card vfunc_08 oddity * tools: make build.ninja deterministic and delink when objdiff rebuild-on-change * clean up link node mess * UnkStruct_020d8698_024 24% * UnkStruct_020d8698_024 49% * UnkStruct_020d8698_024 65% * fix build issues * UnkStruct_020d8698_024 92% * UnkStruct_020d8698_024 OK * delink data_ov024_020d8694 symbol * tools: revert previous objdiff change and reduce ds-rom logs on objdiff
This commit is contained in:
@@ -155,7 +155,7 @@ ARM bool ItemManager::func_ov110_02184a40(ItemId itemId) {
|
||||
|
||||
if (this->mEquippedItem == ItemFlag_None) {
|
||||
this->mEquippedItem = itemFlag;
|
||||
data_ov024_020d8698->func_ov024_020cd458(this->mEquippedItem, 0);
|
||||
data_ov024_020d8698->func_ov024_020cd458(this->mEquippedItem, false);
|
||||
}
|
||||
} else {
|
||||
itemFlag = GetItemFlag(itemId);
|
||||
|
||||
Reference in New Issue
Block a user