diff --git a/firmware/application/external/dinogame/main.cpp b/firmware/application/external/dinogame/main.cpp index 72809caf8..66126b7d4 100644 --- a/firmware/application/external/dinogame/main.cpp +++ b/firmware/application/external/dinogame/main.cpp @@ -4,9 +4,7 @@ * | Find me at https://betaskynet.com | * | Argh matey! | * ------------------------------------------------------------ - */ - -/* + * * Chrome Dino Game for Portapack Mayhem * Based on the original DinoGame by various contributors */ @@ -32,38 +30,23 @@ __attribute__((section(".external_app.app_dinogame.application_information"), us "Dino Game", { - 0x00, - 0x00, - 0x00, - 0x00, - 0x00, - 0x00, - 0x00, - 0x00, - 0x00, - 0x00, - 0xF0, - 0xF8, - 0xFC, - 0xFE, - 0xFF, - 0xFF, - 0x7F, - 0x7F, - 0x3F, - 0x3F, - 0x3E, - 0x3C, - 0x38, - 0x30, - 0x00, - 0x00, - 0x00, - 0x00, - 0x00, - 0x00, - 0x00, - 0x00, + // Cactus icon 16x16 + 0x00, 0x00, // ................ + 0x80, 0x01, // .......##....... + 0x80, 0x01, // .......##....... + 0x80, 0x01, // .......##....... + 0x98, 0x19, // ...##..##..##... + 0x98, 0x19, // ...##..##..##... + 0x98, 0x19, // ...##..##..##... + 0x98, 0x19, // ...##..##..##... + 0xF8, 0x1F, // ...##########... + 0xF0, 0x0F, // ....########.... + 0x80, 0x01, // .......##....... + 0x80, 0x01, // .......##....... + 0x80, 0x01, // .......##....... + 0x80, 0x01, // .......##....... + 0x80, 0x01, // .......##....... + 0x00, 0x00, // ................ }, ui::Color::green().v, app_location_t::GAMES, @@ -72,4 +55,4 @@ __attribute__((section(".external_app.app_dinogame.application_information"), us {0, 0, 0, 0}, 0x00000000, }; -} +} \ No newline at end of file diff --git a/firmware/application/external/spaceinv/main.cpp b/firmware/application/external/spaceinv/main.cpp index d7c9fe244..961e9268d 100644 --- a/firmware/application/external/spaceinv/main.cpp +++ b/firmware/application/external/spaceinv/main.cpp @@ -27,43 +27,29 @@ __attribute__((section(".external_app.app_spaceinv.application_information"), us "Space Invaders", { - 0x18, - 0x3C, - 0x7E, - 0xDB, - 0xFF, - 0xFF, - 0x24, - 0x66, - 0x42, - 0x00, - 0x24, - 0x18, - 0x24, - 0x42, - 0x81, - 0x00, - 0x00, - 0x00, - 0x00, - 0x00, - 0x00, - 0x00, - 0x00, - 0x00, - 0x00, - 0x00, - 0x00, - 0x00, - 0x00, - 0x00, - 0x00, + // Space Invader alien icon 16x16 + 0x00, 0x18, // .......##....... + 0x00, 0x3C, // ......####...... + 0x00, 0x7E, // .....######..... + 0x00, 0xDB, // ....##.##.##.... + 0x00, 0xFF, // ....########.... + 0x00, 0xFF, // ....########.... + 0x00, 0x24, // ......#..#...... + 0x00, 0x66, // .....##..##..... + 0x00, 0x42, // .....#....#..... + 0x00, 0x00, // ................ + 0x00, 0x24, // ......#..#...... + 0x00, 0x18, // .......##....... + 0x00, 0x24, // ......#..#...... + 0x00, 0x42, // .....#....#..... + 0x00, 0x81, // ....#......#.... + 0x00, 0x00, // ................ }, - ui::Color::yellow().v, + ui::Color::magenta().v, app_location_t::GAMES, -1, {0, 0, 0, 0}, 0x00000000, }; -} // namespace ui::external_app::spaceinv +} // namespace ui::external_app::spaceinv \ No newline at end of file