Files
pokeplatinum/include/constants/net.h
2025-08-23 10:41:11 -07:00

13 lines
360 B
C

#ifndef POKEPLATINUM_CONSTANTS_NET_H
#define POKEPLATINUM_CONSTANTS_NET_H
#define DEFAULT_DWC_DMA_NUMBER 2
#define DEFAULT_DWC_POWER_MODE 1
#define DEFAULT_DWC_SSL_PRIORITY 20
#define WIRELESS_DRIVER_STATUS_DISCONNECTED 0
#define WIRELESS_DRIVER_STATUS_CONNECTING 1
#define WIRELESS_DRIVER_STATUS_CONNECTED 2
#endif // POKEPLATINUM_CONSTANTS_NET_H