shithub: rgbds

Download patch

ref: 18e4f132a8663f950436618b3ee74764ec9bed05
parent: 828b2adcdfee526ea270b986002c3020765c5a88
author: ISSOtm <eldredhabert0@gmail.com>
date: Thu Jul 14 09:43:28 EDT 2022

Fix labels subtraction docs

Fixes #1009

--- a/man/rgbasm.5
+++ b/man/rgbasm.5
@@ -945,9 +945,9 @@
 .Ad $80C0 :
 .Bd -literal -offset indent
 SECTION "Player tiles", VRAM
-PlayerTiles:
+vPlayerTiles:
     ds 6 * 16
-.end
+\&.end
 .Ed
 .Pp
 A label's location (and thus value) is usually not determined until the linking stage, so labels usually cannot be used as constants.