summaryrefslogtreecommitdiff
path: root/src/code/code_800D31A0.c
diff options
context:
space:
mode:
authorRandom <28494085+Random06457@users.noreply.github.com>2020-04-08 18:36:15 +0200
committerRandom <28494085+Random06457@users.noreply.github.com>2020-04-08 18:36:15 +0200
commitd0cf6e153b4f47f04f73656a1534314208b2f596 (patch)
tree083231f01a3ba973764514d43bc30579bbcf5b20 /src/code/code_800D31A0.c
parent0a25ab74c4f3399c7fbcedf931604960cedd798f (diff)
Decompile sleep.c and printutils.c
- Decompile sleep.c (OK) - Decompile printutils.c (OK) - Fix 1 non-matching in z_room.c - Get rid of some magic numbers
Diffstat (limited to 'src/code/code_800D31A0.c')
-rw-r--r--src/code/code_800D31A0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/code_800D31A0.c b/src/code/code_800D31A0.c
index 3f7382440..54201e35f 100644
--- a/src/code/code_800D31A0.c
+++ b/src/code/code_800D31A0.c
@@ -9,7 +9,7 @@ u32 D_8012DBC0 = false;
void func_800D31A0() {
osSyncPrintf(VT_FGCOL(RED) "\n**** Freeze!! ****\n" VT_RST);
while (true) {
- func_800FF4AC(1000); // msleep
+ Sleep_Msec(1000);
}
}