From 5fd43dacf5156070dc4e3e49de33dd6e31099b51 Mon Sep 17 00:00:00 2001 From: FieryMewtwo <77066742+FieryMewtwo@users.noreply.github.com> Date: Thu, 9 Sep 2021 10:40:29 -0400 Subject: Updated Automatically make the keyboard switch to lowercase after the first character (markdown) --- ...y-make-the-keyboard-switch-to-lowercase-after-the-first-character.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Automatically-make-the-keyboard-switch-to-lowercase-after-the-first-character.md') diff --git a/Automatically-make-the-keyboard-switch-to-lowercase-after-the-first-character.md b/Automatically-make-the-keyboard-switch-to-lowercase-after-the-first-character.md index 1787b0f..08ebe8b 100644 --- a/Automatically-make-the-keyboard-switch-to-lowercase-after-the-first-character.md +++ b/Automatically-make-the-keyboard-switch-to-lowercase-after-the-first-character.md @@ -2,6 +2,7 @@ This wiki tutorial was sourced from Pokecommunity. Thanks to Jaizu for the origi Go to **[src/naming_screen.c](https://github.com/pret/pokeemerald/blob/master/src/naming_screen.c)** and edit the function ```static bool8 KeyboardKeyHandler_Character(u8 input)```. +```diff static bool8 KeyboardKeyHandler_Character(u8 input) { TryStartButtonFlash(BUTTON_COUNT, FALSE, FALSE); @@ -30,6 +31,7 @@ static bool8 KeyboardKeyHandler_Page(u8 input) else return FALSE; } +``` -- cgit v1.2.3