mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
18 lines
712 B
C
18 lines
712 B
C
#ifndef POKEPLATINUM_UNK_0203C954_H
|
|
#define POKEPLATINUM_UNK_0203C954_H
|
|
|
|
#include "struct_decls/struct_02061AB4_decl.h"
|
|
|
|
#include "field/field_system_decl.h"
|
|
|
|
#include "map_header_data.h"
|
|
|
|
void sub_0203C9D4(FieldSystem *fieldSystem, MapObject **param1);
|
|
u8 sub_0203CA40(FieldSystem *fieldSystem, MapObject **param1);
|
|
u16 FieldEvent_GetInteractedBgEventScript(FieldSystem *fieldSystem, const BgEvent *bgEvents, int numBgEvents);
|
|
u16 FieldEvent_GetInteractedWallSignScript(FieldSystem *fieldSystem, const BgEvent *bgEvents, int numBgEvents);
|
|
u8 sub_0203CBE0(FieldSystem *fieldSystem, MapObject **param1);
|
|
u16 sub_0203CC14(FieldSystem *fieldSystem, void *param1, int param2);
|
|
|
|
#endif // POKEPLATINUM_UNK_0203C954_H
|