mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 06:57:36 -05:00
16 lines
605 B
C
16 lines
605 B
C
#ifndef POKEPLATINUM_UNK_02070428_H
|
|
#define POKEPLATINUM_UNK_02070428_H
|
|
|
|
#include "field/field_system_decl.h"
|
|
|
|
void sub_02070428(FieldSystem *fieldSystem, BOOL param1);
|
|
void FieldSystem_InitFlagsOnMapChange(FieldSystem *fieldSystem);
|
|
void FieldSystem_InitFlagsWarp(FieldSystem *fieldSystem);
|
|
void sub_0207056C(FieldSystem *fieldSystem);
|
|
void FieldSystem_SetTeleportFlags(FieldSystem *fieldSystem);
|
|
void FieldSystem_SetEscapeFlags(FieldSystem *fieldSystem);
|
|
void FieldSystem_ClearPartnerTrainer(FieldSystem *fieldSystem);
|
|
void sub_020705CC(FieldSystem *fieldSystem);
|
|
|
|
#endif // POKEPLATINUM_UNK_02070428_H
|