
Go to the source code of this file.
Functions | |
| unsigned char | strlen_rom (rom const char *string) |
| void | printAscii (rom const char *str, unsigned char size) |
| void | printAsciiXY (rom const char *str, unsigned char size, unsigned char x, unsigned char y) |
| void | initStartMenu (unsigned char x1, unsigned char y1, unsigned char x2, unsigned char y2) |
| unsigned char | startMenu () |
| void | printMenu () |
| unsigned char | updateMenu () |
| void | showWon () |
| void | showGameOver () |
| void | clearMenuBall (unsigned char x, unsigned char y) |
| void | drawMenuBall (unsigned char x, unsigned char y) |
| void | moveBall (char dir) |
| void | calculateDifficulty () |
Variables | |
| unsigned char | x1 |
| unsigned char | y1 |
| unsigned char | x2 |
| unsigned char | y2 |
| unsigned char strlen_rom | ( | rom const char * | string) |
Definition at line 24 of file asciidisplay.c.
| void printAscii | ( | rom const char * | str, |
| unsigned char | size | ||
| ) |
Definition at line 31 of file asciidisplay.c.
| void printAsciiXY | ( | rom const char * | str, |
| unsigned char | size, | ||
| unsigned char | x, | ||
| unsigned char | y | ||
| ) |
Definition at line 46 of file asciidisplay.c.
| void initStartMenu | ( | unsigned char | x1, |
| unsigned char | y1, | ||
| unsigned char | x2, | ||
| unsigned char | y2 | ||
| ) |
Definition at line 195 of file asciidisplay.c.
| unsigned char startMenu | ( | ) |
Definition at line 214 of file asciidisplay.c.
| void printMenu | ( | ) |
Definition at line 246 of file asciidisplay.c.
| unsigned char updateMenu | ( | ) |
Definition at line 268 of file asciidisplay.c.
| void showWon | ( | ) |
Definition at line 85 of file asciidisplay.c.
| void showGameOver | ( | ) |
Definition at line 121 of file asciidisplay.c.
| void clearMenuBall | ( | unsigned char | x, |
| unsigned char | y | ||
| ) |
Definition at line 57 of file asciidisplay.c.
| void drawMenuBall | ( | unsigned char | x, |
| unsigned char | y | ||
| ) |
Definition at line 64 of file asciidisplay.c.
| void moveBall | ( | char | dir) |
Definition at line 77 of file asciidisplay.c.
| void calculateDifficulty | ( | ) |
Definition at line 332 of file asciidisplay.c.
| unsigned char x1 |
Definition at line 19 of file reflexball.c.
| unsigned char y1 |
Definition at line 19 of file reflexball.c.
| unsigned char x2 |
Definition at line 19 of file reflexball.c.
| unsigned char y2 |
Definition at line 19 of file reflexball.c.
1.8.4