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 bfd9cd54f..eb0d5fd22 100644 --- a/src/naming_screen.c +++ b/src/naming_screen.c @@ -1361,7 +1361,7 @@ static void DeleteTextCharacter(void) var2 = GetKeyRoleAtCursorPos(); if (var2 == 0 || var2 == 2) sub_80B6460(1, 0, 1); - PlaySE(SE_BOWA); + PlaySE(SE_BALL); } static bool8 sub_80B7004(void) |