diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-07 17:59:14 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-07 17:59:14 -0400 |
commit | 32e7e368f4b3ae61bf4a219e89fc04ac8263f431 (patch) | |
tree | fcddb127868130f316ecb2732d0bb58a594710c5 | |
parent | 4111725767baad2c43541331492b4514ae1870c2 (diff) |
Remove a \ from the end of a comment line
-rw-r--r-- | mobile/fixed_words.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/fixed_words.asm b/mobile/fixed_words.asm index 3567e6b54..c87593896 100644 --- a/mobile/fixed_words.asm +++ b/mobile/fixed_words.asm @@ -4083,7 +4083,7 @@ EZChat_SortedWords: ; with the given kana are sorted in memory, and the pre- ; allocated size for each. ; These arrays are expanded dynamically to accomodate -; any Pokemon you've seen that starts with each kana.\ +; any Pokemon you've seen that starts with each kana. macro_11f23c: MACRO dw x - w3_d000, \1 x = x + 2 * \1 |