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

@@ -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