From c14a6fbc28d80e838c52911f4dd238b946812e03 Mon Sep 17 00:00:00 2001 From: blondie7575 Date: Mon, 17 Jul 2023 16:01:03 -0700 Subject: [PATCH] Cleanup --- fonts.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fonts.s b/fonts.s index c263ce3..bb5ff91 100644 --- a/fonts.s +++ b/fonts.s @@ -6,7 +6,7 @@ ; Draws a Pascal string for font "tinyNum" ; ; PARAML0 = Pointer to string -; Y = VRAM position of lower right corner of string at which to draw +; Y = VRAM position of lower left corner of string at which to draw ; ; Trashes SCRATCHL,X,Y,A ; @@ -641,7 +641,7 @@ tinyNumchar58: ; Draws a Pascal string for font "font8" ; ; PARAML0 = Pointer to string -; Y = VRAM position of lower right corner of string at which to draw +; Y = VRAM position of lower left corner of string at which to draw ; ; Trashes SCRATCHL,X,Y,A ;