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.
What I'm trying to do is; there is a lapras in the seashore that when you talk to it asks if you want to use surf, if yes, it changes your overworld to a custom lapras sprite (with player ontop), and when you reach another part of another city it dismounts you.
So, how would I change the...
You probably have three fadescreens. 0x1 makes the screen go to black, and 0x0 makes it return to normal. So, you probably have an 0x1 after an 0x0.
fadescreen 0x1
fadescreen 0x0
You will have to set your Person ID something higher than 1000.
Try this:
fadescreen 0x1
fadescreen 0x0
hidesprite 0x[person id]
setflag 0x[person id]
release
end