From 9ce922493398842b2e91383a08098f20249d44c7 Mon Sep 17 00:00:00 2001 From: entrpntr Date: Fri, 24 Apr 2020 13:13:15 -0400 Subject: Minor cleanup of wram and text/charmap before continuing. --- engine/pokemon/correct_nick_errors.asm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'engine/pokemon') diff --git a/engine/pokemon/correct_nick_errors.asm b/engine/pokemon/correct_nick_errors.asm index c8056251..44748a00 100644 --- a/engine/pokemon/correct_nick_errors.asm +++ b/engine/pokemon/correct_nick_errors.asm @@ -1,4 +1,4 @@ -CorrectNickErrors:: ; 677e (1:677e) +CorrectNickErrors:: push bc push de ld b, MON_NAME_LENGTH @@ -43,11 +43,11 @@ CorrectNickErrors:: ; 677e (1:677e) ; table defining which characters are actually text commands ; format: ; ≥ < - db "", $04 + 1 - db "", $18 + 1 - db $1d, "%" + 1 - db $35, "" + 1 + db "", "ガ" + db "", "" + 1 + db "", "" + 1 + db "", "" + 1 db "", "" + 1 - db $49, "" + 1 + db "", "" + 1 db "", "┘" + 1 db -1 ; end -- cgit v1.2.3