mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +00:00
Added more sound effects
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user