- 1,103
- Posts
- 17
- Years
- Melbourne, Australia
- Seen Oct 12, 2010
A combination of "movesprite" and level scripts.How do you change the position of a sprite forever after an event?
#raw 0x93 0x00 0x00 0x00Does anybody know how to display the money box in the top left hand corner of the screen?
Thanks
to show money box.
#raw 0x94 0x00 0x00
to make it disappear.
Hey does anyone know how to make a POKEMART script
because it never tells in tutorals
so can anyone ell me how to make a POKEMART script?
Here's an example of the "Pokemart" command. If you want me to explain it, just ask.
Code:
#org $StartMarket
lock
faceplayer
pokemart $marketValues
release
end
#org $marketValues
#binary int 0x1 0x2 0x3 0x4 0x5 0x6 0x7 0x8
#binary int 0x9 0xa 0xb 0xc 0x13 0x14 0x0