update 6.7

This commit is contained in:
chardub
2025-09-28 15:53:01 -04:00
parent ef5e023ae0
commit 318ff90d8d
696 changed files with 111759 additions and 198230 deletions

View File

@@ -3,6 +3,7 @@
class PokemonEncounters
WEATHER_ENCOUNTER_BASE_CHANCE = 8 #/100 (for weather intensity of 0)
alias pokemonEssentials_PokemonEncounter_choose_wild_pokemon choose_wild_pokemon
ANIMATION_WEATHER_ENCOUNTER = 3
def choose_wild_pokemon(enc_type, *args)
return pokemonEssentials_PokemonEncounter_choose_wild_pokemon(enc_type, *args) if !$game_weather
current_weather_type = $game_weather.get_map_weather_type($game_map.map_id)