From 6aa29e265b39d53ec8f8227f4dbea699b9279f60 Mon Sep 17 00:00:00 2001 From: RocketGod <57732082+RocketGod-git@users.noreply.github.com> Date: Wed, 19 Mar 2025 10:30:11 -0700 Subject: [PATCH] Update Doom main.cpp for better icon (#2575) --- firmware/application/external/doom/main.cpp | 46 ++++++++++----------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/firmware/application/external/doom/main.cpp b/firmware/application/external/doom/main.cpp index 374041b67..417b7c625 100644 --- a/firmware/application/external/doom/main.cpp +++ b/firmware/application/external/doom/main.cpp @@ -29,34 +29,34 @@ __attribute__((section(".external_app.app_doom.application_information"), used)) 0x00, 0x00, 0x00, - 0x27, - 0xDA, - 0x59, + 0x77, + 0xDF, + 0xFF, + 0xDF, + 0xD9, + 0xFD, + 0x89, + 0xF8, + 0x89, + 0xE8, + 0x89, + 0xA8, + 0x89, + 0xA8, + 0xD9, 0xAD, - 0x89, + 0x79, + 0xAF, + 0x2D, + 0xAA, + 0x07, 0xA8, - 0x89, - 0xA8, - 0x89, - 0xA8, - 0x89, - 0x88, - 0x89, - 0x88, - 0x89, - 0x88, - 0x59, - 0x8D, - 0x29, - 0x8A, - 0x05, - 0x80, 0x03, + 0xA0, + 0x01, 0x80, 0x00, 0x00, - 0x00, - 0x00, }, ui::Color::red().v, app_location_t::GAMES, @@ -64,4 +64,4 @@ __attribute__((section(".external_app.app_doom.application_information"), used)) {0, 0, 0, 0}, 0x00000000, }; -} \ No newline at end of file +}