Lo muevo a dudas que es donde debería estar.
Prueba con esto/Test with this
#org 0x802486
lock
faceplayer
msgbox 0x88024A5 '"Você já viu este pokemon?"
callstd 0x6
special 0x140
showpokepic 0x93 0xA 0x3
msgbox 0x88024BF '"ele é muio bonito."
hidepokepic
release
end
'---------
' Strings
'---------
#org 0x8024A5
= Você já viu este pokemon?
#org 0x8024BF
= ele é muio bonito.
I added "special 0x140" before show the pokepic, that should fix the problem ^^