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

[Script✓] [EM] Hiding Player OW

Karl

Creator of Pokémon Darkfire
  • 169
    Posts
    14
    Years
    • Seen Jun 27, 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