In Assembly I can set the character color like...---> lda #153 then jsr $FFD2
so... in text mode like screen 0 how do I set the background color ?
As jsr $FF29 does nothing for me in screen 0 ...
just so I can change the background color lol... ? even though it might be a simple answer for someone....

(I'm trying not to use basic~)