mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-26 04:05:51 -05:00
23 lines
826 B
C
23 lines
826 B
C
#ifndef POKEPLATINUM_UNK_020559DC_H
|
|
#define POKEPLATINUM_UNK_020559DC_H
|
|
|
|
#include <nitro/rtc.h>
|
|
|
|
#include "field/field_system_decl.h"
|
|
|
|
#include "rtc.h"
|
|
|
|
void sub_020559DC(FieldSystem *fieldSystem);
|
|
enum TimeOfDay FieldSystem_GetTimeOfDay(const FieldSystem *fieldSystem);
|
|
int sub_02055BB8(const FieldSystem *fieldSystem);
|
|
int sub_02055BC4(const FieldSystem *fieldSystem);
|
|
int sub_02055BD0(const FieldSystem *fieldSystem);
|
|
int sub_02055BDC(const FieldSystem *fieldSystem);
|
|
int sub_02055BE8(const FieldSystem *fieldSystem);
|
|
void sub_02055BF4(const FieldSystem *fieldSystem, RTCDate *param1, RTCTime *param2);
|
|
void sub_02055C10(const FieldSystem *fieldSystem, RTCDate *param1, RTCTime *param2);
|
|
void sub_02055C2C(const FieldSystem *fieldSystem);
|
|
BOOL sub_02055C40(FieldSystem *fieldSystem);
|
|
|
|
#endif // POKEPLATINUM_UNK_020559DC_H
|