From 298cb2fc4312b691a32861fb7cc194181920a625 Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Thu, 17 Oct 2019 19:34:43 -0500 Subject: [PATCH] Update JoeyLib Formats --- JoeyLib-Formats.md | 1 - 1 file changed, 1 deletion(-) diff --git a/JoeyLib-Formats.md b/JoeyLib-Formats.md index 0ce695a..943ef7b 100644 --- a/JoeyLib-Formats.md +++ b/JoeyLib-Formats.md @@ -49,4 +49,3 @@ typedef struct { byte *data; } jlVecT; ``` -**NOTE:** At the moment, all X coordinates range from 0 to 255 and are scaled up to 0-319 when drawn. While this saves space in the byte stream, it may make things ugly. If it's too bad, it will be changed. \ No newline at end of file