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

How to Edit Professor's Intro

  • 6
    Posts
    3
    Years
    • Seen May 23, 2022
    Hey all, sorry for the dumb question but i have looked everywhere for the location of the starting intro scripts. Anyone know what directory they are in? I want to credit myself for creating the hack during the intro. thanks!!
     
    Hey all, sorry for the dumb question but i have looked everywhere for the location of the starting intro scripts. Anyone know what directory they are in? I want to credit myself for creating the hack during the intro. thanks!!

    The intro is not handled by a script. You can find the code for it in src/main_menu.c. If you want to only edit the text, you can find that in data/text/birch_speech.inc.
     
    Hey all, sorry for the dumb question but i have looked everywhere for the location of the starting intro scripts. Anyone know what directory they are in? I want to credit myself for creating the hack during the intro. thanks!!
    The intro is not handled by a script. You can find the code for it in src/main_menu.c. If you want to only edit the text, you can find that in data/text/birch_speech.inc.
    And also src/strings.c.
    Funnily enough, Game Freak rewrote one of the strings used in the intro instead of just reusing the copy they left in coming from RS.
    This text string isn't used by the intro: https://github.com/pret/pokeemerald/blob/master/data/text/birch_speech.inc#L9
    This one, however, certainly is: https://github.com/pret/pokeemerald/blob/master/src/strings.c#L100
     
    And also src/strings.c.
    Funnily enough, Game Freak rewrote one of the strings used in the intro instead of just reusing the copy they left in coming from RS.
    This text string isn't used by the intro: https://github.com/pret/pokeemerald/blob/master/data/text/birch_speech.inc#L9
    This one, however, certainly is: https://github.com/pret/pokeemerald/blob/master/src/strings.c#L100

    The intro is not handled by a script. You can find the code for it in src/main_menu.c. If you want to only edit the text, you can find that in data/text/birch_speech.inc.

    Thank you lovely people! I am finishing a hack using Pokémon Markiplier would "smash"….wanted to credit him and myself for the idea and the creation! Haha.
     
    Back
    Top