Removed s-piece from main logo and moved sprite position.

This commit is contained in:
2005-11-09 20:50:57 +00:00
parent f0e4020280
commit cf15357668
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
Binary file not shown.
+2 -2
View File
@@ -64,8 +64,8 @@ int main(void)
CpuFastSet(PaletteBuffer, OBJ_COLORS, COPY32 | sizeof(PaletteBuffer)/4);
memset(&sprite, 0, sizeof(sprite));
sprite.attr0 = OBJ_256_COLOR | OBJ_Y(25);
sprite.attr1 = OBJ_X(120);
sprite.attr0 = OBJ_256_COLOR | OBJ_Y(74);
sprite.attr1 = OBJ_X(147);
sprite.attr2 = OBJ_CHAR(512);
u16* dst, *src;