fixes typo

This commit is contained in:
infinitefusion
2022-06-03 16:40:32 -04:00
parent 9b1623d9a0
commit 08248ede89

View File

@@ -7,7 +7,7 @@ end
def pbBattleAnimation(bgm=nil,battletype=0,foe=nil)
$game_temp.in_battle = true
viewport = Viewport.new(0,0,Graphicsc.width,Graphics.height)
viewport = Viewport.new(0,0,Graphics.width,Graphics.height)
viewport.z = 99999
# Set up audio
playingBGS = nil