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

A little bit of help with a level script

Quojo

Him
  • 10
    Posts
    2
    Years
    Guys, I made a level script, but it freezes the game whenever I enter the map. I have fixed the 0xFFFF in the map script offset by the way. Also, I have made the fair value 0000. Here is the script [im trying to hide a sprite btw]>

    Code:
    #dynamic 0x100B200
    
    
    #org @start
    lock
    checkflag 0x761
    if 0x1 goto @show
    hidesprite 0x4
    setvar 0x4034 0x0
    release
    end
    
    
    #org @show
    showsprite 0x4
    setvar 0x4034 0x0
    release
    end
     
    Back
    Top