• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • 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