Vrai
can you feel my heart?
- 2,896
- Posts
- 16
- Years
- Age 30
- Seen Oct 24, 2022
if i wanted someone to only appear when you stand on a green s, would i set their movement to hidden on advance map, use the showsprite command, set a flag and clear it afterwards, then set it again when i use hidesprite? because that's what i thought but it didn't work.
also, what tools do i use for asm? i tried in the toolbox but there was nothing.
Well, the flag would need to be set so that they are invisible in the first place. If I'm understanding this right, I would have the one green script tile clear the flag that makes him visible, have the event occur, and then surround the script with other S tiles. Then, on each one, have them set the flag so he disappears again.
At least, that's what I think.
As far as ASM, you should look at HackMew's knowledge. From the top of my head I know you'll need a hex editor (Hex Workshop) and a compiler (mid2agb I thought was one but there are others).