Update comm.c

This commit is contained in:
GrenderG 2023-09-13 01:04:16 +02:00 committed by GitHub
parent 02ce886855
commit ef3cae6907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
comm.c
View File

@ -51,7 +51,7 @@ unsigned char nicknames[11] = {
typedef struct TraderPacket {
// Name must not exceed 10 characters + 1 STOP_BYTE
// Any leftover space after must be filled with STOP_BYTE
// Any leftover space must be filled with STOP_BYTE
unsigned char name[11];
struct SelectedPokemon selected_pokemon;
struct PartyMember pokemon[6];