pmd-sky/include/special_episode.h
2025-11-29 09:55:57 +00:00

10 lines
243 B
C

#ifndef PMDSKY_SPECIAL_EPISODE_H
#define PMDSKY_SPECIAL_EPISODE_H
s32 GetSpecialEpisodeType();
void SetSpecialEpisodeType(u32 type);
s32 GetDebugSpecialEpisodeNumber();
void SetDebugSpecialEpisodeNumber(s32 num);
#endif //PMDSKY_SCRIPTING_H