1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-11 03:39:59 +00:00

Use correct VT macro

Co-Authored-By: Roman971 <32455037+Roman971@users.noreply.github.com>
This commit is contained in:
Tharo 2020-04-05 16:06:55 +01:00 committed by GitHub
parent 00542fef56
commit fd38a9f2b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -593,7 +593,7 @@ s32 func_800ABE74(f32 eyeX, f32 eyeY, f32 eyeZ) {
}
}
if (errorCode != 0) {
osSyncPrintf(VT_SGR("31"));
osSyncPrintf(VT_FGCOL(RED));
// Is too large
osSyncPrintf("eye が大きすぎます eye=[%8.3f %8.3f %8.3f] error=%d\n", eyeX, eyeY, eyeZ, errorCode);
osSyncPrintf(VT_RST);