• 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!
  • Scottie, Todd, Serena, Kris - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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.

[Scripting Question] Rivals name variable?

  • 35
    Posts
    5
    Years
    • Seen Dec 25, 2022
    Trying to change the default name of my rival, I know it's stored in variable 52, but I can't find the coding that assigns the name. If I try to change it in debug mode, I can only replace it with numbers. Where's the scripting that stores my rivals name?
     
    Code:
    pbSet(52,pbEnterNPCName(
      "Rival's name?",1,10,"Blue",
      "trchar004")
    )

    Try using this. It'll allow the player to choose the name of the rival.
     
    Back
    Top