OliveCopper
Captain of Olive Kappa
- 306
- Posts
- 11
- Years
- Seen Nov 29, 2016
Welcome. In Pokémon XY, A number Pokemon were introduced, some with new evolution methods that would make then unnobtainable in Pokémon Essentials. I present you with 2 items that I will use in my game to emulate those evolution methods.
The Fairy Feed is used to evolve Eevee into the Fairy-veelution, known officially, and explicitly, as Sylveon. Happiness and Pokemon Amie are 2 completely different and unrelated things. This item is used in place of that other method a lot of you use for the evolution. (You can't fool me, Pokemon Amie is completely different, and has nothing to do with happiness.)
The other Pokemon is Inkay, that should evolve into Malamar, but the method is impossible to fully replicate. According to Super Smash Bros., "If you're struggling to get it to evolve, try holding your system upside down.", and that's exactly what you need to do when Inkay is Level 30. The "Upside-Down 3DS" item is the key to evolving Inkay using my method. However I have yet to decide whether to make it an item Inkay has to hold in order to evolve, or to make it a Key Item that can trigger a switch that allows Inkay to evolve.
Of course, you will have to script the evolution yourself. It's very complex...
Code:
609,FAIRYFEED,Fairy Feed,1,0,"A special item that emulates the affects of Pokémon Amie.",0,0,0,
610,UPSIDEDOWN3DS,Upside-Down 3DS,1,0,"At Level 30 while holding this 3DS upside down, a certain Pokémon will evolve.",0,0,0,
The Fairy Feed is used to evolve Eevee into the Fairy-veelution, known officially, and explicitly, as Sylveon. Happiness and Pokemon Amie are 2 completely different and unrelated things. This item is used in place of that other method a lot of you use for the evolution. (You can't fool me, Pokemon Amie is completely different, and has nothing to do with happiness.)
The other Pokemon is Inkay, that should evolve into Malamar, but the method is impossible to fully replicate. According to Super Smash Bros., "If you're struggling to get it to evolve, try holding your system upside down.", and that's exactly what you need to do when Inkay is Level 30. The "Upside-Down 3DS" item is the key to evolving Inkay using my method. However I have yet to decide whether to make it an item Inkay has to hold in order to evolve, or to make it a Key Item that can trigger a switch that allows Inkay to evolve.
Of course, you will have to script the evolution yourself. It's very complex...