Merge pull request #1962 from LOuroboros/patch-1
Updated the size of the struct InGameTrade's otName variable
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user