diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-04-05 00:04:53 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-04-05 00:04:53 -0400 |
commit | 1e1bbbbf8c82364dcfb8e64ad22c4ce3e9988c75 (patch) | |
tree | c702e3917e61be7e58ef02b98c07a6dd0e6732fb /home.asm | |
parent | 81306889e33c599f8015bc4e653929bb7de00967 (diff) |
check_nick_errors → correct_nick_errors; matches correct_party_errors
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1211,7 +1211,7 @@ GetNick:: ; 38a2 call CopyBytes pop de - callfar CheckNickErrors + callfar CorrectNickErrors pop bc pop hl |