shithub: rgbds

Download patch

ref: 88048cdcd7893e01c4fd69ef89207fb7b2e70413
parent: c878ff8775ddf9c31877e52fdc3ded3762df860c
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Fri Mar 5 05:08:43 EST 2021

Clarify the character encoding example in rgbasm.5

--- a/src/asm/rgbasm.5
+++ b/src/asm/rgbasm.5
@@ -391,8 +391,8 @@
 .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