We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fetcherY
1 parent 0bf3916 commit ee590caCopy full SHA for ee590ca
src/pixel_fifo.md
@@ -68,7 +68,7 @@ this formula, fetcherX can be between 0 and 31.
68
If the current tile is a window tile, the Y coordinate for the window
69
tile is used, otherwise the following formula is used to calculate
70
the Y coordinate: (currentScanline + SCY) & 255. Because of this formula,
71
-fetcherY can be between 0 and 159.
+fetcherY can be between 0 and 255.
72
73
The fetcher's X and Y coordinate can then be used to get the tile from
74
VRAM. However, if the PPU's access to VRAM is [blocked](<#VRAM Access>)
0 commit comments