mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-12 05:44:27 -05:00
22 lines
377 B
C
22 lines
377 B
C
#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
|