• 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

Tutorial EVs/IVs in Summary 2019-06-12

Zardae

Novice
Member
Joined
Aug 21, 2017
Posts
13
Zardae submitted a new resource:

EVs/IVs in Summary - A Screen for EVs and IVs in the Summary

I created a script to add a screen for EVs and IVs to the Summary.

View attachment 248

As you might notice, I slightly edited the background for the "skills" page and used the same page's script as base for my own script.

Here is the code:
Ruby:
def drawPageFive
   overlay = @sprites["overlay"].bitmap
    base   = Color.new(248,248,248)
    shadow = Color.new(104,104,104)
    statshadows = []
    for i in 0...5; statshadows[i] = shadow; end
    if !(@pokemon.isShadow? &&...

Read more about this resource...
 
Back
Top