diff options
Diffstat (limited to 'engine/pokemon/correct_nick_errors.asm')
-rw-r--r-- | engine/pokemon/correct_nick_errors.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pokemon/correct_nick_errors.asm b/engine/pokemon/correct_nick_errors.asm index 0f264a36..c8056251 100644 --- a/engine/pokemon/correct_nick_errors.asm +++ b/engine/pokemon/correct_nick_errors.asm @@ -43,7 +43,7 @@ CorrectNickErrors:: ; 677e (1:677e) ; table defining which characters are actually text commands ; format: ; ≥ < - db "<START>", $04 + 1 + db "<NULL>", $04 + 1 db "<PLAY_G>", $18 + 1 db $1d, "%" + 1 db $35, "<GREEN>" + 1 |