Updated to mkxp-z v2.3.0

This commit is contained in:
Maruno17
2022-01-24 23:12:06 +00:00
parent c1de9a04d4
commit 98f311c394
5 changed files with 15 additions and 10 deletions

View File

@@ -581,6 +581,6 @@ def pbScreenCapture
t = pbGetTimeNow
filestart = t.strftime("[%Y-%m-%d] %H_%M_%S.%L")
capturefile = RTP.getSaveFileName(sprintf("%s.png", filestart))
Graphics.snap_to_bitmap.to_file(capturefile)
Graphics.screenshot(capturefile)
pbSEPlay("Pkmn exp full") if FileTest.audio_exist?("Audio/SE/Pkmn exp full")
end