Registrarse

[RH - Otros] Pokebolas infinitas

Estado
Cerrado para nuevas respuestas.

anddres2310

Pequeño saltamontes
Tengo un problema con el script de la enfermera joy ya que al curar los pokemon estos son infinitos dejo aqui el script por si me quieren ayudar gracias


'---------------
#org 0x16B0FE
lock
faceplayer
call 0x81A6578
release
end

'---------------
#org 0x1A6578
special 0x187
compare LASTRESULT 0x2
if 0x1 goto 0x81A7AE0
preparemsg 0x81A5483 '"Bienvenido al centro pokemon!\pQui..."
waitmsg
multichoice 0x13 0x8 0x0 0x2
copyvar 0x8000 LASTRESULT
compare 0x8000 0x0
if 0x1 goto 0x81A65B8
compare 0x8000 0x1
if 0x1 goto 0x81A6663
compare 0x8000 0x7F
if 0x1 goto 0x81A6663
end

'---------------
#org 0x1A7AE0
release
end

'---------------
#org 0x1A65B8
cmdc3 0xF
preparemsg 0x81A54E1 '"Ok, tomare a tus pokemon por\nunos..."
waitmsg
call 0x81A65CE
special 0x0
goto 0x81A65EC

'---------------
#org 0x1A6663
msgbox 0x81A5511 MSG_KEEPOPEN '"Espero verte luego !"
return

'---------------
#org 0x1A65CE
applymovement LASTTALKED 0x81A75E7
waitmovement 0x0
doanimation 0x19
checkanimation 0x19
applymovement LASTTALKED 0x81A75ED
waitmovement 0x0
special 0x0
return

'---------------
#org 0x1A65EC
special2 LASTRESULT 0x1B1
compare LASTRESULT 0x0
if 0x1 goto 0x81A661D
special2 LASTRESULT 0x183
copyvar 0x8008 LASTRESULT
compare 0x8008 0x0
if 0x1 goto 0x81A661D
compare 0x8008 0x1
if 0x1 goto 0x81A6636
end

'---------------
#org 0x1A661D
preparemsg 0x81A552B '"Gracias por esperar\nTus pokemon r..."
waitmsg
applymovement LASTTALKED 0x81A666C
waitmovement 0x0
msgbox 0x81A5511 MSG_KEEPOPEN '"Espero verte luego !"
return

'---------------
#org 0x1A6636
checkflag 0x842
if 0x1 goto 0x81A661D
msgbox 0x81A552B MSG_KEEPOPEN '"Gracias por esperar\nTus pokemon r..."
setflag 0x842
preparemsg 0x81BCCCA '"It appears as if [buffer1] is play..."
waitmsg
applymovement LASTTALKED 0x81A666C
waitmovement 0x0
msgbox 0x81A5511 MSG_KEEPOPEN '"Espero verte luego !"
return


'---------
' Strings
'---------
#org 0x1A5483
= Bienvenido al centro pokemon!\pQuieres que recupere a tus\nPOKéMON a su vida perfecta?

#org 0x1A54E1
= Ok, tomare a tus pokemon por\nunos segundos.

#org 0x1A5511
= Espero verte luego !

#org 0x1A552B
= Gracias por esperar\nTus pokemon recuperaron\ltoda su vida.

#org 0x1BCCCA
= It appears as if [buffer1] is playing\nright now.\lGo for it!


'-----------
' Movements
'-----------
#org 0x1A75E7
#raw 0x2F 'Face Left (Delayed)
#raw 0xFE 'End of Movements

#org 0x1A75ED
#raw 0x2D 'Face Down (Delayed)
#raw 0xFE 'End of Movements

#org 0x1A666C
#raw 0x5B 'mov5B
#raw 0x1A 'Delay3
#raw 0xFE 'End of Movements
 
Última edición:
Estado
Cerrado para nuevas respuestas.
Arriba