From ef3cae6907bbd5ceefd49a3a32981d2254ef08d3 Mon Sep 17 00:00:00 2001 From: GrenderG Date: Wed, 13 Sep 2023 01:04:16 +0200 Subject: [PATCH] Update comm.c --- comm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comm.c b/comm.c index 9973a4d..227662d 100644 --- a/comm.c +++ b/comm.c @@ -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];