Skip to content

Commit 8e9837a

Browse files
author
GitHub Action
committed
Update RGBDS master documentation
1 parent 41db73c commit 8e9837a

File tree

11 files changed

+14
-2
lines changed

11 files changed

+14
-2
lines changed

docs/gbz80.7.pdf

0 Bytes
Binary file not shown.

docs/rgbasm-old.5.pdf

0 Bytes
Binary file not shown.

docs/rgbasm.1.pdf

0 Bytes
Binary file not shown.

docs/rgbasm.5.pdf

0 Bytes
Binary file not shown.

docs/rgbds.5.pdf

0 Bytes
Binary file not shown.

docs/rgbds.7.pdf

0 Bytes
Binary file not shown.

docs/rgbfix.1.pdf

0 Bytes
Binary file not shown.

docs/rgbgfx.1.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,18 @@ <h2 class="Sh" id="ARGUMENTS"><a class="permalink" href="#ARGUMENTS">ARGUMENTS</
8989
<dd>Same as <code class="Fl">-a</code> <var class="Ar">base_path</var>.attrmap
9090
(see <a class="Sx" href="#Automatic_output_paths">Automatic output
9191
paths</a>).</dd>
92+
<dt id="B"><a class="permalink" href="#B"><code class="Fl">-B</code></a>
93+
<var class="Ar">color</var>, <code class="Fl">--background-color</code>
94+
<var class="Ar">color</var></dt>
95+
<dd>Set a background color to be omitted from output. Colors are accepted in
96+
&#x2018;<code class="Li">#rgb</code>&#x2019; or
97+
&#x2018;<code class="Li">#rrggbb</code>&#x2019; format, or as
98+
&#x2018;<code class="Li">transparent</code>&#x2019;. Input tiles which are
99+
entirely the specified background color are ignored and will not be output
100+
in tile data file. The tilemap, atrribute map, or palette map files
101+
<a class="permalink" href="#will"><i class="Em" id="will">will</i></a> use
102+
placeholder values where background tiles were. If a background color is
103+
specified, it cannot be used within tiles which are not ignored.</dd>
92104
<dt id="b"><a class="permalink" href="#b"><code class="Fl">-b</code></a>
93105
<var class="Ar">base_ids</var>, <code class="Fl">--base-tiles</code>
94106
<var class="Ar">base_ids</var></dt>
@@ -113,8 +125,8 @@ <h2 class="Sh" id="ARGUMENTS"><a class="permalink" href="#ARGUMENTS">ARGUMENTS</
113125
<dd>If <var class="Ar">pal_spec</var> begins with a hash character
114126
&#x2018;<code class="Li">#</code>&#x2019;, it is treated as an inline
115127
palette specification. It should contain a comma-separated list of
116-
hexadecimal colors, each beginning with a hash. Colors are accepted
117-
either as &#x2018;<code class="Li">#rgb</code>&#x2019; or
128+
hexadecimal colors, each beginning with a hash. Colors are accepted in
129+
&#x2018;<code class="Li">#rgb</code>&#x2019; or
118130
&#x2018;<code class="Li">#rrggbb</code>&#x2019; format. To leave one
119131
or more gaps in the palette,
120132
&#x2018;<code class="Li">#none</code>&#x2019; can be used instead of

docs/rgbgfx.1.pdf

514 Bytes
Binary file not shown.

docs/rgblink.1.pdf

0 Bytes
Binary file not shown.

docs/rgblink.5.pdf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)