pokeplatinum/include/persisted_map_features_init.h
VicSevenT e3b7149868
Some checks failed
build / build (push) Has been cancelled
Document Sunyshore Gym persistent features (#1156)
2026-05-15 21:30:02 -04:00

20 lines
983 B
C

#ifndef POKEPLATINUM_PERSISTED_MAP_FEATURES_INIT_H
#define POKEPLATINUM_PERSISTED_MAP_FEATURES_INIT_H
#include <nitro/types.h>
#include "field/field_system_decl.h"
void PersistedMapFeatures_InitForPastoriaGym(FieldSystem *fieldSystem);
void PersistedMapFeatures_InitForCanalaveGym(FieldSystem *fieldSystem);
void PersistedMapFeatures_InitForSunyshoreGym(FieldSystem *fieldSystem, const u8 roomID);
void PersistedMapFeatures_InitForEternaGym(FieldSystem *fieldSystem);
void PersistedMapFeatures_InitForVeilstoneGym(FieldSystem *fieldSystem);
void PersistedMapFeatures_InitForHearthomeGym(FieldSystem *fieldSystem);
void PersistedMapFeatures_InitForVilla(FieldSystem *fieldSystem);
void PersistedMapFeatures_InitForDistortionWorld(FieldSystem *fieldSystem);
void PersistedMapFeatures_InitForGreatMarsh(FieldSystem *fieldSystem);
BOOL PersistedMapFeatures_IsCurrentDynamicMap(FieldSystem *fieldSystem, int dynamicMapFeaturesID);
#endif // POKEPLATINUM_PERSISTED_MAP_FEATURES_INIT_H