Pyramid bag review changes
This commit is contained in:
@@ -754,7 +754,7 @@ u16 BagGetQuantityByPocketPosition(u8 pocketId, u16 pocketPos)
|
||||
static void SwapItemSlots(struct ItemSlot *a, struct ItemSlot *b)
|
||||
{
|
||||
struct ItemSlot temp;
|
||||
SWAP(*a, *b, temp);
|
||||
SWAP(*a, *b, temp);
|
||||
}
|
||||
|
||||
void CompactItemsInBagPocket(struct BagPocket *bagPocket)
|
||||
|
||||
Reference in New Issue
Block a user