• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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
2
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!!
     
    449
    Posts
    6
    Years
    • Seen today
    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.
     

    Lunos

    Random Uruguayan User
    3,114
    Posts
    15
    Years
  • 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
     
    6
    Posts
    2
    Years
    • Seen May 23, 2022
    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