mirror of
https://github.com/breadbored/Pokemon-Distribution-ROM.git
synced 2026-04-13 05:25:51 -05:00
Update comm.c
This commit is contained in:
parent
02ce886855
commit
ef3cae6907
2
comm.c
2
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];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user