mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 06:57:36 -05:00
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>
12 lines
379 B
C
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
|