diff options
Diffstat (limited to 'include/debug.h')
-rw-r--r-- | include/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/debug.h b/include/debug.h index 8f9e84c24..3c1a2b0a5 100644 --- a/include/debug.h +++ b/include/debug.h @@ -3,6 +3,6 @@ // matsuda_debug_menu void sub_80AAF30(void); -void unref_sub_80AB084(const u8 *text); +void Crash(const u8 *text); #endif // GUARD_DEBUG_H |