Moves fail because of semi-invulnerability instead of other immunities, fixed Pokédex not registering Pokémon in Safari battles, other things

This commit is contained in:
Maruno17
2024-05-14 20:37:32 +01:00
parent 04985eab5c
commit 5bef70fb3a
4 changed files with 56 additions and 45 deletions

View File

@@ -616,5 +616,5 @@ def pbScreenCapture
capturefile = RTP.getSaveFileName(sprintf("%s.png", filestart))
Graphics.screenshot(capturefile)
end
pbSEPlay("Pkmn exp full") if FileTest.audio_exist?("Audio/SE/Pkmn exp full")
pbSEPlay("Screenshot") if FileTest.audio_exist?("Audio/SE/Screenshot")
end