Yep that fixed it, I was trying to make the plot sprite work across the static display and the scrolling display, so was over complicating it.The simple way is something like this:Code:
SEC LDA addr SBC #&80 STA addr LDA addr+1 SBC #2 CMP #&58 BCS nowrap ADC #&28.nowrap STA addr+1
New video here
https://youtu.be/NRYZrq136lY
Statistics: Posted by fizgog — Fri Feb 07, 2025 7:35 pm