Files
oot/src/code/sys_freeze.c
T

10 lines
187 B
C

#include "global.h"
#include "terminal.h"
NORETURN void func_800D31A0(void) {
PRINTF(VT_FGCOL(RED) "\n**** Freeze!! ****\n" VT_RST);
for (;;) {
Sleep_Msec(1000);
}
}