From eb237ea4e121ad9a7f229ecd99db7b524b9943ba Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Thu, 23 Nov 2023 18:08:18 +0100 Subject: [PATCH] Update link to Pan Docs gfx overview "Rendering" is now a much lower-level description of the rendering process, not exactly what we are looking for there :) --- man/rgbgfx.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/rgbgfx.1 b/man/rgbgfx.1 index 527aef97..455e04b8 100644 --- a/man/rgbgfx.1 +++ b/man/rgbgfx.1 @@ -484,7 +484,7 @@ What follows is succinct descriptions of those formats, including .Nm Ns -specific details. For more complete, beginner-friendly descriptions of the native formats with illustrations, please check out -.Lk https://gbdev.io/pandocs/Rendering Pan Docs . +.Lk https://gbdev.io/pandocs/Graphics Pan Docs . .Ss Tile data Tile data is output like a binary dump of VRAM, with no padding between tiles. Each tile is 16 bytes, 2 per row of 8 pixels; the bits of color IDs are split into each byte