oops, had that backwards (re #106)
This commit is contained in:
parent
fadb200856
commit
16a965d15c
|
@ -1670,9 +1670,9 @@ static void CopySprites(uint8 *target) {
|
||||||
|
|
||||||
if(!SpriteON) return;
|
if(!SpriteON) return;
|
||||||
|
|
||||||
int start=0;
|
int start=8;
|
||||||
if(PPU[1] & 0x04)
|
if(PPU[1] & 0x04)
|
||||||
start = 8;
|
start = 0;
|
||||||
|
|
||||||
for(int i=start;i<256;i++)
|
for(int i=start;i<256;i++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue