• 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 Conquest 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.

[Script✓] Changing Wallys Tutorial Name [Pokeemerald]

  • 4
    Posts
    4
    Years
    I have a "story" battle before the player gets any pokemon, so I have an NPC beat the pokemon for the player. To do this Im using the StartWallyTutorialBattle special (as seen in Petalburg City's script file). Everything works fine, but Id like to change the name from "Wally" to something else. How can I do this?
     
    Last edited:
    Hey! Moved your thread here since it's Decomp related.
     
    I have a "story" battle before the player gets any pokemon, so I have an NPC beat the pokemon for the player. To do this Im using the StartWallyTutorialBattle special (as seen in Petalburg City's script file). Everything works fine, but Id like to change the name from "Wally" to something else. How can I do this?
    Wally's name on the tutorial battle is hardcoded by default. You can edit the text strings used by it as you see fit.
    They're at src/battle_message.c, gText_WhatWillWallyDo and sText_WallyUsedItem more specifically.
     
    Back
    Top