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

@@ -32,7 +32,7 @@ class Game_Player < Game_Character
def bump_into_object
return if @bump_se && @bump_se>0
pbSEPlay("Player bump")
@bump_se = Graphics.frame_rate/4
@bump_se = Graphics.frame_rate/2
end
def move_generic(dir, turn_enabled = true)