mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-09 00:00:44 +00:00
Format all translation comments like // "..."
(hopefully all of them) (#986)
* Format all translation comments like `// "..."` (hopefully all of them) * Move translation comments to before on long lines Located them with `grep -r src -e '^[^(]*);[ ]*//'` Regex `osSyncPrintf\([^;]*\n.*//` didn't find more * Format two more
This commit is contained in:
parent
063b4aed0c
commit
c57c0f13fc
95 changed files with 404 additions and 404 deletions
|
@ -86,14 +86,14 @@ void OceffSpot_End(OceffSpot* this, GlobalContext* globalCtx) {
|
|||
if (globalCtx->msgCtx.unk_E3F0 != 0x31 || globalCtx->msgCtx.unk_E3EE != 8) {
|
||||
gSaveContext.sunsSongState = SUNSSONG_START;
|
||||
osSyncPrintf(VT_FGCOL(YELLOW));
|
||||
// Sun's Song Flag
|
||||
// "Sun's Song Flag"
|
||||
osSyncPrintf("z_oceff_spot 太陽の歌フラグ\n");
|
||||
osSyncPrintf(VT_RST);
|
||||
}
|
||||
} else {
|
||||
globalCtx->msgCtx.unk_E3EE = 4;
|
||||
osSyncPrintf(VT_FGCOL(YELLOW));
|
||||
// Ocarina End
|
||||
// "Ocarina End"
|
||||
osSyncPrintf("z_oceff_spot オカリナ終了\n");
|
||||
osSyncPrintf(VT_RST);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue