Decomp GetExclusiveItemOffsetEnsureValid

This commit is contained in:
VicSevenT
2025-12-31 18:25:41 -06:00
parent d2fa771970
commit 7dd5d34966
4 changed files with 13 additions and 24 deletions

View File

@@ -3,6 +3,8 @@
#include "util.h"
s16 GetExclusiveItemOffsetEnsureValid(s16 item_id);
// Checks if an item is valid given its ID.
// In particular, checks if the "is valid" flag is set on its item_p.bin entry.
bool8 IsItemValid(s16 item_id);