diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-09 13:57:20 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-09 13:57:20 -0400 |
commit | 5e9dabd92e84f8e7c5d136e6d408a99120ea1064 (patch) | |
tree | 0ab8aab95b88f9bd3d0935282228398c11f26c4c /include/mystery_event_script.h | |
parent | 86d8f1762df0977e060f740381529e466a2074d3 (diff) |
Rename referenced unref_sub_*
Diffstat (limited to 'include/mystery_event_script.h')
-rw-r--r-- | include/mystery_event_script.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |