sub_8044124

This commit is contained in:
DizzyEggg
2024-10-12 21:08:16 +02:00
parent 854680fe7f
commit 8b7e2e324e
8 changed files with 277 additions and 667 deletions

View File

@@ -91,4 +91,11 @@ u32 sub_80913E0(Item *slot, u32, struct subStruct_203B240 **);
UNUSED Item *item = &gTeamInventoryRef->teamItems[id]; \
}
static inline void ZeroOutItem(Item *item)
{
item->id = 0;
item->quantity = 0;
item->flags = 0;
}
#endif // GUARD_ITEMS_H