Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Sprites DMA doesn't work. #7

Closed
TheLX5 opened this issue Jun 23, 2018 · 1 comment
Closed

Sprites DMA doesn't work. #7

TheLX5 opened this issue Jun 23, 2018 · 1 comment
Labels

Comments

@TheLX5
Copy link
Owner

TheLX5 commented Jun 23, 2018

Sprites that DMA their graphics to SP1 aren't showing correctly (Yoshi, Podoboo).

Probably it's caused by a bug in dma_engine.asm

@TheLX5
Copy link
Owner Author

TheLX5 commented Jun 23, 2018

I don't even know from where this piece of code appeared, but removing it and leaving a single ldx #$7E fixes it.

if !SA1 == 0
	ldx #$7E
else
	ldx #$40
endif

@TheLX5 TheLX5 added the bug label Jun 23, 2018
@TheLX5 TheLX5 closed this as completed Jun 23, 2018
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant