bugfixes 1.4

This commit is contained in:
infinitefusion
2021-09-12 15:21:16 -04:00
parent 73d4a83752
commit dd0c64f2b7
35 changed files with 483 additions and 381 deletions

View File

@@ -22,7 +22,7 @@
# })
def pbBetterRegionMap(region = -1, show_player = true, can_fly = false, wallmap = false, species = nil,fly_anywhere=false)
scene = BetterRegionMap.new(region, show_player, can_fly, wallmap, species,fly_anywhere)
scene = BetterRegionMap.new(-1, show_player, can_fly, wallmap, species,fly_anywhere)
return scene.flydata
end
@@ -52,6 +52,7 @@ class BetterRegionMap
attr_reader :flydata
def initialize(region = -1, show_player = true, can_fly = false, wallmap = false, species = nil,fly_anywhere=false)
region = 0
showBlk
map_metadata = GameData::MapMetadata.try_get($game_map.map_id)
if map_metadata