pokeplatinum/include/unk_0207160C.h
Kuruyia 6e2c5a0fd9 Document persisted map features initializer
This documents the `unk_02071B10.c` file, which is in charge of
initializing the persisted data used for dynamic features specific to a
map.

Signed-off-by: Kuruyia <github@kuruyia.net>
2025-03-24 10:41:29 +01:00

12 lines
379 B
C

#ifndef POKEPLATINUM_UNK_0207160C_H
#define POKEPLATINUM_UNK_0207160C_H
#include "field/field_system_decl.h"
void PlatformLift_DynamicMapFeaturesInit(FieldSystem *fieldSystem);
void PersistedMapFeatures_InitForPlatformLift(FieldSystem *fieldSystem);
u8 sub_02071818(FieldSystem *fieldSystem);
void sub_0207183C(FieldSystem *fieldSystem);
#endif // POKEPLATINUM_UNK_0207160C_H