Use STRING_BUFFER_LENGTH for the wStringBuffers

This commit is contained in:
Rangi
2020-11-24 20:11:17 -05:00
parent 4ca9f45db7
commit 4613bcfadf
6 changed files with 14 additions and 11 deletions

View File

@@ -1590,7 +1590,7 @@ GetStringBuffer:
CopyConvertedText:
ld hl, wStringBuffer3
ld bc, wStringBuffer4 - wStringBuffer3
ld bc, STRING_BUFFER_LENGTH
call AddNTimes
call CopyName2
ret