You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Use STRING_BUFFER_LENGTH for the wStringBuffers
This commit is contained in:
@@ -1590,7 +1590,7 @@ GetStringBuffer:
|
||||
|
||||
CopyConvertedText:
|
||||
ld hl, wStringBuffer3
|
||||
ld bc, wStringBuffer4 - wStringBuffer3
|
||||
ld bc, STRING_BUFFER_LENGTH
|
||||
call AddNTimes
|
||||
call CopyName2
|
||||
ret
|
||||
|
||||
Reference in New Issue
Block a user