From 87ac29eb0d23f18c724a97e61fa4e9f9302b17c5 Mon Sep 17 00:00:00 2001 From: Ry Date: Wed, 18 Oct 2023 15:41:04 -0700 Subject: [PATCH] icons: Fix incorrect resource count --- applications/icons/icons.res.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/icons/icons.res.asm b/applications/icons/icons.res.asm index 16b7317..76e7cad 100644 --- a/applications/icons/icons.res.asm +++ b/applications/icons/icons.res.asm @@ -1,7 +1,7 @@ const ICON_SIZE: 4096 ; format: "RES" magic bytes, version, number of resource IDs - data.str "RES" data.8 0 data.8 3 + data.str "RES" data.8 0 data.8 4 ; format: 3 character null-terminated ID, pointer to data, size data.strz "abt" data.32 abt data.32 20