Added def GameData::Species.base_stat_total, other minor code tweaks

This commit is contained in:
Maruno17
2022-06-09 21:06:35 +01:00
parent cb2f33d8f6
commit 248b0dd882
4 changed files with 13 additions and 9 deletions

View File

@@ -270,7 +270,7 @@ def pbPlayBuzzerSE
end
end
# Plays a sound effect that plays when the player moves the cursor.
# Plays a sound effect that plays when the player closes a menu.
def pbPlayCloseMenuSE
if FileTest.audio_exist?("Audio/SE/GUI menu close")
pbSEPlay("GUI menu close", 80)