From f4d2000a20b72a200f32be89188bd775a84b13e6 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Wed, 21 Apr 2021 18:40:12 -1000 Subject: [PATCH] Remove whitespace, eof newline --- G1-Elements-Layout.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/G1-Elements-Layout.md b/G1-Elements-Layout.md index a9554bc..3daf102 100644 --- a/G1-Elements-Layout.md +++ b/G1-Elements-Layout.md @@ -3,7 +3,7 @@ A G1 element is typically a sprite. It is basically an image. There would appear to be two image formats that the G1 element can be. ## RLE Compressed G1 Element -Run length encoded element. +Run length encoded element. The first y words are offsets to the corresponding y line. You use this to jump to the correct line if you do not require info from the first line. @@ -41,4 +41,4 @@ Note that the final image has more bytes than the original image. For larger ima The second type is not compressed and it is a simple one to one relationship. ## Palettes -The drawing code also uses palettes to translate some of the colours. This is used for example with security guards to change their top colour. There are two palettes that are not loaded and are modified throughout the code (0x9ABE0C and 0x9ABF0C) \ No newline at end of file +The drawing code also uses palettes to translate some of the colours. This is used for example with security guards to change their top colour. There are two palettes that are not loaded and are modified throughout the code (0x9ABE0C and 0x9ABF0C)