More bugfixes (and one Gen 8 addition) (#155)

* Added comment indicating unused method pbRefreshSceneMap
* Removed superfluous ending of Beak Blast's effect
* Fixed crash when playing an animation in the animation player
* Added SwSh Terrain effects
This commit is contained in:
Golisopod-User
2022-01-12 03:06:01 +05:30
committed by GitHub
parent 767a47d90f
commit ff465a78a6
6 changed files with 18 additions and 12 deletions

View File

@@ -10,6 +10,7 @@ def pbMapInterpreterRunning?
return interp&.running?
end
# Unused
def pbRefreshSceneMap
$scene.miniupdate if $scene.is_a?(Scene_Map)
end