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

Making FL's Custom Hud only show up in the save screen?

Courtland

"It's time for the Revelation..." - Pokemon Doomsd
  • 57
    Posts
    11
    Years
    You guys know about the Custom Hud script by FL, right? I was wondering how I could make it only appear upon opening up your Save screen?
     
    You guys know about the Custom Hud script by FL, right?
    Just a little ;)

    Easy change, let's just use the toggle mode by mej71 with switch 89. At PokemonSave script section, after line 'ret=false' add:

    Code:
        $game_switches[89]=true
        $hud_need_refresh = true

    And, before line 'return ret' add:

    Code:
        $game_switches[89]=false
        $hud_need_refresh = true
     
    Back
    Top