You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Use STRING_BUFFER_LENGTH for the wStringBuffers
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user