summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-04-05 00:04:53 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-04-05 00:04:53 -0400
commit1e1bbbbf8c82364dcfb8e64ad22c4ce3e9988c75 (patch)
treec702e3917e61be7e58ef02b98c07a6dd0e6732fb /home.asm
parent81306889e33c599f8015bc4e653929bb7de00967 (diff)
check_nick_errors → correct_nick_errors; matches correct_party_errors
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.asm b/home.asm
index fe44e3d31..75b5bf283 100644
--- a/home.asm
+++ b/home.asm
@@ -1211,7 +1211,7 @@ GetNick:: ; 38a2
call CopyBytes
pop de
- callfar CheckNickErrors
+ callfar CorrectNickErrors
pop bc
pop hl