| |
Oswald
Registered: Apr 2002 Posts: 5094 |
16 high sprites
someone could help me with this one :) I got as far as reading LFT's great article about sprite crunch, but I get lost on that graph in a few steps before finding a 16 long loop :) |
|
| |
Rastah Bar Account closed
Registered: Oct 2012 Posts: 336 |
How about
15 18 19 1d 20 23 26 29 2c 2d 30 31 35 38 3b 3e? |
| |
Oswald
Registered: Apr 2002 Posts: 5094 |
thanks ! pretty cool man, altho now I'm facing the problem I cant use it for gfx, fex 18-> 19, 2c -> 2d etc :) I guess this is not possible. (16 long AND gfx) |
| |
Krill
Registered: Apr 2002 Posts: 2980 |
If you apply sprite crunch to go from sprite bitmap offset $18 to $19 or $2c to $2d, surely you have some spare cycles and memory left to switch $d018 as well, in order to avoid collisions? =) |
| |
Oswald
Registered: Apr 2002 Posts: 5094 |
thanks guys. Krill, that might even work, but I found a better solution for my xy problem :) |