From 555f75cedcf0525be96cee9a5be532f97c02ca41 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Thu, 3 Jan 2019 17:45:04 -0800 Subject: [PATCH] Fix icon vertical offsets --- desktop/desktop_res.s | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/desktop/desktop_res.s b/desktop/desktop_res.s index 0b3b851..172bd47 100644 --- a/desktop/desktop_res.s +++ b/desktop/desktop_res.s @@ -1469,17 +1469,17 @@ type_icons_table: ; map into definitions below type_deltay_table: .byte 2 ; typeless .byte 2 ; src - .byte 2 ; rel + .byte 3 ; rel .byte 2 ; text - .byte 2 ; binary + .byte 3 ; binary .byte 6 ; directory .byte 0 ; system - .byte 2 ; basic + .byte 3 ; basic .byte 6 ; graphics .byte 2 ; appleworks db .byte 2 ; appleworks wp .byte 2 ; appleworks sp - .byte 0 ; system (see below) + .byte 1 ; system (see below) .macro DEFICON mapbits, mapwidth, x1, y1, x2, y2, maskbits ;; First part is MGTK::MapInfo without leading viewloc