mirror of
https://github.com/zeldaret/oot
synced 2026-07-07 14:03:40 -04:00
Replace most osSyncPrintf calls with PRINTF macro (#1598)
* Replace most osSyncPrintf calls with PRINTF macro * DEBUG -> OOT_DEBUG
This commit is contained in:
@@ -120,7 +120,7 @@ Optional arguments are `-o output` to output to a different file and `-v` to giv
|
||||
|
||||
## vt_fmt
|
||||
|
||||
This turns the strange strings in the `osSyncPrintf`s into the human-readable equivalent instructions. Copy the contents, including the quotation marks, and run
|
||||
This turns the strange strings in the `PRINTF`s into the human-readable equivalent instructions. Copy the contents, including the quotation marks, and run
|
||||
```sh
|
||||
./tools/vt_fmt.py "contents"
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user