diff --git a/package.json b/package.json index f354b0a..4270940 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "name": "maan-on-my-wrist-xl", "pebble": { "displayName": "Maan On My Wrist XL", - "enableMultiJS": true, + "enableMultiJS": false, "messageKeys": [], "projectType": "native", "resources": { @@ -335,6 +335,19 @@ ], "type": "bitmap" }, + { + "file": "images/h026.png", + "memoryFormat": "Smallest", + "name": "H026", + "spaceOptimization": "storage", + "targetPlatforms": [ + "basalt", + "chalk", + "emery", + "gabbro" + ], + "type": "bitmap" + }, { "file": "images/b001.png", "memoryFormat": "Smallest", @@ -661,9 +674,9 @@ "type": "bitmap" }, { - "file": "images/xb001.png", + "file": "images/b026.png", "memoryFormat": "Smallest", - "name": "XB001", + "name": "B026", "spaceOptimization": "storage", "targetPlatforms": [ "basalt", diff --git a/resources/images/xb001.png b/resources/images/b026.png similarity index 100% rename from resources/images/xb001.png rename to resources/images/b026.png diff --git a/resources/images/h026.png b/resources/images/h026.png new file mode 100644 index 0000000..a6d8685 Binary files /dev/null and b/resources/images/h026.png differ diff --git a/src/c/main.c b/src/c/main.c index a7f1aeb..72e91b9 100644 --- a/src/c/main.c +++ b/src/c/main.c @@ -83,7 +83,7 @@ static const uint8_t s_ones_offset[] = {0, 3, 6, 9, 12}; #else static const uint8_t s_ones_offset[] = {0, 4, 7, 11, 15}; #endif -static const uint8_t s_head_count = 25; +static const uint8_t s_head_count = 26; static const uint32_t s_random_heads[] = { RESOURCE_ID_H001, RESOURCE_ID_H002, RESOURCE_ID_H003, RESOURCE_ID_H004, RESOURCE_ID_H005, RESOURCE_ID_H006, RESOURCE_ID_H007, RESOURCE_ID_H008, @@ -91,7 +91,7 @@ static const uint32_t s_random_heads[] = { RESOURCE_ID_H013, RESOURCE_ID_H014, RESOURCE_ID_H015, RESOURCE_ID_H016, RESOURCE_ID_H017, RESOURCE_ID_H018, RESOURCE_ID_H019, RESOURCE_ID_H020, RESOURCE_ID_H021, RESOURCE_ID_H022, RESOURCE_ID_H023, RESOURCE_ID_H024, - RESOURCE_ID_H025}; + RESOURCE_ID_H025, RESOURCE_ID_H026}; static const uint8_t s_butt_count = 26; static const uint32_t s_random_butts[] = { RESOURCE_ID_B001, RESOURCE_ID_B002, RESOURCE_ID_B003, RESOURCE_ID_B004, @@ -100,7 +100,7 @@ static const uint32_t s_random_butts[] = { RESOURCE_ID_B013, RESOURCE_ID_B014, RESOURCE_ID_B015, RESOURCE_ID_B016, RESOURCE_ID_B017, RESOURCE_ID_B018, RESOURCE_ID_B019, RESOURCE_ID_B020, RESOURCE_ID_B021, RESOURCE_ID_B022, RESOURCE_ID_B023, RESOURCE_ID_B024, - RESOURCE_ID_B025, RESOURCE_ID_XB001}; + RESOURCE_ID_B025, RESOURCE_ID_B026}; static const uint8_t s_color_count = 20; static const GColor8 s_dark_bg_colors[] = { // Red