From 8d02e97184a940461ac8aa55d2b8a9fe4a7e5b66 Mon Sep 17 00:00:00 2001 From: Pepper0ni <93387759+Pepper0ni@users.noreply.github.com> Date: Mon, 30 Jun 2025 11:34:43 +0100 Subject: [PATCH] post merge fixes --- soh/soh/Enhancements/randomizer/location_access.h | 1 + 1 file changed, 1 insertion(+) diff --git a/soh/soh/Enhancements/randomizer/location_access.h b/soh/soh/Enhancements/randomizer/location_access.h index 45e6c7600..61d41a9e0 100644 --- a/soh/soh/Enhancements/randomizer/location_access.h +++ b/soh/soh/Enhancements/randomizer/location_access.h @@ -239,6 +239,7 @@ class Region { void ResetVariables(); void printAgeTimeAccess(); + static std::map spiritLogicData; }; extern std::array areaTable;