- Pokémon Essentials Version
- v20.1 ➖
This is a port to 20.1 of this resource: https://www.pokecommunity.com/threads/pokemon-amie-refresh-essentials-v18.439558/
From BhagyaJyoti's post:
Please report any bugs you find. I probably won't be adding features to this since it's just a port that I needed for my project, but I will fix bugs :)
From BhagyaJyoti's post:
- Interact with your Pokemon and play with them.
- Access the menu as you wish, either from PokeGear, or while OW Pokemon interaction or both.
- Evolve Eevee based on affection, like in actual games.
- This script requires "Easy Mouse System" by Luka S.J! Please have that installed before installing this script!
- Unlike the version of the game Amie, this script does not feed Pokémon PokéPuffs but instead edible items in your game, like Rare Candies and berries!
- Too many food items in the bag may cause lag.
1. Download the resource.
2. Unzip "Pokemon Amie for 20.1"
3. Copy all three folders inside to the root of your game folder: "Audio", "Graphics", "Plugins"
4. As stated in "Important Notes", the script requires Luka SJ's "Easy Mouse System", which you can download from his resource repository: https://luka-sj.com/res/ESMS
However, there seems to be a typo in the latest version of that script. To fix it, open the Easy Mouse System plugin, find unless @static_x.eql?(@x) && @static_y.eql(@y) and replace that line with unless @static_x.eql?(@x) && @static_y.eql?(@y)
It's really just adding a ? after @static_y.eql
2. Unzip "Pokemon Amie for 20.1"
3. Copy all three folders inside to the root of your game folder: "Audio", "Graphics", "Plugins"
4. As stated in "Important Notes", the script requires Luka SJ's "Easy Mouse System", which you can download from his resource repository: https://luka-sj.com/res/ESMS
However, there seems to be a typo in the latest version of that script. To fix it, open the Easy Mouse System plugin, find unless @static_x.eql?(@x) && @static_y.eql(@y) and replace that line with unless @static_x.eql?(@x) && @static_y.eql?(@y)
It's really just adding a ? after @static_y.eql
Call this line of code to start Pokémon Amie:
pokemonAmie
Call this line of code to start Pokémon Amie with a specific Pokémon:
pokemonAmie(party index)
Change party index to a number. Index 0 is the first Pokémon in your party, so that call would be pokemonAmie(0)
Changing Edible Items:
Add, remove, or change items in the part of the script where you see EATABLE_ITEMS
pokemonAmie
Call this line of code to start Pokémon Amie with a specific Pokémon:
pokemonAmie(party index)
Change party index to a number. Index 0 is the first Pokémon in your party, so that call would be pokemonAmie(0)
Changing Edible Items:
Add, remove, or change items in the part of the script where you see EATABLE_ITEMS
Please report any bugs you find. I probably won't be adding features to this since it's just a port that I needed for my project, but I will fix bugs :)
- Credits
- BhagyaJyoti (Made for v18 with many fixes and made more Plug-n-Play)
PizzaSun (Original Script for v17.2)
rigbycwts (Concept for Essentials)
Gardenette (v20.1 port)
Victorcarvalhosp (Code Refactor, Item Compatibility)