Merge pull request #1962 from LOuroboros/patch-1
Updated the size of the struct InGameTrade's otName variable
This commit is contained in:
commit
e4149e83f8
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ struct InGameTrade {
|
|||
u32 personality;
|
||||
u16 heldItem;
|
||||
u8 mailNum;
|
||||
u8 otName[11];
|
||||
u8 otName[TRAINER_NAME_LENGTH + 1];
|
||||
u8 otGender;
|
||||
u8 sheen;
|
||||
u16 requestedSpecies;
|
||||
|
|
Loading…
Reference in a new issue