• The Eevee Expo Game Jam #10 has concluded, congratulations to all participants! Now it's time for the judges to play through the games, and you can play along to vote who deserves the community choice spotlight.
    You can check out the submitted games here!
    Play through the games and provide some feedback to the devs while you're at it!
  • Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
Resource icon

v20 FRLG Summary Screen and Party Screen 2020-07-26

This resource pertains to version 20 of Pokémon Essentials.
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!!


Page 1.png

Page 2.png

Page 3.png

Page 3.png

Page 1 Shadow.png

v18 only:
1601397986978.png

How to implement? (v18)
  1. Download the .zip archive here
  2. Move the graphics in Graphics/Pictures
  3. Copy the script from pastebin and put it above main
  4. After that add the following part to the bottom of your Settings
How to implement? (v19, v20)
  1. Download the .zip archive here (v19) or here (v20)
  2. Move the content as it is in the root folder of your project


Ruby:
Expand Collapse Copy
#===============================================================================
# * 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


1601397443573.png

1601397458076.png

1601397484755.png

This is only for v18!!

How to implement?
  1. Download the .zip archive here
  2. 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
  3. 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)
Author
Seyuna
Views
5,288
First release
Last update

Ratings

4.50 star(s) 4 ratings

Latest updates

  1. Fixed Status Icon

    Fixed status icons
  2. Update v20

    Updated the summary script to work with Essentials v20 Moved graphics to Graphics/Custom/FRLG...
  3. Status Fix

    Fixed crash on fainted pokemon

Latest reviews

It's a great script that matches the aesthetic of my game! Only thing, is the Shadow poekmon screen doesn't show properly - the only thing visible is the heart gauge!
I like it a lot, I only use Summary Screen but in the Stats page instead of showing as in the image, it is shown with the text shifted several pixels upwards and with the IV and EV as follows: 13/102, in instead of separated.
S
Seyuna
If you use v18 then sorry, I forgot to update the pastebin for that. If you use v17 then sorry, but this is not supported in v17.
Yes! I've been looking for this forever, but it was only for v16. My only problem is that the text is so small that it looks weird. Is there some way to fix that?
S
Seyuna
Yes there is a way. I reduced the standard size by 5 in the script. You can search for @sprites["overlay"].bitmap.font.size-=5 in the script and either change it or delete it.
But keep in mind that this will change the formatting in the screen, so you may have to adjust some values to make it fit again.
I like the implementation. But for the Move Types in the 3rd Page of the Summary Screens should be moved into the square where the move name is displayed.
S
Seyuna
I did it like it is in FRLG. In the games it is at the spot like in my version.
Back
Top