mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-20 21:53:32 -04:00
38 lines
585 B
C
38 lines
585 B
C
#include <ultra64.h>
|
|
#include "constants.h"
|
|
#include "game/file.h"
|
|
#include "game/game_175f90.h"
|
|
#include "bss.h"
|
|
#include "lib/memory.h"
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
void func0f175f90(void)
|
|
{
|
|
// empty
|
|
}
|
|
|
|
void func0f175f98(void)
|
|
{
|
|
func0f167330();
|
|
memResetPool(MEMPOOL_5);
|
|
func0f1672f0(5);
|
|
}
|
|
|
|
void func0f175fc8(void)
|
|
{
|
|
memDisablePool(MEMPOOL_5);
|
|
func0f1672f0(5);
|
|
}
|
|
|
|
char *func0f175ff0(void)
|
|
{
|
|
#if VERSION >= VERSION_PAL_FINAL
|
|
return "Apr 28 2000 14:40:49";
|
|
#elif VERSION >= VERSION_NTSC_1_0
|
|
return "Apr 6 2000 15:05:01";
|
|
#else
|
|
return "Mar 22 2000 00:26:50";
|
|
#endif
|
|
}
|