adds missing several sound effects

This commit is contained in:
infinitefusion
2023-07-08 10:09:11 -04:00
parent 78caa8fc21
commit 95779bfccb
60 changed files with 3 additions and 5 deletions

View File

@@ -657,6 +657,7 @@ def pbRockSmash
pbMessage(_INTL("{1} used {2}!", speciesname, GameData::Move.get(move).name))
pbHiddenMoveAnimation(movefinder)
facingEvent = $game_player.pbFacingEvent(true)
pbSEPlay("Rock Smash", 80)
$scene.spriteset.addUserAnimation(Settings::ROCK_SMASH_ANIMATION_ID, facingEvent.x, facingEvent.y, false)
return true
end