diff --git a/soh/soh/Enhancements/Graphics/DisableFixedCamera.cpp b/soh/soh/Enhancements/Graphics/DisableFixedCamera.cpp index b937a98b1..f6692ce29 100644 --- a/soh/soh/Enhancements/Graphics/DisableFixedCamera.cpp +++ b/soh/soh/Enhancements/Graphics/DisableFixedCamera.cpp @@ -84,7 +84,8 @@ static void DisableFixedCamera_RestoreAllCameraData() { // Helper to check if a camera type is a fixed camera static bool IsFixedCameraType(s16 type) { - return type == CAM_SET_PREREND_FIXED || type == CAM_SET_PREREND_PIVOT || type == CAM_SET_PIVOT_FROM_SIDE; + return type == CAM_SET_PREREND_FIXED || type == CAM_SET_PREREND_PIVOT || type == CAM_SET_PIVOT_FROM_SIDE || + type == CAM_SET_MARKET_BALCONY; } static void RegisterDisableFixedCamera() {