Skip to content

Commit

Permalink
icons: Fix incorrect resource count
Browse files Browse the repository at this point in the history
  • Loading branch information
ry755 committed Oct 18, 2023
1 parent 1b1c8cb commit 87ac29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/icons/icons.res.asm
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 87ac29e

Please sign in to comment.