8832-TRAINER_BATTLES_INFINITAS
#3
Javi4315♪ 13374
Iniciado por Max!

Dime si lo puse bien..
y que debo poner donde dice (trainer) (o sea cual es el offset)
'---------------
#org 0x160571
trainerbattle 0x0 0x66 0x0 0x81722C7 0x81722F9
msgbox 0x8172315 MSG_NORMAL '"Ssh! You'll scare the bugs away.\n..."
cleartrainerflag 0x(trainer)
end


'---------
' Strings
'---------
#org 0x1722C7
= Hey! You have POKéMON!\nCome on!\lLet's battle 'em!

#org 0x1722F9
= No!\nCATERPIE can't hack it!

#org 0x172315
= Ssh! You'll scare the bugs away.\nAnother time, okay?

Gracias!


¿Con un trainerbattle de tipo 0 sigue el script? Es que no me acuerdo. De todas formas puedes hacerla con uno de tipo 1

#org 0xOFFSET
lock
faceplayer (opcional)
trainerbattle 0x1 0x(trainer) 0x0 0xOFFSET (lo que te dice antes) 0xOFFSET (Lo que te dice cuando ganas) 0xOFFSET (después de ganar)
end

Ahora, cuando te mada al offset después de ganar, pones el clear trainerflag:

#org 0xOFFSET
cleartrainerflag 0x(trainer)
release
end

O lo que quieras poner. Pero te repito que no sé si servirá, no estoy seguro :(