• 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!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • 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