mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
Lower case after first input in the naming screen by Jaizu
This commit is contained in:
parent
0a2aacd446
commit
93c57b2bad
@ -1479,6 +1479,8 @@ static bool8 KeyboardKeyHandler_Character(u8 input)
|
||||
if (input == INPUT_A_BUTTON)
|
||||
{
|
||||
bool8 textFull = AddTextCharacter();
|
||||
if (sNamingScreen ->currentPage == KBPAGE_LETTERS_UPPER && GetTextEntryPosition() == 1)
|
||||
MainState_StartPageSwap();
|
||||
|
||||
SquishCursor();
|
||||
if (textFull)
|
||||
@ -2584,4 +2586,3 @@ static const struct SpritePalette sSpritePalettes[] =
|
||||
{gNamingScreenMenu_Pal[4], PALTAG_OK_BUTTON},
|
||||
{}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user