summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-08-22 20:43:02 -0700
committeryenatch <yenatch@gmail.com>2014-08-22 20:43:02 -0700
commit1d4158057e5ad64a78fdb9b472d3fd2c16c196ad (patch)
tree3df7fe86f0a0196a6ccb868e4f8912c1f5a82765
parent3be6ca012f8681c664977788fbe692eee72cb9ae (diff)
Close an open string in name selection.
The python preprocessor doesn't care if a string is left open. It probably should, so this string is fixed preemptively.
-rw-r--r--main.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index a508909e9..1ea152d83 100644
--- a/main.asm
+++ b/main.asm
@@ -18365,7 +18365,7 @@ String_121dd: ; 122dd
String_1224f: ; 1224f
db "a b c d e f g h i j"
- db "k l m n o p q r s t
+ db "k l m n o p q r s t"
db "u v w x y z . - /"
db "'d 'l 'm 'r 's 't 'v & ( )"
db $72, " ", $73, " [ ] ' : ; "