Add new render flags to the docs

This commit is contained in:
Lucas Scharenbroich 2023-03-09 00:31:45 -06:00
parent 85cce2fe82
commit c04bf0d323
1 changed files with 17 additions and 2 deletions

View File

@ -1211,10 +1211,25 @@ style: toolref
<td>Offsets each column of the secondary background's vertical position. Unimplemented.</td>
</tr>
<tr>
<td>RENDER_BG1_ROTATIONT</td>
<td>$0004</td>
<td>RENDER_BG1_ROTATION</td>
<td>$0008</td>
<td>Use the internal rotation tables to render the secondary background</td>
</tr>
<tr>
<td>RENDER_PER_SCANLINE</td>
<td>$0010</td>
<td>Set individual scanline properties for the primary and secondary backgrounds from a table.</td>
</tr>
<tr>
<td>RENDER_WITH_SHADOWING</td>
<td>$0020</td>
<td>Uses a rendering mode that does not draw sprites into the tiles but uses shadowing to draw sprites on top of the rendered background and then expose the final composited image. This mode is required to use compiled sprites.</td>
</tr>
<tr>
<td>RENDER_SPRITES_SORTED</td>
<td>$0040</td>
<td>Draws the sprite in y-sorted order instead of sprite slot order.</td>
</tr>
</tbody>
</table>