File tree Expand file tree Collapse file tree 4 files changed +10521
-38
lines changed Expand file tree Collapse file tree 4 files changed +10521
-38
lines changed Original file line number Diff line number Diff line change @@ -476,43 +476,39 @@ There are three "blocks" of 128 tiles each:
476476<table >
477477 <thead >
478478 <tr>
479- <th>Block</th>
480- <th>VRAM Address</th>
481- <th>Sprite Tiles</th>
482- <th colspan="2">BG/Win Tiles</th>
479+ <th rowspan="2">Block</th>
480+ <th rowspan="2">VRAM Address</th>
481+ <th colspan="3">Corresponding Tile IDs</th>
483482 </tr>
484- </thead >
485- <tbody >
486483 <tr>
487- <td></td>
488- <td></td>
489- <td></td>
490- <td><strong>if LCDC.4=1</strong></td>
491- <td><strong>if LCDC.4=0</strong></td>
484+ <td><strong>OBJs</strong></td>
485+ <td><strong>BG/Win if LCDC.4=1</strong></td>
486+ <td><strong>BG/Win if LCDC.4=0</strong></td>
492487 </tr>
488+ </thead >
489+ <tbody >
493490 <tr>
494491 <td>0</td>
495- <td>$8000 - $87FF</td>
496- <td>0 - 127</td>
497- <td>0 - 127</td>
492+ <td>$8000– $87FF</td>
493+ <td>0– 127</td>
494+ <td>0– 127</td>
498495 <td></td>
499496 </tr>
500497 <tr>
501498 <td>1</td>
502- <td>$8800 - $8FFF</td>
503- <td>128 - 255</td>
504- <td>128 - 255</td>
499+ <td>$8800– $8FFF</td>
500+ <td>128– 255</td>
501+ <td>128– 255</td>
505502 <td>
506- 128 - 255 <br />
507- or ( -127 - 0)
503+ 128– 255 <br />
504+ ( or -127– 0)
508505 </td>
509506 </tr>
510507 <tr>
511508 <td>2</td>
512- <td>$9000 - $97FF</td>
513- <td></td>
514- <td>(unused)</td>
515- <td>0 - 127</td>
509+ <td>$9000–$97FF</td>
510+ <td colspan="2">(Can't use)</td>
511+ <td>0–127</td>
516512 </tr>
517513 </tbody >
518514</table >
You can’t perform that action at this time.
0 commit comments