diff --git a/soh/include/randomizer/item_location.cpp b/soh/include/randomizer/item_location.cpp index 39491c12f..2257ff09f 100644 --- a/soh/include/randomizer/item_location.cpp +++ b/soh/include/randomizer/item_location.cpp @@ -9,6 +9,7 @@ #include //Location definitions +static std::array locationTable; void LocationTable_Init() { locationTable[NONE] = ItemLocation::Base (0xFF, 0xFF, "Invalid Location", NONE, NONE, {}, SpoilerCollectionCheck::None());