summaryrefslogtreecommitdiff
path: root/src/boot/is_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/is_debug.c')
-rw-r--r--src/boot/is_debug.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/boot/is_debug.c b/src/boot/is_debug.c
index dc2cedc4b..44d22fa87 100644
--- a/src/boot/is_debug.c
+++ b/src/boot/is_debug.c
@@ -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;