@ -70,7 +70,7 @@ void ppu_oam_write(u16 address, u8 value) {
}
u8 ppu_oam_read(u16 address){
if (address > 0xFE00) {
if (address >= 0xFE00) {
address -= 0xFE00;
The note is not visible to the blocked user.