diff --git a/selector/selector.s b/selector/selector.s index d864c028..36a7745e 100644 --- a/selector/selector.s +++ b/selector/selector.s @@ -53,7 +53,7 @@ basic_system_not_found = $FF DEFSEG SegmentAlert, $D000, $0900 ;; Dynamically loaded overlays - DEFSEG OverlayFileDialog, OVERLAY_ADDR, $0F00 + DEFSEG OverlayFileDialog, OVERLAY_ADDR, $0E00 DEFSEG OverlayCopyDialog, OVERLAY_ADDR, $0B00 ;;; ============================================================