diff --git a/content/Video_Display.md b/content/Video_Display.md index 2d5b3d0b..d18e0152 100644 --- a/content/Video_Display.md +++ b/content/Video_Display.md @@ -461,9 +461,50 @@ don't use color 0 - it's transparent instead. There are three "blocks" of 128 tiles each: -- Block 0 is $8000-$87FF -- Block 1 is $8800-$8FFF -- Block 2 is $9000-$97FF +
| Block | +VRAM Address | +Sprite Tiles | +BG/Win Tiles | +|
|---|---|---|---|---|
| + | + | + | if LCDC.4=1 | +if LCDC.4=0 | +
| 0 | +$8000 - $87FF | +0 - 127 | +0 - 127 | ++ |
| 1 | +$8800 - $8FFF | +128 - 255 | +128 - 255 | +
+ 128 - 255 + or (-127 - 0) + |
+
| 2 | +$9000 - $97FF | ++ | (unused) | +0 - 127 | +