diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-05-22 07:19:15 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-05-22 07:19:15 +0100 |
commit | decb20fd568b943630ae2ccd9d7ef177fc5e3b33 (patch) | |
tree | 0587b2252c63838dc82dc0e8db852babc36a07cc /game/text.asm | |
parent | c09a85ef9da7c1608b9d78c41975b4fdbbadf3e4 (diff) | |
download | tr8vm-decb20fd568b943630ae2ccd9d7ef177fc5e3b33.tar.gz tr8vm-decb20fd568b943630ae2ccd9d7ef177fc5e3b33.zip |
Format the comment
Diffstat (limited to 'game/text.asm')
-rw-r--r-- | game/text.asm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |