Skip to content

Commit

Permalink
Update RGBDS master documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Nov 3, 2024
1 parent bc40f04 commit d465cc1
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 7 deletions.
Binary file modified docs/gbz80.7.pdf
Binary file not shown.
Binary file modified docs/rgbasm.1.pdf
Binary file not shown.
Binary file modified docs/rgbasm.5.pdf
Binary file not shown.
Binary file modified docs/rgbds.5.pdf
Binary file not shown.
Binary file modified docs/rgbds.7.pdf
Binary file not shown.
Binary file modified docs/rgbfix.1.pdf
Binary file not shown.
22 changes: 15 additions & 7 deletions docs/rgbgfx.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ <h2 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a><
<table class="Nm">
<tr>
<td><code class="Nm">rgbgfx</code></td>
<td>[<code class="Fl"><a href="#C">-C</a><a href="#m">m</a><a href="#O">O</a><a href="#u">u</a><a href="#V">V</a><a href="#Z">Z</a></code>] [<code class="Fl"><a href="#v">-v</a></code>
<td>[<code class="Fl"><a href="#C">-C</a><a href="#m">m</a><a href="#O">O</a><a href="#u">u</a><a href="#V">V</a><a href="#X">X</a><a href="#Y">Y</a><a href="#Z">Z</a></code>] [<code class="Fl"><a href="#v">-v</a></code>
[<code class="Fl"><a href="#v">-v</a></code> <span class="No">...</span>]]
[<code class="Fl"><a href="#a">-a</a></code> <var class="Ar">attrmap</var> |
<code class="Fl"><a href="#A">-A</a></code>] [<code class="Fl"><a href="#b">-b</a></code>
Expand Down Expand Up @@ -208,13 +208,13 @@ <h2 class="Sh" id="ARGUMENTS"><a class="permalink" href="#ARGUMENTS">ARGUMENTS</
</dd>
<dt id="m"><a class="permalink" href="#m"><code class="Fl">-m</code></a>,
<code class="Fl">--mirror-tiles</code></dt>
<dd>Deduplicate tiles that are symmetrical mirror images of each other. Only
one of each unique tile will be saved in the tile data file, with mirror
images counting as duplicates. Tiles are checked for horizontal, vertical,
and horizontal-vertical mirroring. Useful with a tile map and attribute
map together (see <code class="Fl">-a</code> and
<dd>Deduplicate tiles that are horizontally and/or vertically symmetrical
mirror images of each other. Only one of each unique tile will be saved in
the tile data file, with mirror images counting as duplicates. Useful with
a tile map and attribute map together (see <code class="Fl">-a</code> and
<code class="Fl">-t</code>) to keep track of the duplicated tiles and the
dimension(s) mirrored. Implies <code class="Fl">-u</code>.</dd>
dimension(s) mirrored. Implies <code class="Fl">-u</code>. Equivalent to
<code class="Fl">-XY</code>.</dd>
<dt id="N"><a class="permalink" href="#N"><code class="Fl">-N</code></a>
<var class="Ar">nb_tiles</var>, <code class="Fl">--nb-tiles</code>
<var class="Ar">nb_tiles</var></dt>
Expand Down Expand Up @@ -336,6 +336,10 @@ <h2 class="Sh" id="ARGUMENTS"><a class="permalink" href="#ARGUMENTS">ARGUMENTS</
humans, and may change without notice between RGBDS releases; relying on
those for scripts is not advised.</p>
</dd>
<dt id="X"><a class="permalink" href="#X"><code class="Fl">-X</code></a>,
<code class="Fl">--mirror-x</code></dt>
<dd>Deduplicate tiles that are horizontally symmetrical mirror images of each
other across the X axis. Implies <code class="Fl">-u</code>.</dd>
<dt id="x"><a class="permalink" href="#x"><code class="Fl">-x</code></a>
<var class="Ar">quantity</var>, <code class="Fl">--trim-end</code>
<var class="Ar">quantity</var></dt>
Expand All @@ -351,6 +355,10 @@ <h2 class="Sh" id="ARGUMENTS"><a class="permalink" href="#ARGUMENTS">ARGUMENTS</
<code class="Fl">-u</code>. Note also that the tiles that don't get
output will not count towards <code class="Fl">-N</code>'s limit.</p>
</dd>
<dt id="Y"><a class="permalink" href="#Y"><code class="Fl">-Y</code></a>,
<code class="Fl">--mirror-y</code></dt>
<dd>Deduplicate tiles that are vertically symmetrical mirror images of each
other across the Y axis. Implies <code class="Fl">-u</code>.</dd>
<dt id="Z"><a class="permalink" href="#Z"><code class="Fl">-Z</code></a>,
<code class="Fl">--columns</code></dt>
<dd>Read squares from the PNG in column-major order (column by column),
Expand Down
Binary file modified docs/rgbgfx.1.pdf
Binary file not shown.
Binary file modified docs/rgblink.1.pdf
Binary file not shown.
Binary file modified docs/rgblink.5.pdf
Binary file not shown.

0 comments on commit d465cc1

Please sign in to comment.