diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-16 15:49:17 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-16 15:49:17 -0400 |
commit | 356836b1cc479381d5494dbaee40c6a6345c0b43 (patch) | |
tree | 7708fda6f16a02264e9cc7d421f9ab6b050a64d4 /engine/pokemon/correct_nick_errors.asm | |
parent | 437c7404e90dc7fb853b0c6c74a234cd2a2e3c56 (diff) |
Harmonize home/ with pokecrystal
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 421bf92d..e7635c1d 100644 --- a/engine/pokemon/correct_nick_errors.asm +++ b/engine/pokemon/correct_nick_errors.asm @@ -65,7 +65,7 @@ CorrectNickErrors:: ; format: ; ≥ < db "<NULL>", "ガ" - db "<PLAY_G>", "<JP_18>" + 1 + db "<JP_14>", "<JP_18>" + 1 db "<NI>", "<NO>" + 1 db "<ROUTE>", "<GREEN>" + 1 db "<ENEMY>", "<ENEMY>" + 1 |