diff options
author | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2023-04-06 16:39:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-06 16:39:12 +0200 |
commit | 8be7919774250cca23151bf1505cbb48d1dd45ee (patch) | |
tree | c9876a5c0f1cfea1eb56a2c046bcb4d5813e2d78 /scripts/manifest2header.awk | |
parent | d1c00c98ca0f2ca498284e60fa057a610cc5c461 (diff) | |
parent | d8e8e63bac3ef5a203106c09731ed2e55c87688a (diff) |
Merge pull request #59 from UnavailableDev/dev
rendering hp + strings
Diffstat (limited to 'scripts/manifest2header.awk')
-rwxr-xr-x | scripts/manifest2header.awk | 2 |
1 files changed, 1 insertions, 1 deletions
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};" } |