mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-06-02 22:08:03 -05:00
13 lines
303 B
C
13 lines
303 B
C
#ifndef POKEPLATINUM_STRUCT_WI_FI_HISTORY_H
|
|
#define POKEPLATINUM_STRUCT_WI_FI_HISTORY_H
|
|
|
|
typedef struct WiFiHistory {
|
|
u32 unused_00;
|
|
u8 hasInteractedOutsideOfJapan;
|
|
u8 country;
|
|
u8 region;
|
|
u8 geonetCommunicationMap[4080];
|
|
} WiFiHistory;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_WI_FI_HISTORY_H
|