diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2021-09-29 01:53:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-28 19:53:56 -0400 |
| commit | c57c0f13fcd2d83d412641e71de05153c20fd6d3 (patch) | |
| tree | 7adb5722bdab340812f14c562c0d8be8b5d9e87e /src/code/code_800430A0.c | |
| parent | 063b4aed0ce33473d0ba79f8dcdda5c2db47a9ce (diff) | |
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
Diffstat (limited to 'src/code/code_800430A0.c')
| -rw-r--r-- | src/code/code_800430A0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/code_800430A0.c b/src/code/code_800430A0.c index 742aa2ea0..b571297f5 100644 --- a/src/code/code_800430A0.c +++ b/src/code/code_800430A0.c @@ -30,7 +30,7 @@ void func_800430A0(CollisionContext* colCtx, s32 bgId, Actor* actor) { osSyncPrintf(VT_FGCOL(RED)); //! @bug file and line are not passed to osSyncPrintf - // Position is not valid + // "Position is not valid" osSyncPrintf( "BGCheckCollection_typicalActorPos():位置が妥当ではありません。\npos (%f,%f,%f) file:%s line:%d\n", pos.x, pos.y, pos.z); |
