mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-25 03:25:09 -05:00
15 lines
377 B
C
15 lines
377 B
C
#ifndef GUARD_GROUND_MAP_1_H
|
|
#define GUARD_GROUND_MAP_1_H
|
|
|
|
void GroundMap_ExecuteEnter(s16);
|
|
void GroundMap_ExecuteEvent(s16 scriptIndex, u32);
|
|
void GroundMap_ExecuteStation(s32 _map, s32 _group, s32 _sector, bool32 _setScriptState);
|
|
|
|
bool8 GroundMapNotifyAll(s16);
|
|
bool8 sub_80A4D48(s16 index);
|
|
|
|
// ground_map_1.s
|
|
extern s16 sub_80A5728(void);
|
|
|
|
#endif // GUARD_GROUND_MAP_1_H
|