mirror of https://github.com/pret/pokecrystal.git
Remove a \ from the end of a comment line
This commit is contained in:
parent
4111725767
commit
32e7e368f4
|
@ -4083,7 +4083,7 @@ EZChat_SortedWords:
|
||||||
; with the given kana are sorted in memory, and the pre-
|
; with the given kana are sorted in memory, and the pre-
|
||||||
; allocated size for each.
|
; allocated size for each.
|
||||||
; These arrays are expanded dynamically to accomodate
|
; 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
|
macro_11f23c: MACRO
|
||||||
dw x - w3_d000, \1
|
dw x - w3_d000, \1
|
||||||
x = x + 2 * \1
|
x = x + 2 * \1
|
||||||
|
|
Loading…
Reference in New Issue