shithub: pokecrystal

Download patch

ref: a469a92c2633665c011e5c540e1cc593544abe11
parent: 5a2b5af9fb52eaea6be64a8a349fc394757bc8e9
author: mid-kid <esteve.varela@gmail.com>
date: Mon Nov 5 18:08:10 EST 2018

CorrectNickErrors fixes control characters, not text commands

--- a/engine/pokemon/correct_nick_errors.asm
+++ b/engine/pokemon/correct_nick_errors.asm
@@ -64,7 +64,7 @@
 ; 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