mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-06 06:10:21 +00:00
Add log macros
- Add log macros required to match `Graph_GetNextGameState`
This commit is contained in:
parent
fed29c029c
commit
168d90b6b0
12 changed files with 31 additions and 37 deletions
|
@ -55,9 +55,8 @@ void ArrowLight_Init(ArrowLight* this, GlobalContext* globalCtx) {
|
|||
|
||||
void ArrowLight_Destroy(ArrowLight* this, GlobalContext* globalCtx) {
|
||||
func_800876C8(globalCtx);
|
||||
LogUtils_LogThreadId("../z_arrow_light.c", 403);
|
||||
// Translates to: ""Disappearance" = Disappearance"
|
||||
osSyncPrintf("\"消滅\" = %s\n", "消滅");
|
||||
LOG_STRING("\"消滅\"", "消滅", "../z_arrow_light.c", 403);
|
||||
}
|
||||
|
||||
void ArrowLight_Charge(ArrowLight* this, GlobalContext* globalCtx) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue