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

[Script✓] [EM] Hiding Player OW

Karl

Creator of Pokémon Darkfire
  • 169
    Posts
    14
    Years
    • Seen Apr 5, 2025
    In Emerald, does anyone know how to hide the player's OW sprite? I.e they can still move around but their sprite is just hidden until later.

    I found this post by FBI but it's for FR.

    If anyone can help I'd very much appreciate it :smile:
     
    Last edited:
    @Karl
    If probably easier than you think, you can use something like this:

    Spoiler:


    That will make the player's sprite invisible until you return from a warp (or use #raw 0x55 in an applymovement script). Although I'm not sure whether that will work with what you're having in mind.
     
    #org @movement1
    #raw 0x54
    #raw 0xFE[/SPOILER]

    That will make the player's sprite invisible until you return from a warp (or use #raw 0x55 in an applymovement script). Although I'm not sure whether that will work with what you're having in mind.

    That's exactly what I was looking for -- thanks Kalarie!
     
    Back
    Top