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:
parent
00542fef56
commit
fd38a9f2b7
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue