@ -21,7 +21,7 @@ void dma_tick() {
return;
}
ppu_oam_write(ctx.byte, bus_read((ctx.value * 0x100) + ctx.byte));
ppu_oam_write(ctx.byte, bus_read(((ctx.value << 8)) + ctx.byte));
ctx.byte++;
The note is not visible to the blocked user.