Skip to content

Commit

Permalink
Selector: Shrink a segment/overlay
Browse files Browse the repository at this point in the history
This doesn't reduce the block count for the same reasons as 66f35a0
but it's the thought that counts.
  • Loading branch information
inexorabletash committed Oct 8, 2023
1 parent b434d07 commit 877d63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selector/selector.s
Original file line number Diff line number Diff line change
Expand Up @@ -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

;;; ============================================================
Expand Down

0 comments on commit 877d63f

Please sign in to comment.