From ccc2058e61fc4bd89a83ae89bba4ac5df5208826 Mon Sep 17 00:00:00 2001 From: MelonSpeedruns Date: Wed, 1 Jun 2022 17:59:33 -0400 Subject: [PATCH] restored table --- soh/include/randomizer/item_location.cpp | 1 + 1 file changed, 1 insertion(+) 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());