From 4d3098e89b5aebf080547a99e68640138dc74599 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 6 Apr 2018 21:30:05 -0400 Subject: Start decompiling unk_debug_menu_3 code --- include/mystery_event_script.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/mystery_event_script.h') diff --git a/include/mystery_event_script.h b/include/mystery_event_script.h index ab23a8d00..a92bb6667 100644 --- a/include/mystery_event_script.h +++ b/include/mystery_event_script.h @@ -4,5 +4,9 @@ u32 RunMysteryEventScript(u8 *); void SetMysteryEventScriptStatus(u32 val); u16 GetRecordMixingGift(void); +#if DEBUG +bool8 unref_sub_812620C(u8 *a1, const u8 * _a2); +bool8 unref_sub_81261B4(u8 *a1, const u8 * _a2); +#endif // DEBUG #endif // GUARD_MYSTERY_EVENT_SCRIPT_H -- cgit v1.2.3 From 5e9dabd92e84f8e7c5d136e6d408a99120ea1064 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 9 Apr 2018 13:57:20 -0400 Subject: Rename referenced unref_sub_* --- include/mystery_event_script.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/mystery_event_script.h') diff --git a/include/mystery_event_script.h b/include/mystery_event_script.h index a92bb6667..b86a2eed4 100644 --- a/include/mystery_event_script.h +++ b/include/mystery_event_script.h @@ -5,8 +5,8 @@ u32 RunMysteryEventScript(u8 *); void SetMysteryEventScriptStatus(u32 val); u16 GetRecordMixingGift(void); #if DEBUG -bool8 unref_sub_812620C(u8 *a1, const u8 * _a2); -bool8 unref_sub_81261B4(u8 *a1, const u8 * _a2); +bool8 debug_sub_812620C(u8 *a1, const u8 * _a2); +bool8 debug_sub_81261B4(u8 *a1, const u8 * _a2); #endif // DEBUG #endif // GUARD_MYSTERY_EVENT_SCRIPT_H -- cgit v1.2.3