diff --git a/bsnes/sfc/ppu/background.cpp b/bsnes/sfc/ppu/background.cpp index e9d3dcb3..7f04726c 100644 --- a/bsnes/sfc/ppu/background.cpp +++ b/bsnes/sfc/ppu/background.cpp @@ -61,7 +61,7 @@ auto PPU::Background::fetchNameTable() -> void { if(!(hlookup & 0x8000)) { hoffset = hpixel + (hlookup & ~7) + (hscroll & 7); } else { - voffset = vpixel + (vlookup); + voffset = vpixel + (hlookup); } } } else {