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

Fix the aftereffect of intro skipping?

  • 12
    Posts
    8
    Years
    • Seen Jan 13, 2017
    As i learned, if you skip the intro event it'll automatically give you some error or bug if you try certain things like opening the pause menu, not working scripts or not showing player sprite even though he's set.

    Is there a way to fix the mentioned problems?

    It's a neccesarity for the originality of my game to start with a blackscreen which works great besides the already mentioned bugs & error.

    Thanks.
     
    Last edited:
    Yes you don't need the whole intro, you just need these two scripts:

    Code:
    pbTrainerName("Red")
    pbChangePlayer(0)

    The first one sets your name and the second one sets the player you'll use.
     
    Back
    Top