From 1d4158057e5ad64a78fdb9b472d3fd2c16c196ad Mon Sep 17 00:00:00 2001 From: yenatch Date: Fri, 22 Aug 2014 20:43:02 -0700 Subject: 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. --- main.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, " [ ] ' : ; " -- cgit v1.2.3