Document text input strings

This commit is contained in:
GriffinR
2019-09-30 00:09:29 -04:00
parent 3d9bad5558
commit 53bc1bd0d1
7 changed files with 273 additions and 204 deletions
+10 -6
View File
@@ -9,6 +9,16 @@
#define KBEVENT_PRESSED_SELECT 8
#define KBEVENT_PRESSED_START 9
#define KBROW_COUNT 4
enum
{
KBPAGE_LETTERS_LOWER,
KBPAGE_LETTERS_UPPER,
KBPAGE_SYMBOLS,
KBPAGE_COUNT,
};
enum
{
NAMING_SCREEN_PLAYER,
@@ -57,12 +67,6 @@ struct NamingScreenData {
/*0x1E3C*/ MainCallback returnCallback;
};
enum
{
PAGE_OTHERS,
PAGE_UPPER,
PAGE_LOWER,
};
enum
{