Merge remote-tracking branch 'decomp/main'

This commit is contained in:
Max Roncace
2026-03-18 01:56:47 -04:00
133 changed files with 1091 additions and 584 deletions
+2 -3
View File
@@ -1463,9 +1463,8 @@ bool dShopSystem_c::searchItemActor() {
for (int i = 0; i < dShopSystem_sellItemMax; i++) {
u32 processId = dShopSystem_itemActor[i]->getProcessID();
mItemCtrl.setItemIndex(i, processId);
mItemCtrl.setMessageIndex(i, (u16)dShopSystem_itemActor[i]->home.angle.x != 0xFFFF ?
(u16)dShopSystem_itemActor[i]->home.angle.x :
-1);
int itemFlowId = dShopSystem_itemActor[i]->getFlowNodeNum();
mItemCtrl.setMessageIndex(i, itemFlowId);
if (processId + 0x10000 == 0xFFFF) {
onFlag(i);