mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Added more sound effects
This commit is contained in:
@@ -498,6 +498,7 @@ class PokemonPokedexInfo_Scene
|
||||
elsif Input.trigger?(Input::USE)
|
||||
case @page
|
||||
when 1 # Info
|
||||
pbPlayDecisionSE
|
||||
@show_battled_count = !@show_battled_count
|
||||
dorefresh = true
|
||||
when 2 # Area
|
||||
@@ -562,12 +563,9 @@ class PokemonPokedexInfo_Scene
|
||||
if Input.trigger?(Input::ACTION)
|
||||
pbSEStop
|
||||
Pokemon.play_cry(@species, @form)
|
||||
elsif Input.trigger?(Input::BACK)
|
||||
elsif Input.trigger?(Input::BACK) || Input.trigger?(Input::USE)
|
||||
pbPlayCloseMenuSE
|
||||
break
|
||||
elsif Input.trigger?(Input::USE)
|
||||
pbPlayDecisionSE
|
||||
break
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user