mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-28 15:17:13 -04:00
Attempt to decompile formatTime
This commit is contained in:
@@ -3964,6 +3964,12 @@
|
||||
#define TILETYPE_02 2
|
||||
#define TILETYPE_03 3 // Chr/obj geometry
|
||||
|
||||
#define TIMEPRECISION_DAYS 0
|
||||
#define TIMEPRECISION_HOURS 1
|
||||
#define TIMEPRECISION_MINUTES 2
|
||||
#define TIMEPRECISION_SECONDS 3
|
||||
#define TIMEPRECISION_HUNDREDTHS 4
|
||||
|
||||
#define TITLEMODE_LEGAL 0
|
||||
#define TITLEMODE_CHECKCONTROLLERS 1
|
||||
#define TITLEMODE_PDLOGO 2
|
||||
|
||||
@@ -23,7 +23,7 @@ void func0f0d564c(u8 *data, char *dst, bool addlinebreak);
|
||||
void func0f0d5690(u8 *dst, char *buffer);
|
||||
void savebufferWriteGuid(struct savebuffer *buffer, struct fileguid *guid);
|
||||
void savebufferReadGuid(struct savebuffer *buffer, struct fileguid *guid);
|
||||
void formatTime(char *dst, s32 time, u32 arg2);
|
||||
void formatTime(char *dst, s32 time60, s32 precision);
|
||||
void func0f0d5a7c(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user