summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2018-11-05 23:08:10 +0100
committermid-kid <esteve.varela@gmail.com>2018-11-05 23:08:10 +0100
commita469a92c2633665c011e5c540e1cc593544abe11 (patch)
treec852e1a252faa482144bda8f11199055ade91bc6
parent5a2b5af9fb52eaea6be64a8a349fc394757bc8e9 (diff)
CorrectNickErrors fixes control characters, not text commands
-rw-r--r--engine/pokemon/correct_nick_errors.asm2
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