Fixes roaming weather appearing even when legendaries have been caught

This commit is contained in:
infinitefusion
2024-06-30 17:37:28 -04:00
parent ad1be384ce
commit e6d133f7a6
4 changed files with 17 additions and 4 deletions

View File

@@ -72,7 +72,7 @@ end
def applyRoamWeather()
return if $game_screen.weather_type != :None
currently_roaming = $PokemonGlobal.roamPosition.keys
currently_roaming = getAllCurrentlyRoamingPokemon()
currently_roaming.each do |roamer_id|
roamerOnCurrentMap = $PokemonGlobal.roamPosition[roamer_id] == $game_map.map_id
if roamerOnCurrentMap