mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-08-26 21:05:52 -05:00
23 lines
422 B
C
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
|