[A83] Re: sprites
[Prev][Next][Index][Thread]
[A83] Re: sprites
>From: SOCCERK121@aol.com
>Reply-To: assembly-83@lists.ticalc.org
>To: assembly-83@lists.ticalc.org
>Subject: [A83] Re: sprites
>Date: Mon, 23 Apr 2001 07:38:25 EDT
>
>
>we can't help ifyou don't givew us some more info or code to fix
>
>
ok... the error message is precisely "unused data in ms byte of argument.
(85)" and i am trying to load the sprite image into the register ix for use
with ionputsprite. i have tried fixing it. the sprite image is in the right
format... i can't see what is going wrong. here is the code:
putsprite:
ld b,8
ld a,(sprx)
ld l,(spry)
ld ix,sprite
call ionPutSprite
bcall(_grbufcpy)
ret
sprite:
.db $18
.db $18
.db $3C
.db $3C
.db $3C
.db $5A
.db $7E
.db $BD
plz help me.
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.