diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-05-06 12:16:57 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-05-06 12:16:57 -0400 |
| commit | 1c92cb8b48b96d861ceb2d14dfbf775223006edf (patch) | |
| tree | 0f7d73b4892d796fcaf8ca75079f23a19b4a4bc8 /data/pokemon | |
| parent | d31ba05aebed61b499e242f133cfbd4095eee09e (diff) | |
'rept' is not indented
Diffstat (limited to 'data/pokemon')
| -rw-r--r-- | data/pokemon/unown_words.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/pokemon/unown_words.asm b/data/pokemon/unown_words.asm index 4283d3708..0b7d93ac2 100644 --- a/data/pokemon/unown_words.asm +++ b/data/pokemon/unown_words.asm @@ -1,9 +1,9 @@ unownword: MACRO x = 1 - rept STRLEN(\1) +rept STRLEN(\1) db STRSUB(\1, x, 1) - $40 x = x + 1 - endr +endr db -1 ENDM |
