StringCopy10 to StringCopy_Nickname
This commit is contained in:
+2
-2
@@ -37,10 +37,10 @@ extern u8 gExpandedPlaceholder_Groudon[];
|
||||
extern u8 gExpandedPlaceholder_Red[];
|
||||
extern u8 gExpandedPlaceholder_Green[];
|
||||
|
||||
u8 *StringCopy10(u8 *dest, const u8 *src)
|
||||
u8 *StringCopy_Nickname(u8 *dest, const u8 *src)
|
||||
{
|
||||
u8 i;
|
||||
u32 limit = 10;
|
||||
u32 limit = POKEMON_NAME_LENGTH;
|
||||
|
||||
for (i = 0; i < limit; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user