Page 1 of 1

Sprite Data Mashed Up

Posted: Sun Apr 02, 2017 12:08 am
by Scorpion Illuminati
I just finished changing the names of all my source files so they fit within dos's 8+3 limits. I did it so the code would compile with snasm68k using dosbox.
Image
What is weird is no actual code was changed at all, just the paths to the file names being binary included in code source code. You can very this, here, here and here. I initially thought it was a alignment issue but, doubt the file names would make any any difference in the binary itself since the file names aren't saved in the final assembled binary. Any assistance in this matter would be greatly appreciated.

Sincerely,

Scorpion Illuminati

Re: Sprite Data Mashed Up

Posted: Sun Apr 02, 2017 9:59 pm
by KanedaFr
Is there at least something right ?
I mean, looking at the sprite debug screenshot, I see
- if you were expectif more than 1 sprite, you lost ;)
- they all use pal 2
- most of sprites have different size

So the only thing i see wrong, from my point of view, not knowing your game core, is that you wrongly assign/update the link attribute of the 7 sprites you use...

Re: Sprite Data Mashed Up

Posted: Mon Apr 03, 2017 7:21 am
by TmEE co.(TM)
Link value isn't being advanced so you only see one sprite.

Re: Sprite Data Mashed Up

Posted: Tue Apr 04, 2017 5:52 am
by walker7
For 80 sprites, what I usually like to do is number their link fields 1-79 then 0.