From 18e4f132a8663f950436618b3ee74764ec9bed05 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Thu, 14 Jul 2022 13:43:28 +0200 Subject: [PATCH] Fix labels subtraction docs Fixes #1009 --- man/rgbasm.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/rgbasm.5 b/man/rgbasm.5 index 5f260eaa..3c4550ee 100644 --- a/man/rgbasm.5 +++ b/man/rgbasm.5 @@ -945,9 +945,9 @@ assuming the section ends up at .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.