diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-02 09:49:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-02 09:49:26 -0400 |
commit | cb528cb543ab98a58ba2b5a78524c3542ed80f62 (patch) | |
tree | c1e917e6b9b365777f78b3e4053ff672cf8c2344 /include/naming_screen.h | |
parent | 0d13a85855fff1c28cb4aaf6b9ce775c4ca61195 (diff) | |
parent | a923ae78c3dbfd711dd0f1168a340abb0eb2dc8c (diff) |
Merge pull request #821 from GriffinRichards/document-textinput
Document text input strings
Diffstat (limited to 'include/naming_screen.h')
-rw-r--r-- | include/naming_screen.h | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/include/naming_screen.h b/include/naming_screen.h index 611f53ef2..7d32abcd3 100644 --- a/include/naming_screen.h +++ b/include/naming_screen.h @@ -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 { |