From b56b071593150322bdcfb7039f01487474cd708e Mon Sep 17 00:00:00 2001 From: OBONO Date: Tue, 22 Nov 2022 22:51:54 +0900 Subject: [PATCH] :bug: Fix typo --- ardubullets/title.cpp | 2 +- chiemagari/menu.cpp | 2 +- chribocchi/title.cpp | 2 +- evasion/title.cpp | 2 +- hollow/title.cpp | 2 +- hopper/title.cpp | 2 +- knightmove/title.cpp | 2 +- lasers/title.cpp | 2 +- pi24k/main.cpp | 2 +- psicolo/title.cpp | 2 +- quarto/title.cpp | 2 +- reversi/title.cpp | 2 +- samegame/title.cpp | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/ardubullets/title.cpp b/ardubullets/title.cpp index 46ea68f..a34d9aa 100644 --- a/ardubullets/title.cpp +++ b/ardubullets/title.cpp @@ -108,7 +108,7 @@ PROGMEM static const uint8_t imgSpinners[][6] = { // 3x6 x2 }; PROGMEM static const char creditText[] = \ - "- " APP_TITLE " -\0\0\0" APP_RELEASED "\0PROGREMMED BY OBONO\0\0" \ + "- " APP_TITLE " -\0\0\0" APP_RELEASED "\0PROGRAMMED BY OBONO\0\0" \ "THIS PROGRAM IS\0RELEASED UNDER\0THE MIT LICENSE.\0\e"; PROGMEM static void(*const handlerFuncTable[])(void) = { diff --git a/chiemagari/menu.cpp b/chiemagari/menu.cpp index 6a9a001..06f2ee6 100644 --- a/chiemagari/menu.cpp +++ b/chiemagari/menu.cpp @@ -78,7 +78,7 @@ PROGMEM static const uint8_t imgTitle[512] = { // 128x32 }; PROGMEM static const char creditText[] = "- " APP_TITLE " -\0\0" APP_RELEASED \ - "\0PROGREMMED BY OBONO\0\0THIS PROGRAM IS\0" "RELEASED UNDER\0" "THE MIT LICENSE."; + "\0PROGRAMMED BY OBONO\0\0THIS PROGRAM IS\0" "RELEASED UNDER\0" "THE MIT LICENSE."; PROGMEM static const byte soundStart[] = { 0x90, 72, 0, 100, 0x80, 0, 25, diff --git a/chribocchi/title.cpp b/chribocchi/title.cpp index 2523528..c5d6844 100644 --- a/chribocchi/title.cpp +++ b/chribocchi/title.cpp @@ -115,7 +115,7 @@ PROGMEM static const byte sound2[] = { PROGMEM static const char menuText[] = "START GAME\0SOUND \0RECORD\0CREDIT"; PROGMEM static const char creditText[] = "- " APP_TITLE " -\0\0" APP_RELEASED \ - "\0PROGREMMED BY OBONO\0\0THIS PROGRAM IS\0" "RELEASED UNDER\0" "THE MIT LICENSE."; + "\0PROGRAMMED BY OBONO\0\0THIS PROGRAM IS\0" "RELEASED UNDER\0" "THE MIT LICENSE."; static uint8_t state; static bool toDraw; diff --git a/evasion/title.cpp b/evasion/title.cpp index ba10e28..66a1d24 100644 --- a/evasion/title.cpp +++ b/evasion/title.cpp @@ -125,7 +125,7 @@ PROGMEM static const uint8_t imgButton[2][7] = { // 7x7 x2 }; PROGMEM static const char creditText[] = \ - "- " APP_TITLE " -\0\0\0" APP_RELEASED "\0PROGREMMED BY OBONO\0\0" \ + "- " APP_TITLE " -\0\0\0" APP_RELEASED "\0PROGRAMMED BY OBONO\0\0" \ "THIS PROGRAM IS\0RELEASED UNDER\0THE MIT LICENSE.\0\e"; PROGMEM static const char accelText[] = "OFF \0SLOW\0FAST"; PROGMEM static const char noticeText[] = \ diff --git a/hollow/title.cpp b/hollow/title.cpp index c449c01..e1a5ba2 100644 --- a/hollow/title.cpp +++ b/hollow/title.cpp @@ -113,7 +113,7 @@ PROGMEM static const char * const menusTable[] = { PROGMEM static const char credit0[] = "- " APP_TITLE " -"; PROGMEM static const char credit1[] = APP_RELEASED; -PROGMEM static const char credit2[] = "PROGREMMED BY OBONO"; +PROGMEM static const char credit2[] = "PROGRAMMED BY OBONO"; PROGMEM static const char credit3[] = "THIS PROGRAM IS"; PROGMEM static const char credit4[] = "RELEASED UNDER"; PROGMEM static const char credit5[] = "THE MIT LICENSE."; diff --git a/hopper/title.cpp b/hopper/title.cpp index 214e173..82ea308 100644 --- a/hopper/title.cpp +++ b/hopper/title.cpp @@ -138,7 +138,7 @@ PROGMEM static const byte sound2[] = { PROGMEM static const char menuText[] = "START GAME\0SOUND \0RECORD\0CREDIT"; PROGMEM static const char creditText[] = "- " APP_TITLE " -\0\0" APP_RELEASED \ - "\0PROGREMMED BY OBONO\0\0THIS PROGRAM IS\0" "RELEASED UNDER\0" "THE MIT LICENSE."; + "\0PROGRAMMED BY OBONO\0\0THIS PROGRAM IS\0" "RELEASED UNDER\0" "THE MIT LICENSE."; static uint8_t state; static bool toDraw; diff --git a/knightmove/title.cpp b/knightmove/title.cpp index f2bb426..1c91460 100644 --- a/knightmove/title.cpp +++ b/knightmove/title.cpp @@ -75,7 +75,7 @@ PROGMEM static const uint8_t imgEye[][3] = { // 3x8 x2 }; PROGMEM static const char creditText[] = \ - "- " APP_TITLE " -\0\0\0" APP_RELEASED "\0PROGREMMED BY OBONO\0\0" \ + "- " APP_TITLE " -\0\0\0" APP_RELEASED "\0PROGRAMMED BY OBONO\0\0" \ "THIS PROGRAM IS\0RELEASED UNDER\0THE MIT LICENSE.\0\e"; static STATE_T state = STATE_INIT; diff --git a/lasers/title.cpp b/lasers/title.cpp index 6e80f57..3ae09e1 100644 --- a/lasers/title.cpp +++ b/lasers/title.cpp @@ -65,7 +65,7 @@ PROGMEM static const uint8_t imgTitle[351] = { // 117x24 }; PROGMEM static const char creditText[] = "- " APP_TITLE " -\0\0" APP_RELEASED \ - "\0PROGREMMED BY OBONO\0\0THIS PROGRAM IS\0RELEASED UNDER\0THE MIT LICENSE."; + "\0PROGRAMMED BY OBONO\0\0THIS PROGRAM IS\0RELEASED UNDER\0THE MIT LICENSE."; static STATE_T state = STATE_INIT; static LINE_T lines[LINES_MAX]; diff --git a/pi24k/main.cpp b/pi24k/main.cpp index fc8afc5..0c07bf9 100644 --- a/pi24k/main.cpp +++ b/pi24k/main.cpp @@ -31,7 +31,7 @@ static void drawCredit(void); /* Local Variables */ PROGMEM static const char creditText[] = \ - APP_RELEASED "\0PROGREMMED BY OBONO\0\0" \ + APP_RELEASED "\0PROGRAMMED BY OBONO\0\0" \ "THIS PROGRAM IS\0RELEASED UNDER\0THE MIT LICENSE.\0\e"; int16_t keta, ketaMax, padRepeatCount; diff --git a/psicolo/title.cpp b/psicolo/title.cpp index 552c341..88ff6fd 100644 --- a/psicolo/title.cpp +++ b/psicolo/title.cpp @@ -48,7 +48,7 @@ PROGMEM static const uint8_t imgTitlePart[8] = { // 8x8 }; PROGMEM static const char creditText[] = "- " APP_TITLE " -\0\0" APP_RELEASED \ - "\0PROGREMMED BY OBONO\0\0THIS PROGRAM IS\0RELEASED UNDER\0THE MIT LICENSE."; + "\0PROGRAMMED BY OBONO\0\0THIS PROGRAM IS\0RELEASED UNDER\0THE MIT LICENSE."; static STATE_T state = STATE_INIT; diff --git a/quarto/title.cpp b/quarto/title.cpp index 61aece3..7a70ce5 100644 --- a/quarto/title.cpp +++ b/quarto/title.cpp @@ -103,7 +103,7 @@ PROGMEM static const char instAttrLabels[] = \ " PLANE\0HOLLOW \0 TALL\0SHORT \0 SQUARE\0CIRCULAR\0 SOLID\0MESHED "; PROGMEM static const char creditText[] = \ - "- " APP_TITLE " -\0\0\0" APP_RELEASED "\0PROGREMMED BY OBONO\0\0" \ + "- " APP_TITLE " -\0\0\0" APP_RELEASED "\0PROGRAMMED BY OBONO\0\0" \ "THIS PROGRAM IS\0RELEASED UNDER\0THE MIT LICENSE.\0\0\0" \ "ORIGINAL CONCEPT BY\0BLAISE MULLER, SWISS\0\e"; diff --git a/reversi/title.cpp b/reversi/title.cpp index 760c5f3..6d8ee5b 100644 --- a/reversi/title.cpp +++ b/reversi/title.cpp @@ -61,7 +61,7 @@ PROGMEM static const uint8_t imgTitle2[264] = { // 87x19 }; PROGMEM static const char creditText[] = "- " APP_TITLE " -\0\0" APP_RELEASED \ - "\0PROGREMMED BY OBONO\0\0THIS PROGRAM IS\0RELEASED UNDER\0THE MIT LICENSE."; + "\0PROGRAMMED BY OBONO\0\0THIS PROGRAM IS\0RELEASED UNDER\0THE MIT LICENSE."; static STATE_T state = STATE_INIT; static bool isSettingsChanged; diff --git a/samegame/title.cpp b/samegame/title.cpp index b85fe5f..308dcd5 100644 --- a/samegame/title.cpp +++ b/samegame/title.cpp @@ -65,7 +65,7 @@ PROGMEM static const uint8_t imgSubTitle[] = { // 72x8 PROGMEM static const char creditText[] = \ - "- " APP_TITLE " -\0\0\0" APP_RELEASED "\0PROGREMMED BY OBONO\0\0" \ + "- " APP_TITLE " -\0\0\0" APP_RELEASED "\0PROGRAMMED BY OBONO\0\0" \ "THIS PROGRAM IS\0RELEASED UNDER\0THE MIT LICENSE.\0\e"; static STATE_T state = STATE_INIT;