From 302b21047090cc3ae11db26915b91f6d0239ea71 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Wed, 2 Oct 2019 13:55:32 +0200 Subject: [PATCH] Fix error in object file documentation --- src/rgbds.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rgbds.5 b/src/rgbds.5 index eb191ba8..a2330f03 100644 --- a/src/rgbds.5 +++ b/src/rgbds.5 @@ -91,8 +91,8 @@ REPT NumberOfSections ; decide (floating bank). This field is only valid for ROMX, ; VRAM, WRAMX and SRAM sections. - LONG Align ; Alignment of this section (expressed as number of low bits - ; to leave as 0). -1 if not defined. + LONG Align ; Alignment of this section, expressed as 1 << align. 1 if + ; not specified. IF (Type == ROMX) || (Type == ROM0) ; Sections that can contain data.