- Pokémon Essentials Version
- v20 ➖
V20: Move learning currently broken!
Short description
This is the script for the Pokémon Fire Red and Leaf Green summary screen. The zip also contains the images needed
The v17 script will no longer be supported!!
The v18 script will no longer be supported!!
The v19 script will no longer be supported!!
v18 only:
If you have any questions or problems, feel free to contact me on discord Seyuna#0001.
Short description
This is the script for the Pokémon Fire Red and Leaf Green summary screen. The zip also contains the images needed
The v17 script will no longer be supported!!
The v18 script will no longer be supported!!
The v19 script will no longer be supported!!
v18 only:
How to implement? (v18)
UPDATE 29.07.2020: Added EV/IV page and changed the folder structure
UPDATE 29.07.2020: Removed the script from the zip and added it in the spoiler above
- Download the .zip archive here
- Move the graphics in Graphics/Pictures
- Copy the script from pastebin and put it above main
- After that add the following part to the bottom of your Settings
- Download the .zip archive here (v19) or here (v20)
- Move the content as it is in the root folder of your project
Ruby:
#===============================================================================
# * When turned on, the summary screen will have 4 pages and show the IV/EV
# stats of a pokemon (When turned on, the IV/EV will always be shown)
# * The switch which has to be turned on to see the IV/EV stats in the
# summary screen
#===============================================================================
SHOW_IV_EV_IN_SUMMARY = false
SHOW_IV_EV_IN_SUMMARY_SWITCH = 69
The settings can now be found under "Plugins/FRLG Summary Screen/SummarySettings".
UPDATE 29.07.2020: Added EV/IV page and changed the folder structure
UPDATE 29.07.2020: Removed the script from the zip and added it in the spoiler above
This is only for v18!!
How to implement?
How to implement?
- Download the .zip archive here
- Open the script in the archive and copy its content into a new script which has to be located above main, but after PScreen_Summary
- Move the graphics in Graphics/Pictures/Party
If you have any questions or problems, feel free to contact me on discord Seyuna#0001.
- Credits
- Seyuna (not needed),
silentgamer64 on pokecommunity (for providing the summary screens),
Golisopod User (for the Party Screen)