From d8e8e63bac3ef5a203106c09731ed2e55c87688a Mon Sep 17 00:00:00 2001 From: UnavailableDev Date: Thu, 6 Apr 2023 16:40:34 +0200 Subject: rendering hp + strings --- scripts/manifest2header.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/manifest2header.awk b/scripts/manifest2header.awk index b141a8b..8a114bc 100755 --- a/scripts/manifest2header.awk +++ b/scripts/manifest2header.awk @@ -19,5 +19,5 @@ BEGIN { END { print "#define HH_TM_SIZE "offset print "#define HH_TM_GROUPS "groups - print "const static uint8_t hh_palette_lut[]={"arr", NULL};" + print "const static int hh_palette_lut[]={"arr", NULL};" } -- cgit v1.2.3