diff --git a/P3D/Content/Data/Scripts/goldenrod/gate_spearow.dat b/P3D/Content/Data/Scripts/goldenrod/gate_spearow.dat index 952fee0eb..9e4c19d4d 100644 Binary files a/P3D/Content/Data/Scripts/goldenrod/gate_spearow.dat and b/P3D/Content/Data/Scripts/goldenrod/gate_spearow.dat differ diff --git a/P3D/Content/Data/Scripts/ilex/spiky.dat b/P3D/Content/Data/Scripts/ilex/spiky.dat index 8e8a2a3a6..513dc0e5d 100644 --- a/P3D/Content/Data/Scripts/ilex/spiky.dat +++ b/P3D/Content/Data/Scripts/ilex/spiky.dat @@ -47,10 +47,9 @@ version=2 @register.register(spiky) @pokemon.cry(172) - @pokemon.add(172,50,Obtained at,161,Ilex Forest) + @pokemon.add(172,50,Obtained at,161,Ilex Forest,0,,0,0) @pokemon.setadditionalvalue(-1,spiky-eared) - @pokemon.setshiny(-1,0) @pokemon.setgender(-1,1) @pokemon.clearattacks(-1) @pokemon.addattack(-1,231) diff --git a/P3D/Content/Data/Scripts/kolben/maid.dat b/P3D/Content/Data/Scripts/kolben/maid.dat index 0b5c6cc35..d6e8861c1 100644 --- a/P3D/Content/Data/Scripts/kolben/maid.dat +++ b/P3D/Content/Data/Scripts/kolben/maid.dat @@ -9,10 +9,9 @@ version=2 :if:>5 @text.show(Oh, your party is full.~Go open some space to claim~your Pokémon!) :else - @pokemon.add(172,40,A gift from Omega,45,at Kolben Tower,0,Omega) + @pokemon.add(172,40,A gift from Omega,45,at Kolben Tower,0,Omega,0,1) @text.show(Ah yes, your prize.*This Pichu is special:~I heard it was found~near the shrine in~Ilex Forest.*I wonder what happens if~you take it back there.*Anyway, here it is!) - @pokemon.setshiny(-1,1) @pokemon.setgender(-1,0) @pokemon.clearattacks(-1) @pokemon.addattack(-1,344) diff --git a/P3D/Content/Data/Scripts/kolben/omega.dat b/P3D/Content/Data/Scripts/kolben/omega.dat index 8d0fb09d8..fa4144394 100644 --- a/P3D/Content/Data/Scripts/kolben/omega.dat +++ b/P3D/Content/Data/Scripts/kolben/omega.dat @@ -22,9 +22,8 @@ version=2 @text.show(Oh, your party is full.~Go open some space to claim~your Pokémon!) :end :else - @pokemon.add(172,50,A gift from Omega,45,at Kolben Tower,0,Omega) + @pokemon.add(172,50,A gift from Omega,45,at Kolben Tower,0,Omega,0,1) @text.show(Ah yes, your prize.*This Pichu is special:~I found it near the Ilex~Forest shrine.*I wonder what happens if~you take it back there.*Anyway, here it is!) - @pokemon.setshiny(-1,1) @pokemon.setgender(-1,0) @pokemon.clearattacks(-1) @pokemon.addattack(-1,344) @@ -57,9 +56,8 @@ version=2 @text.show(Oh, your party is full.~Go open some space to claim~your Pokémon!) :end :else - @pokemon.add(172,50,A gift from Omega,45,at Kolben Tower,0,Omega) + @pokemon.add(172,50,A gift from Omega,45,at Kolben Tower,0,Omega,0,1) @text.show(Ah yes, your prize.*This Pichu is special:~I found it near the Ilex~Forest shrine.*I wonder what happens if~you take it back there.*Anyway, here it is!) - @pokemon.setshiny(-1,1) @pokemon.setgender(-1,0) @pokemon.clearattacks(-1) @pokemon.addattack(-1,344)