28952-¿Uso_de_flags\?
#0
Mr Game Dan 29148
Bueno, hice un script donde hago checkflags, movimientos etc. etc. Me quedo así
'---------------
#org 0xE3D22B
checkflag 0x6A6C
if 0x1 call 0xE3D22C
call 0xE3D22D
end

'---------------
#org 0xE3D22C
release
end

'---------------
#org 0xE3D22D
lock
playsong 0x12E 0x33
applymovement 0x1 0xE3D22E
pause 0x40
msgbox 0xE3D22F MSG_FACE '"Oh, [player]...! Our neighbor, PRO..."
setflag 0x862
setflag 0x130
setflag 0xD8
fanfare 0x13E
setflag 0x6A6C
msgbox 0xE3D230 MSG_FACE '"Oh, [player]...! Our neighbor, PRO..."
msgbox 0xE3D231 MSG_FACE '"Oh, [player]...! Our neighbor, PRO..."
special 0x9D
msgbox 0xE3D232 MSG_FACE '"Oh, [player]...! Our neighbor, PRO..."
applymovement 0x1 0xE3D233

'---------
' Strings
'---------
#org 0xE3D22F
= ¡Ah,[player]...!\pNuestro vecino, el Profesor Elm,\nte estaba buscando.\lDijo que quería que le hicieras un\lfavor.\l¡Ah!¡Casi se me olvida! Ya han\ltraído tu Pokénav del taller.\l¡Aquí tienes!

#org 0xE3D230
= [player] recibió Pokénav

#org 0xE3D231
= El Pokémon Navigator o sólo\nPokénav.\lEs básico si quieres ser un buen\lentrenador.\l¡Ah! Falta la hora.\l¡No olvides ponerlo!\l¿Qué hora es?\l

#org 0xE3D232
= Vuelve a casa para cambiar de hora\nel reloj.\lSupongo que debes saber manejar el\ltelefono ¿Verdad?\l¿Recuerdas que hay que encender\le Pokénav y elegir el telefono?\lLos números están en la memoria.\lElige el nombre que quieras\l¿No te parece estupendo?

'-----------
' Movements
'-----------
#org 0xE3D22E
#raw 0x2 'Face Left
#raw 0x56 'Exclamation Mark (!)
#raw 0x9 'Step Up (Normal)
#raw 0xFE 'End of Movements

#org 0xE3D233
#raw 0x8 'Step Down (Normal)
#raw 0x1 'Face Right
#raw 0xFE 'End of Movements

pero luego de compilarlo con XSE y abrir de nuevo el script, este queda así
'---------------
#org 0xE3D22B
checkflag 0x6A6C
end

alguien puede decirme que estoy haciendo mal :(