Removed s-piece from main logo and moved sprite position.
This commit is contained in:
parent
f0e4020280
commit
cf15357668
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -64,8 +64,8 @@ int main(void)
|
||||||
CpuFastSet(PaletteBuffer, OBJ_COLORS, COPY32 | sizeof(PaletteBuffer)/4);
|
CpuFastSet(PaletteBuffer, OBJ_COLORS, COPY32 | sizeof(PaletteBuffer)/4);
|
||||||
|
|
||||||
memset(&sprite, 0, sizeof(sprite));
|
memset(&sprite, 0, sizeof(sprite));
|
||||||
sprite.attr0 = OBJ_256_COLOR | OBJ_Y(25);
|
sprite.attr0 = OBJ_256_COLOR | OBJ_Y(74);
|
||||||
sprite.attr1 = OBJ_X(120);
|
sprite.attr1 = OBJ_X(147);
|
||||||
sprite.attr2 = OBJ_CHAR(512);
|
sprite.attr2 = OBJ_CHAR(512);
|
||||||
|
|
||||||
u16* dst, *src;
|
u16* dst, *src;
|
||||||
|
|
Reference in New Issue