Added more sound effects

This commit is contained in:
Maruno17
2023-07-29 20:08:31 +01:00
parent 1c860a5544
commit 9a42b533f1
21 changed files with 149 additions and 103 deletions

View File

@@ -74,7 +74,7 @@ class PokemonPokedexMenu_Scene
break
elsif Input.trigger?(Input::USE)
ret = @sprites["commands"].index
(ret == @commands.length - 1) ? pbPlayCloseMenuSE : pbPlayDecisionSE
(ret == @commands.length - 1) ? pbPlayCloseMenuSE : pbSEPlay("GUI pokedex open")
break
end
end