I'm trying to add a static encounter/event encounter with a regional form. Does anyone have a suggestion?
I tried a couple of scripts which failed.
Control switches 32 = On
pbWildBattle(PBSpecies::MAROWAK,40,1)
Events.onWildPokemonCreate+=proc {|
sender,e|
pokemon=e[0]
if $game_switches[32]...