You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
CorrectNickErrors fixes control characters, not text commands
This commit is contained in:
@@ -64,7 +64,7 @@ CorrectNickErrors::
|
|||||||
; table defining which characters are actually text commands
|
; table defining which characters are actually text commands
|
||||||
; format:
|
; format:
|
||||||
; ≥ <
|
; ≥ <
|
||||||
db TX_START, TX_BOX + 1
|
db "<NULL>", "ガ"
|
||||||
db "<PLAY_G>", "<JP_18>" + 1
|
db "<PLAY_G>", "<JP_18>" + 1
|
||||||
db "<NI>", "<NO>" + 1
|
db "<NI>", "<NO>" + 1
|
||||||
db "<ROUTE>", "<GREEN>" + 1
|
db "<ROUTE>", "<GREEN>" + 1
|
||||||
|
Reference in New Issue
Block a user