• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Question] Where's the line that change the position of pokemon status (Poison, paralyzed, etc) on essentials v18?

Where's the line that change the position of pokemon status (Poison, paralyzed, etc) on essentials v18?

It's in the file PokeBattle_SceneElements, in the class PokemonDataBox, around the end of the function refresh (I can't give you the precise line because I edited this code).

PS: a good tip for locating the code that handles some visual element, is to find the visual element in the Graphics folder (for battles, it should be in Graphics/Pictures/Battle), find the name of the file, and look for it in the scripts. Be careful not to include the extension though. For example, I located the code for statuses by looking for the file "icon_statuses" (which is in Graphics/Pictures/Battle).
 
It's in the file PokeBattle_SceneElements, in the class PokemonDataBox, around the end of the function refresh (I can't give you the precise line because I edited this code).

PS: a good tip for locating the code that handles some visual element, is to find the visual element in the Graphics folder (for battles, it should be in Graphics/Pictures/Battle), find the name of the file, and look for it in the scripts. Be careful not to include the extension though. For example, I located the code for statuses by looking for the file "icon_statuses" (which is in Graphics/Pictures/Battle).

Thanks StCooler, if I have a question I will ask here on pokecommunity, thanks.
 
Back
Top