diff --git a/soh/soh/Enhancements/randomizer/randomizerTypes.h b/soh/soh/Enhancements/randomizer/randomizerTypes.h index d65fa21f7..bcac9e69e 100644 --- a/soh/soh/Enhancements/randomizer/randomizerTypes.h +++ b/soh/soh/Enhancements/randomizer/randomizerTypes.h @@ -1040,7 +1040,7 @@ typedef struct ScrubIdentity { RandomizerCheck randomizerCheck; GetItemID getItemId; int32_t itemPrice; - bool isShuffled; + uint8_t isShuffled; } ScrubIdentity; typedef struct ShopItemIdentity {