#ifndef POKEHEARTGOLD_FRONTIER_MAP_H #define POKEHEARTGOLD_FRONTIER_MAP_H #include "palette.h" typedef struct FrontierMap { u32 unk0; PaletteData *paletteData; u32 unk8; u32 unkC; u32 unk10; } FrontierMap; typedef struct UnkStruct_02239938 { u32 unk0; u32 unk4; } UnkStruct_02239938; UnkStruct_02239938 *ov80_02239938(void *a0, u32 a1); #endif