- Joined
- Aug 21, 2017
- Posts
- 14
Zardae submitted a new resource:
EVs/IVs in Summary - A Screen for EVs and IVs in the Summary
Read more about this 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...