From 96b5af8c4e058f2d55a80add3208cfe4b02c453b Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 20 Mar 2025 18:04:34 +0100 Subject: Provide better wording on disabling decimal mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- scroll/include/background.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scroll/include/background.s') diff --git a/scroll/include/background.s b/scroll/include/background.s index e637380..c4a5345 100644 --- a/scroll/include/background.s +++ b/scroll/include/background.s @@ -29,7 +29,7 @@ ;; The offset for metatile rows. That is, from where should the engine start ;; counting rows of metatiles. By default it's 0, but it could be set to - ;; something else to reserve so top space for a HUD or something similar. + ;; something else to reserve top space for a HUD or something similar. ;; ;; NOTE: configurable. .ifndef BACKGROUND_ROW_OFFSET -- cgit v1.2.3