diff --git a/soh/soh/Enhancements/randomizer/location.cpp b/soh/soh/Enhancements/randomizer/location.cpp index 6de708c013..cb2d6dbe5b 100644 --- a/soh/soh/Enhancements/randomizer/location.cpp +++ b/soh/soh/Enhancements/randomizer/location.cpp @@ -64,7 +64,7 @@ bool Rando::Location::IsOverworld() const { } bool Rando::Location::IsShop() const { - return scene >= SCENE_BAZAAR && scene <= SCENE_BOMBCHU_SHOP; + return (scene >= SCENE_BAZAAR && scene <= SCENE_BOMBCHU_SHOP) || scene == SCENE_TEST01; } bool Rando::Location::IsVanillaCompletion() const {