diff options
Diffstat (limited to 'src/naming_screen.c')
-rw-r--r-- | src/naming_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/naming_screen.c b/src/naming_screen.c index 5d00cefbc..2fdf457f9 100644 --- a/src/naming_screen.c +++ b/src/naming_screen.c @@ -1714,7 +1714,7 @@ static void DeleteTextCharacter(void) var2 = GetKeyRoleAtCursorPos(); if (var2 == KEY_ROLE_CHAR || var2 == KEY_ROLE_BACKSPACE) sub_809E518(1, 0, 1); - PlaySE(SE_BOWA); + PlaySE(SE_BALL); } static bool8 AppendCharToBuffer_CheckBufferFull(void) |