• 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.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Resource icon

Tutorial Shrink long Pokémon names and nicknames in the battle screen 2025-02-20

meejle

Rookie
Member
Joined
Jun 25, 2024
Posts
5
meejle submitted a new resource:

Shrink long Pokémon names and nicknames in the battle screen - Go! ◯◯◯◯◯◯◯◯◯◯!

Here's what happens usually when a Pokémon has a very long nickname:

F73C9ZZ.png


And here's what happens after making the changes in this tutorial:

KvTBMdO.png


In a code editor (or Notepad or whatever), open Data\Scripts\011_Battle\004_Scene\006_Battle_Scene_Objects.rb. Find the following function, and completely delete the highlighted line:

Ruby:
Expand Collapse Copy
  def draw_name
    nameWidth =...

Read more about this resource...
 
Back
Top