mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-26 04:05:51 -05:00
9 lines
196 B
C
9 lines
196 B
C
#ifndef POKEPLATINUM_CONSTANTS_COMM_PACKETS_H
|
|
#define POKEPLATINUM_CONSTANTS_COMM_PACKETS_H
|
|
|
|
// Comm Packet Sizes
|
|
#define COMM_PACKET_SIZE_LOCATION 5
|
|
#define COMM_PACKET_SIZE_POS_NETID 4
|
|
|
|
#endif
|