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

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;