Skip to content

Commit

Permalink
🐛 Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
obono committed Nov 22, 2022
1 parent c90f2d7 commit b56b071
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion ardubullets/title.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) = {
Expand Down
2 changes: 1 addition & 1 deletion chiemagari/menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion chribocchi/title.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion evasion/title.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = \
Expand Down
2 changes: 1 addition & 1 deletion hollow/title.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.";
Expand Down
2 changes: 1 addition & 1 deletion hopper/title.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion knightmove/title.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion lasers/title.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down
2 changes: 1 addition & 1 deletion pi24k/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion psicolo/title.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion quarto/title.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down
2 changes: 1 addition & 1 deletion reversi/title.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion samegame/title.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b56b071

Please sign in to comment.