• 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!
  • Akari, Red, Kris, May - which Pokémon protagonist is your favorite? Let us know by voting in our semifinal favorite protagonist 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.

Help displaying a Weather Icon

  • 7
    Posts
    8
    Years
    • Seen Jul 15, 2023
    Hi, I'd like to display the current weather at the top of the screen similar to having a Status condition. Does anyone know a simple way to do do this?

    I tried:
    #---------------------------------
    # Draw weather icon
    if @battle.pbWeather == :Calm
    imagePos.push(["Graphics/Pictures/Battle/icon_mega",@spriteBaseX+8,34])
    end
    #---------------------------------
    This issue was pbWeather wasn't defined in the current script and I don't know the best way to do it.
    Ideally I want to display the 5 new weather types I added.
     
    Back
    Top