mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Fixed roaming Pokémon not remembering whether they have been caught
This commit is contained in:
@@ -511,7 +511,7 @@ def pbDebugRoamers
|
||||
# defeated -> caught
|
||||
$PokemonGlobal.roamPokemonCaught[cmdwindow.index] = true
|
||||
elsif pkmn[2] > 0
|
||||
# caught -> not roaming (or roaming if Switch ID is 0
|
||||
# caught -> not roaming (or roaming if Switch ID is 0)
|
||||
$game_switches[pkmn[2]] = false if pkmn[2] > 0
|
||||
$PokemonGlobal.roamPokemon[cmdwindow.index] = nil
|
||||
$PokemonGlobal.roamPokemonCaught[cmdwindow.index] = false
|
||||
|
||||
Reference in New Issue
Block a user