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.
@Karl
If probably easier than you think, you can use something like this:
Spoiler:
#org @start
applymovement 0xFF @movement1
waitmovement 0x0
end
#org @movement1
#raw 0x54
#raw 0xFE
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 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.