1
1
mirror of https://github.com/nmlgc/ReC98.git synced 2025-02-24 09:33:07 +00:00
nmlgc 041b3a4f28 [Position independence] [th04/th05] Remaining references to the name alphabet
Part of P0116, funded by [Anonymous] and Lmocinemod.
2020-09-12 11:29:35 +02:00

6 lines
144 B
C

#define ALPHABET_ROWS 3
#define ALPHABET_COLS 17
#define ALPHABET_ENTER_ROW (ALPHABET_ROWS - 1)
#define ALPHABET_ENTER_COL (ALPHABET_COLS - 1)