From a469a92c2633665c011e5c540e1cc593544abe11 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Mon, 5 Nov 2018 23:08:10 +0100 Subject: [PATCH] CorrectNickErrors fixes control characters, not text commands --- engine/pokemon/correct_nick_errors.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "", "ガ" db "", "" + 1 db "", "" + 1 db "", "" + 1