Added class GameData::Weather

This commit is contained in:
Maruno17
2021-03-27 19:47:34 +00:00
parent 8975d7a20c
commit b5c8c6ba26
12 changed files with 252 additions and 187 deletions

View File

@@ -410,7 +410,7 @@ Events.onMapChanging += proc { |_sender, e|
new_map_metadata = GameData::MapMetadata.try_get(new_map_ID)
next if new_map_metadata && new_map_metadata.weather
end
$game_screen.weather(PBFieldWeather::None, 0, 0)
$game_screen.weather(:None, 0, 0)
}
# Set up various data related to the new map