• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Eevee Expo's webhost has been having technical issues since Nov. 20th and you might be unable to connect to our site. Staff are also facing issues connecting, so please send a DM to Cat on-site or through Discord directly for faster service!
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