Momoro
I'm gonna put some dirt in your eye..
- 269
- Posts
- 5
- Years
- Castelia City, Unova
- Seen Feb 4, 2023
Hello 🙂
I'm trying to set a variable using setvar (I'm using XSE by the way) and for some reason, it changes.
Here's what I want:
Don't worry, I added a #dynamic label for the @mes pointer.
But, when I compile it, it turns into this:
Any idea why?
I'm trying to set a variable using setvar (I'm using XSE by the way) and for some reason, it changes.
Here's what I want:
Code:
hidepokepic
hidesprite LASTTALKED
setflag 0x201
givepokemon 0x158 0x5 0x0 0x0 0x0 0x0
setvar 0x4051 0x1
msgbox @mes 0x2
end
Don't worry, I added a #dynamic label for the @mes pointer.
But, when I compile it, it turns into this:
Code:
hidepokepic
hidesprite LASTTALKED
setflag 0x201
givepokemon 0x158 0x5 0x0 0x0 0x0 0x0
setvar 0x4051 0x1
loadpointer 0x0 0xD17AE100
Any idea why?
Last edited: