pokeplatinum/include/struct_defs/wi_fi_history.h
2025-05-26 11:57:18 -07:00

13 lines
263 B
C

#ifndef POKEPLATINUM_STRUCT_WI_FI_HISTORY_H
#define POKEPLATINUM_STRUCT_WI_FI_HISTORY_H
typedef struct WiFiHistory {
u32 unk_00;
u8 unk_04;
u8 country;
u8 unk_06;
u8 unk_07[4080];
} WiFiHistory;
#endif // POKEPLATINUM_STRUCT_WI_FI_HISTORY_H