CorrectNickErrors fixes control characters, not text commands

This commit is contained in:
mid-kid 2018-11-05 23:08:10 +01:00
parent 5a2b5af9fb
commit a469a92c26

View File

@ -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