diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-11-05 23:08:10 +0100 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-11-05 23:08:10 +0100 |
commit | a469a92c2633665c011e5c540e1cc593544abe11 (patch) | |
tree | c852e1a252faa482144bda8f11199055ade91bc6 | |
parent | 5a2b5af9fb52eaea6be64a8a349fc394757bc8e9 (diff) |
CorrectNickErrors fixes control characters, not text commands
-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 335540cfe..421bf92da 100644 --- a/engine/pokemon/correct_nick_errors.asm +++ b/engine/pokemon/correct_nick_errors.asm @@ -64,7 +64,7 @@ CorrectNickErrors:: ; table defining which characters are actually text commands ; format: ; ≥ < - db TX_START, TX_BOX + 1 + db "<NULL>", "ガ" db "<PLAY_G>", "<JP_18>" + 1 db "<NI>", "<NO>" + 1 db "<ROUTE>", "<GREEN>" + 1 |