mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Merged class PokemonTemp into class Game_Temp
This commit is contained in:
@@ -358,6 +358,6 @@ def pbShowMap(region = -1, wallmap = true)
|
||||
scene = PokemonRegionMap_Scene.new(region, wallmap)
|
||||
screen = PokemonRegionMapScreen.new(scene)
|
||||
ret = screen.pbStartScreen
|
||||
$PokemonTemp.flydata = ret if ret && !wallmap
|
||||
$game_temp.fly_destination = ret if ret && !wallmap
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user