From 88048cdcd7893e01c4fd69ef89207fb7b2e70413 Mon Sep 17 00:00:00 2001 From: Rangi Date: Fri, 5 Mar 2021 10:08:43 -0500 Subject: [PATCH] Clarify the character encoding example in rgbasm.5 --- src/asm/rgbasm.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/asm/rgbasm.5 b/src/asm/rgbasm.5 index f86d408f..04d3d6dd 100644 --- a/src/asm/rgbasm.5 +++ b/src/asm/rgbasm.5 @@ -391,8 +391,8 @@ with its corresponding argument in .Pq So %% Sc is replaced by the So % Sc character . .El .Ss Character maps -When writing text that is meant to be displayed on the Game Boy, the characters used in the source code may need to have a different encoding than the rest of the source code. -For example, the tiles used for uppercase letters may be placed starting at tile index 128, which would make it difficult to add text strings to the ROM. +When writing text strings that are meant to be displayed on the Game Boy, the character encoding in the ROM may need to be different than the source file encoding. +For example, the tiles used for uppercase letters may be placed starting at tile index 128, which differs from ASCII starting at 65. .Pp Character maps allow mapping strings to arbitrary 8-bit values: .Bd -literal -offset indent