This commit is contained in:
blondie7575 2023-07-17 16:01:03 -07:00
parent 080ab768b8
commit c14a6fbc28

View File

@ -6,7 +6,7 @@
; Draws a Pascal string for font "tinyNum" ; Draws a Pascal string for font "tinyNum"
; ;
; PARAML0 = Pointer to string ; 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 ; Trashes SCRATCHL,X,Y,A
; ;
@ -641,7 +641,7 @@ tinyNumchar58:
; Draws a Pascal string for font "font8" ; Draws a Pascal string for font "font8"
; ;
; PARAML0 = Pointer to string ; 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 ; Trashes SCRATCHL,X,Y,A
; ;