From e1216fa61643b411e210e07976c4a10c6ac8ad04 Mon Sep 17 00:00:00 2001 From: hkz Date: Sat, 6 Sep 2025 10:30:43 +0200 Subject: [PATCH] Update the version number --- src/game_graphics.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game_graphics.c b/src/game_graphics.c index 68aba2c..bf1ed65 100644 --- a/src/game_graphics.c +++ b/src/game_graphics.c @@ -106,7 +106,7 @@ static const uint8_t instruction_box[INSTR_BOX_SIZE] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 5, 1, 3, 8, 0, 0, 50, 48, 52, 56, 33, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 79, 0, 50, 48, 50, 53, 0, 50, 46, 48, 0, 79 + 79, 0, 50, 48, 50, 53, 0, 50, 46, 49, 0, 79 }; static const uint8_t demo_box[INSTR_BOX_SIZE] = { @@ -117,7 +117,7 @@ static const uint8_t demo_box[INSTR_BOX_SIZE] = { 4, 5, 0, 0, 4, 5, 13, 15, 0, 0, 13, 15, 15, 4, 5, 0, 0, 4, 5, 13, 15, 0, 0, 13, 13, 15, 4, 5, 0, 0, 4, 5, 13, 15, 0, 0, - 79, 0, 50, 48, 50, 53, 0, 50, 46, 48, 0, 79 + 79, 0, 50, 48, 50, 53, 0, 50, 46, 49, 0, 79 }; #ifdef _DEMO_MODE_