diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-31 13:42:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-31 13:42:52 -0400 |
commit | 69ce45f71f49c859ca7adc07902842503c07d405 (patch) | |
tree | 06f27893dcbc5a32d898325df733bf33d1aabae6 /src/pokemon_menu.c | |
parent | d7ec1d234b260df869213e195055dd75bcbe5cf3 (diff) | |
parent | ed714f1d4910e6107f684a0f27566a0fe7c6ec6f (diff) |
Merge pull request #799 from GriffinRichards/rename-songs
Give songs meaningful english names
Diffstat (limited to 'src/pokemon_menu.c')
-rw-r--r-- | src/pokemon_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_menu.c b/src/pokemon_menu.c index 8f22586a2..78922e80f 100644 --- a/src/pokemon_menu.c +++ b/src/pokemon_menu.c @@ -1030,7 +1030,7 @@ void sub_808B0C0(u8 taskID) case A_BUTTON: gLastFieldPokeMenuOpened = sub_806CA38(taskID); if (GetMonData(&gPlayerParty[gLastFieldPokeMenuOpened], MON_DATA_IS_EGG)) - PlaySE(SE_HAZURE); + PlaySE(SE_FAILURE); else { sub_806D5A4(); |