Files
pokeheartgold/include/frontier/frontier_map.h
2026-06-22 14:16:04 -05:00

23 lines
422 B
C

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