mirror of
https://github.com/zeldaret/oot
synced 2026-05-27 16:13:31 -04:00
Fixes in PR #41
- Use VT macros in code_800D31A0.c - Change D_8012DBC0 to false instead of 0 - Fix brace style
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
#include <global.h>
|
||||
#include <padmgr.h>
|
||||
#include <vt.h>
|
||||
|
||||
extern PadMgr gPadMgr;
|
||||
|
||||
u32 D_8012DBC0 = 0;
|
||||
u32 D_8012DBC0 = false;
|
||||
|
||||
void func_800D31A0() {
|
||||
osSyncPrintf("\x1b[31m\n**** Freeze!! ****\n\x1b[m");
|
||||
osSyncPrintf(VT_FGCOL(RED) "\n**** Freeze!! ****\n" VT_RST);
|
||||
while (true) {
|
||||
func_800FF4AC(1000); // msleep
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user