- 9
- Posts
- 8
- Years
- Seen Feb 4, 2018
I've had some problems with hiding sprites.I want to do it similar to professor Oak in Pallet town.Using Adv Map you can clearly see that Oak is right next to players house, but it's somehow hidden.I want to make that. Script at the exit of pallet town begins with "showsprite 0x3", which proves that Oak is hidden and this just makes him visible.
I've read somewhere that you need to setflag on sprite to make it invisible in the beggining... But how do i do that?
I tried this(using fat guy in Pallet as a test):
#dynamic 456794
#org @start
hidesprite 0x2
setflag 0x750
end
----------------
but ofc it didn't work. I did put flag 750 in person id but nothing happened.
Please help. Since english is not my native language i apologise for my grammar mistakes. Also because of that reason i need it explained step by step
I've read somewhere that you need to setflag on sprite to make it invisible in the beggining... But how do i do that?
I tried this(using fat guy in Pallet as a test):
#dynamic 456794
#org @start
hidesprite 0x2
setflag 0x750
end
----------------
but ofc it didn't work. I did put flag 750 in person id but nothing happened.
Please help. Since english is not my native language i apologise for my grammar mistakes. Also because of that reason i need it explained step by step