diff options
| author | Random <28494085+Random0666@users.noreply.github.com> | 2020-04-05 12:32:08 +0200 |
|---|---|---|
| committer | Random <28494085+Random0666@users.noreply.github.com> | 2020-04-05 12:32:08 +0200 |
| commit | 02eaaa20390c394e1b368184001d3422497a5dbc (patch) | |
| tree | b407c281878537a848e9ff215f2b1544c73df9cf /src/code/padmgr.c | |
| parent | 168d90b6b0a5dcd8b76a2a7bb2525453f9df1e45 (diff) | |
Fixes in PR #50
- Rename "sGraph_UpdateTime" to "sGraphUpdateTime"
- Rename "Graph_Ct"/"Graph_Dt" to "Graph_Init"/"Graph_Destroy"
- Change the LOG_STRING macro
- Rename "LOG_VALUE" to "LOG_NUM"
- Fix brace style
- Rename "UcodeInfo"/"UcodeDisas" to "UCodeInfo"/"UCodeDisas"
- Fix field names in "UCodeDisas"
- Fix typo in "GraphicsContext"
- Change the size of unknown fields in "GraphicsContext" to hex
- Rename "game_init_func" to "gameStateInitFunc"
Diffstat (limited to 'src/code/padmgr.c')
| -rw-r--r-- | src/code/padmgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/padmgr.c b/src/code/padmgr.c index 8860c2980..dc3e9c472 100644 --- a/src/code/padmgr.c +++ b/src/code/padmgr.c @@ -143,7 +143,7 @@ void func_800C740C(PadMgr* padmgr) { } else if (var4 == 11) { padmgr->unk_2AE[var3] = 2; } else if (var4 == 4) { - LOG_VALUE("++errcnt", ++D_8012D284, "../padmgr.c", 282); + LOG_NUM("++errcnt", ++D_8012D284, "../padmgr.c", 282); osSyncPrintf(VT_FGCOL(YELLOW)); osSyncPrintf("padmgr: %dコン: %s\n", var3 + 1, "コントローラパックの通信エラー"); osSyncPrintf(VT_RST); |
