Updated the size of the struct InGameTrade's otName variable

This commit is contained in:
LOuroboros 2023-12-02 12:11:22 -03:00 committed by GitHub
parent 15e1cd81a7
commit 05708ace88
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;