From fecc5c339adf8d4c2939364e49e4ba5c46f207ba Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Fri, 15 Dec 2017 00:38:52 -0500 Subject: More comments for macros --- main.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.asm') diff --git a/main.asm b/main.asm index e46320dc2..3deb21334 100644 --- a/main.asm +++ b/main.asm @@ -226,12 +226,12 @@ CheckNickErrors:: ; 669f ; table defining which characters are actually text commands ; format: ; ≥ < - db "", $04 + 1 + db "", TX_BOX + 1 db "", $18 + 1 db $1d, "%" + 1 db $35, "" + 1 db "", "" + 1 - db $49, "" + 1 + db "", "" + 1 db "", "┘" + 1 db -1 ; end -- cgit v1.2.3