Quote:
If you want the pokemon picture in FR to appear use this(haven't tried it in ruby), I got this from the script discussion thread from Hackmew(Rom-raiders)
PP and QQ are the pokemon's hex number and
XX and YY are the location of the box(0A,03 is the middle in FR)
Add #raw 76 when you want the picture box to close.
#raw 75
#raw PP
#raw QQ
#raw XX
#raw YY
Close Box Code:
#raw 76
|
I tried that in Ruby, but the image appears in different palletes if its in indoors, but works fine in routes and towns.
But the special 0x140 it only shows the ? poke, I want to make it show something else??