summaryrefslogtreecommitdiff
path: root/engine/pokemon/correct_nick_errors.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2018-11-11 17:07:17 -0500
committerGitHub <noreply@github.com>2018-11-11 17:07:17 -0500
commitffd2b709023d4466c29a228b631db06284e04891 (patch)
treed2db5b0200e7a5fe783143e6f2cdbd2fd6a1fca2 /engine/pokemon/correct_nick_errors.asm
parentab2f46baefda1eac7d2e71929f17525f2a4a5afd (diff)
parenta469a92c2633665c011e5c540e1cc593544abe11 (diff)
Merge pull request #573 from mid-kid/master
text_jump → text_far
Diffstat (limited to 'engine/pokemon/correct_nick_errors.asm')
-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