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

@@ -4711,7 +4711,7 @@ GetStatName:
.Copy:
ld de, wStringBuffer2
ld bc, wStringBuffer3 - wStringBuffer2
ld bc, STRING_BUFFER_LENGTH
jp CopyBytes
INCLUDE "data/battle/stat_names.asm"