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.
1 parent edc7dc0 commit a72f29eCopy full SHA for a72f29e
src/Scrolling.md
@@ -23,10 +23,7 @@ is set, and (if enabled) a STAT interrupt is requested.
23
24
## FF4A - WY (Window Y Position) (R/W), FF4B - WX (Window X Position + 7) (R/W)
25
26
-Specify the top-left coordinates of the Window. (The Window is an
27
-alternate background area which can be displayed above of the normal
28
-background. OBJs (sprites) may be still displayed above or behind the
29
-Window, just as for normal BG.)
+Specify the top-left coordinates of [the Window](#Window).
30
31
The Window is visible (if enabled) when both coordinates are in the ranges
32
WX=0..166, WY=0..143 respectively. Values WX=7, WY=0 place the Window at the
0 commit comments