Merge pull request #1962 from LOuroboros/patch-1

Updated the size of the struct InGameTrade's otName variable
This commit is contained in:
GriffinR 2023-12-02 10:44:31 -05:00 committed by GitHub
commit e4149e83f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;