mirror of
https://github.com/zeldaret/oot
synced 2026-07-04 21:25:54 -04:00
Split code_800D31A0.c into sys_freeze.c and sys_debug_controller.c (#2315)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include "global.h"
|
||||
#include "terminal.h"
|
||||
|
||||
NORETURN void func_800D31A0(void) {
|
||||
PRINTF(VT_FGCOL(RED) "\n**** Freeze!! ****\n" VT_RST);
|
||||
for (;;) {
|
||||
Sleep_Msec(1000);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user