Irish Witch
Office Jenny
- 147
- Posts
- 18
- Years
- Australia
- Seen Aug 13, 2007
can anyone help me what's wrong whit this script
#org 0x800000
checkflag 0x1
if 0x0 call 0x800200
release
end
#org 0x800200
applymovement 0x3 0x800100
pause 0x30
setflag 0x1
release
end
Also, that layout will take up less codespace! (and is a more logical layout)