From b4f15369759ff7bbed94c753e5ac398c5089f4a4 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Fri, 20 Jun 2025 13:50:07 +0200 Subject: [PATCH] tiles: Added docs for tile banking --- src/tiles.inc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/tiles.inc b/src/tiles.inc index a88bb12..741df9d 100644 --- a/src/tiles.inc +++ b/src/tiles.inc @@ -1,3 +1,12 @@ +; banking: +; bank 8000 and bank 9000 are fixed banks +; they may only be swapped completely by maps as needed +; +; bank8800 is split into 2 parts: +; the lower 64 tiles are fixed and usually used for UI and fonts +; the upper 64 tiles may be loaded as needed by maps +; in blocks of 32 tiles. This means the bank can be swapped +; by individual maps and mixed as needed bank8000: #include "bank8000.inc" -- 2.30.2