Fix bad PPU attribute calculation

This commit is contained in:
Lucas Scharenbroich 2023-06-02 08:16:00 -05:00
parent 2c1b7567ec
commit 377ac1f788
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ GetPaletteSelect
txa
and #$2C00
ora #$03C0
ora #$23C0 ; Make sure to put the addr in the $2xxx range
sta Tmp6 ; Base attribute table address
; Not calculate the byte within the attribute table