Author Id: 27880 Author Name: Guilly Power Post Content: Hola a todos, hoy vengo con dos dudas 1) Estaba trabajando en un script muy importante en mi hack en el que tengo puestos unos movespirites para que aparezcan los personajes. Pero los personajes no aparecen. El script es este: [SPOILER="Script"]#dynamic 0x800000 #org @inicio movesprite 0x0 0x2 0x39 movesprite 0x2 0x8 0x39 movesprite 0x3 0x3 0x39 movesprite 0x4 0x9 0x38 movesprite 0x6 0x9 callasm 0x750021 movesprite 0x0 0x2 0x39 movesprite 0x2 0x8 0x39 movesprite 0x3 0x3 0x39 movesprite 0x4 0x9 0x38 movesprite 0x6 0x9 0x3A msgbox @mensaje 0x6 special 0x113 applymovement 0x7F @movimiento waitmovement 0x7F special 0x114 applymovement 0x4 @movimiento1 applymovement 0x6 @movimiento1 waitmovement 0x4 msgbox @mensaje1 0x6 applymovement 0x3 @movimiento3 applymovement 0x2 @movimiento2 waitmovement 0x3 applymovement 0x3 @movimiento2 applymovement 0x2 @movimiento3 waitmovement 0x3 special 0x113 applymovement 0x7F @movimiento4 waitmovement 0x7F special 0x114 applymovement 0xFF @movimiento waitmovement 0xFF msgbox @mensaje2 0x6 msgbox @mensaje3 0x6 msgbox @mensaje4 0x6 cry 0x19 0x1 callasm 0x750131 fadescreen 0x1 pause 0x20 fadescreen 0x0 applymovement 0xFF @movimiento5 waitmovement 0xFF msgbox @mensaje5 0x6 cry 0x19 0x1 fadescreen 0x1 pause 0x20 hidesprite 0x3 hidesprite 0x2 fadescreen 0x0 msgbox @mensaje6 0x6 applymovement 0x4 @movimiento6 applymovement 0x6 @movimiento6 waitmovement 0x4 hidesprite 0x6 hidesprite 0x4 movesprite 0x2 0x16 0x10 movesprite 0x3 0x16 0x10 movesprite 0x4 0x16 0x10 movesprite 0x6 0x16 0x10 msgbox @mensaje7 0x6 special 0x113 applymovement 0x0 @movimiento7 applymovement 0x7F @movimiento8 waitmovement 0x7F applymovement 0x7F @movimiento10 waitmovement 0x7F special 0x114 movesprite 0x0 0x16 0x10 msgbox @mensaje11 0x6 fanfare 0xCF applymovement 0xFF @movimiento1 waitmovement 0xFF fanfare 0xCF callasm 0x750131 msgbox @mensaje8 0x6 fanfare 0xCF special 0x140 showpokepic 0xFC 0x1 0x4 msgbox @mensaje9 0x6 msgbox @mensaje12 0x6 msgbox @mensaje13 0x6 hidepokepic msgbox @mensaje10 0x6 setvar 0x7FFF 0x5 end[/SPOILER] 2) En esa misma ruta, cuando la estaba probando de rrepente al pasar por encima de un tile el juego se reinicia (el tile es la hierba, solo me ha pasado en dos sitios)