pokeplatinum/include/struct_defs/wi_fi_history.h
scbroede af1c790766
document gts + networking (#673)
Co-authored-by: ellieplayswow <164806095+ellieplayswow@users.noreply.github.com>
2025-08-23 10:41:11 -07:00

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