Skip to content

Commit 1bea92e

Browse files
author
GitHub Action
committed
Update RGBDS master documentation
1 parent 15c8426 commit 1bea92e

File tree

11 files changed

+3
-2
lines changed

11 files changed

+3
-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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,9 @@ <h2 class="Sh" id="ARGUMENTS"><a class="permalink" href="#ARGUMENTS">ARGUMENTS</
271271
<dd>Only process a given rectangle of the image. This is useful for example if
272272
the input image is a sheet of some sort, and you want to convert each cel
273273
individually. The default is to process the whole image as-is.
274-
<p class="Pp"><var class="Ar">slice</var> must be two number pairs,
275-
separated by a colon. The numbers must be separated by commas; space is
274+
<p class="Pp"><var class="Ar">slice</var> must be formatted as
275+
&#x2018;<code class="Li"><var class="Ar">X</var>,<var class="Ar">Y</var>:<var class="Ar">W</var>,<var class="Ar">H</var></code>&#x2019;:
276+
two comma-separated number pairs, separated by a colon. Whitespace is
276277
allowed around all punctuation. The first number pair specifies the X
277278
and Y coordinates of the top-left pixel that will be processed (anything
278279
above it or to its left will be ignored). The second number pair

docs/rgbgfx.1.pdf

28 Bytes
Binary file not shown.

docs/rgblink.1.pdf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)