• 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 Display IV/EVs in Summary Screen 17.2

TechSkylander1518 submitted a new resource:

Display IV/EVs in V17 - Code to display IV/EVs, and a description of how these lines of code work.

In script section PScreen_Summary, find def drawPageThree. This is what defines what appears when the player looks at the third page of the summary section. The textpost part of it defines what text will be drawn.

Replace the existing text with this code:

[_INTL("HP"),292,76,2,base,shadow],
[sprintf("%d/%d",@pokemon.hp,@pokemon.totalhp),420,76,1,Color.new(64,64,64),Color.new(176,176,176)]...

Read more about this resource...
 
Back
Top