0 Members and 2 Guests are viewing this topic.
0000000000400080008003C006600420042008200820081008100810081007E0
Ok, first stuff!At the moment, you open the screen, press 1 (which will have a Play button later) and see how the interface will start like.4 squares and the apple, which will be the first thing you can plant.I've also made a 16*16 sprite of a pear (.png below). I'm gonna have to split it into four and make 4 8*8 sprites, I know.Code: [Select]0000000000400080008003C006600420042008200820081008100810081007E0This is the HEX code, can I split the code into 4, I mean, does that work?
first 8 are. x,y2nd 8 are x+8,y3rd 8 are x,y+84th 8 are x+8,y+8
Yes it can, but you have to rearrange the data. I'm working on it right now, but it takes a little bit.
Welcome. Actually, you can fit the pear into two 8*8 sprites, so that's what I'll be doing.
000408083C6642428282818181817E00
I write my image hex in byte pairs during editing so that I can easily go back and change specific values. It really helps if you make a mistake in the encoding.
No, I eliminated the whitespace above the pear. The end of the stem is the top row of the bitmap.