From 6b6a352205327df3d7654253a77d5e1e7d1471e7 Mon Sep 17 00:00:00 2001 From: aMannus Date: Sun, 2 Oct 2022 20:32:05 +0200 Subject: [PATCH] Rando: Fix "Scrubsanity Off" using mysterious text (#1679) --- soh/soh/Enhancements/randomizer/randomizerTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {