diff options
-rw-r--r-- | engine/pokemon/correct_nick_errors.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pokemon/correct_nick_errors.asm b/engine/pokemon/correct_nick_errors.asm index 80e712f2e..335540cfe 100644 --- a/engine/pokemon/correct_nick_errors.asm +++ b/engine/pokemon/correct_nick_errors.asm @@ -70,5 +70,5 @@ CorrectNickErrors:: db "<ROUTE>", "<GREEN>" + 1 db "<ENEMY>", "<ENEMY>" + 1 db "<MOM>", "<TM>" + 1 - db "<ROCKET>", " " + db "<ROCKET>", "┘" + 1 db -1 ; end |