[A83] Re: Matrices, ASM
[Prev][Next][Index][Thread]
[A83] Re: Matrices, ASM
Any ideas then?
I am writing a BASIC RPG (don't bother, I won't convert to ASM now) and want
to use graphics to make it more appealing. I want to use sprites for the
monsters and would like to use a storage method that can be edited on calc.
If someone would write the ASM code for me I will gladly give credit to you.
I think if I could store the .db xxxxxxxxxxxx code in a string that might
work and someone could write the code to pull it out and write the sprite to
the screen.
>That is a highly inefficient way to transfer a sprite to the
>asmprogram
>though...
>you should think of a better way... maybe a string with
>hexcodes or something?
>not very efficient either, but a quite nice mix between efficiency and
>possibility to edit the sprite easily on the calc.
>It is so unefficient that the speedgain is very little, it
>would be like a
>100 times faster with a better way of transferring the sprite.
>
>///Olle
>
>
>
>
References: