From decb20fd568b943630ae2ccd9d7ef177fc5e3b33 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Mon, 22 May 2023 07:19:15 +0100 Subject: Format the comment --- game/text.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'game') diff --git a/game/text.asm b/game/text.asm index 06a40b3..388b0bf 100644 --- a/game/text.asm +++ b/game/text.asm @@ -7,8 +7,8 @@ ; ; Expects a 4x8 font on "font" label. ; -; in: a : x: text to write -; b, y : (x, y) dst coords +; in: [a : x]: text to write +; b, y: (x, y) dst coords put_text: push y push b -- cgit v1.2.3