mirror of
https://github.com/zeldaret/oot
synced 2026-07-11 15:18:59 -04:00
[ntsc-1.0/1.1] Match "system" files (#2254)
This commit is contained in:
@@ -39,7 +39,11 @@ void CIC6105_FaultClient(void) {
|
||||
Fault_Printf(" [Creator:%s]", gBuildCreator);
|
||||
Fault_SetCursor(56, 192);
|
||||
Fault_Printf("[Date:%s]", gBuildDate);
|
||||
#if OOT_VERSION < PAL_1_0
|
||||
Fault_SetCursor(128, 24);
|
||||
#else
|
||||
Fault_SetCursor(96, 32);
|
||||
#endif
|
||||
Fault_Printf("I LOVE YOU %08x", func_80001714());
|
||||
}
|
||||
|
||||
|
||||
@@ -48,6 +48,11 @@ void rmonPrintf(const char* fmt, ...) {
|
||||
va_end(args);
|
||||
}
|
||||
|
||||
#if OOT_VERSION < PAL_1_0
|
||||
void func_800015F4(void) {
|
||||
}
|
||||
#endif
|
||||
|
||||
#if OOT_DEBUG
|
||||
void* is_proutSyncPrintf(void* arg, const char* str, size_t count) {
|
||||
u32 data;
|
||||
|
||||
Reference in New Issue
Block a user