Skip to content

Commit

Permalink
Merge pull request #1962 from LOuroboros/patch-1
Browse files Browse the repository at this point in the history
Updated the size of the struct InGameTrade's otName variable
  • Loading branch information
GriffinRichards authored Dec 2, 2023
2 parents 15e1cd8 + 05708ac commit e4149e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trade.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e4149e8

Please sign in to comment.