summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-08-17 16:29:08 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-08-17 16:29:08 -0400
commit9d6ac04c9d43cdf5587e137878bacaebf89a7158 (patch)
treeb2ad4a4634861a0ec9dc908c1b602039a2468c3c
parent328a6737db6b015b7eda3b3a0c637575c1b10165 (diff)
"<NULL>" -> 0, for 'and a'
-rw-r--r--home/text.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/text.asm b/home/text.asm
index 983239394..173b246eb 100644
--- a/home/text.asm
+++ b/home/text.asm
@@ -181,7 +181,7 @@ NextChar::
CheckDict::
dict: MACRO
-if \1 == "<NULL>"
+if \1 == 0
and a
else
cp \1