A89: Faster map routine, addon..
[Prev][Next][Index][Thread]
A89: Faster map routine, addon..
Yea.. one more thing to understand my code.. I use my own sprite format in this
routine.
It looks like this: (use fixed with font)
; plane1 |plane0
dc.b %00000000,%00000000
dc.b %11111110,%11111110
dc.b %01000100,%00101000
dc.b %01000100,%00101000
dc.b %01000100,%00101000
dc.b %01000100,%00101000
dc.b %01000100,%00101000
dc.b %11111110,%11111110
that is, the sprite are mixed. first one line of the first plane, then one line
of the second, and so on.
//Olle