• 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!
  • Dawn, Gloria, Juliana, or Summer - 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] Transitions

Hikimal

Cooltrainer Hikimaruy
  • 7
    Posts
    5
    Years
    Could I change the default fade out to black transition to fade out to white? I really wanted the fade out to white transition like in gen 1 games.
    for example in the title screen when you select continue, new game, or options, the screen goes to black then fades in again. what I wanted is, the screen goes white then fades in again.
     
    That's probably pretty easy to do. You could either change the existing pbFadeOutIn function so that all fades are through white, or you could duplicate it (or add an extra parameter) and update the particular transitions you want to go through white individually.
     
    That's probably pretty easy to do. You could either change the existing pbFadeOutIn function so that all fades are through white, or you could duplicate it (or add an extra parameter) and update the particular transitions you want to go through white individually.

    where do I find the pbFadeOutIn function?
     
    I changed the color parameters on pbFadeOutIn and also another transition to white and It worked, but only for the options button. for new game and continue, it turns into white then it goes black and fade in from black to the map.
     
    There are other transition methods you should edit. I believe they're in the same place as the one you edited, if you have a look round.
     
    I edited every transition in SpriteWindow that has the color parameter to (255,255,255,0 and the other j*15) etc but still no luck. the screen still fades into white though but after changing into another map it resets to black
     
    Back
    Top