mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-11 21:34:25 -05:00
14 lines
364 B
C
14 lines
364 B
C
#ifndef POKEHEARTGOLD_MAP_EVENTS_H
|
|
#define POKEHEARTGOLD_MAP_EVENTS_H
|
|
|
|
#include "fieldmap.h"
|
|
#include "map_events_internal.h"
|
|
#include "heap.h"
|
|
#include "map_header.h"
|
|
|
|
u32 Field_GetNumBgEvents(const UnkSavStruct80 *fsys);
|
|
BG_EVENT *Field_GetBgEvents(UnkSavStruct80 *fsys);
|
|
u8 *MapEvents_GetScriptHeader(UnkSavStruct80 *fsys);
|
|
|
|
#endif //POKEHEARTGOLD_MAP_EVENTS_H
|