mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
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.
This commit is contained in:
parent
3be6ca012f
commit
1d4158057e
2
main.asm
2
main.asm
@ -18365,7 +18365,7 @@ String_121dd: ; 122dd
|
|||||||
|
|
||||||
String_1224f: ; 1224f
|
String_1224f: ; 1224f
|
||||||
db "a b c d e f g h i j"
|
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 "u v w x y z . - /"
|
||||||
db "'d 'l 'm 'r 's 't 'v & ( )"
|
db "'d 'l 'm 'r 's 't 'v & ( )"
|
||||||
db $72, " ", $73, " [ ] ' : ; "
|
db $72, " ", $73, " [ ] ' : ; "
|
||||||
|
Loading…
Reference in New Issue
Block a user