summaryrefslogtreecommitdiff
path: root/include/d/d_kankyo_debug.h
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2025-10-27 20:55:46 -0700
committerGitHub <noreply@github.com>2025-10-28 05:55:46 +0200
commit73927f50a94d85cac09bd31aff71a7ffb5194cbd (patch)
tree0cd268513d9ede4d40a4177a2524b76c87242fe0 /include/d/d_kankyo_debug.h
parent577747e228290cd4018135a454f4ae7caf694e90 (diff)
kankyo / m_do_ext debug stuff (#2759)
* kankyo debug work * finish draw packets
Diffstat (limited to 'include/d/d_kankyo_debug.h')
-rw-r--r--include/d/d_kankyo_debug.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/d/d_kankyo_debug.h b/include/d/d_kankyo_debug.h
new file mode 100644
index 0000000000..85e371e5bd
--- /dev/null
+++ b/include/d/d_kankyo_debug.h
@@ -0,0 +1,20 @@
+#ifndef D_KANKYO_DEBUG_H
+#define D_KANKYO_DEBUG_H
+
+#include "d/d_kankyo.h"
+
+void dKydb_color_HIO_update();
+void dKydb_vrbox_HIO_update();
+void dKydb_timedisp();
+void dKydb_HIO_kcolor_debug(u8*, u8*, u8*, u8*);
+void dKydb_HIO_vrbox_debug(u8*, u8*, u8*, u8*);
+void dKydb_HIO_debug_TVdsp(f32, f32, int, int, u16);
+void dKydb_HIO_debug_draw();
+void dKydb_HIO_winddebug_draw();
+void dKydb_HIO_debug_Wind();
+void dKydb_winddisp_draw();
+void dKydb_dungeonlight_draw();
+void dKydb_efplight_monitor();
+void dKydb_plight_monitor();
+
+#endif