summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-12-29 21:32:16 -0800
committerYamaArashi <shadow962@live.com>2016-12-29 21:32:16 -0800
commit1eeb0b58b51d9a12e6d7059816a5f6598c4facc7 (patch)
tree52cabbce8b6560024e383aadb32657e9b0fff9ad /include
parent9eceeb2a37763413b015f8fc01da9ec7d35c8d16 (diff)
add nonmatching cleaner code for mystery_event_menu.c
Diffstat (limited to 'include')
-rw-r--r--include/asm.inc.h3
-rw-r--r--include/mystery_event_menu.h6
2 files changed, 6 insertions, 3 deletions
diff --git a/include/asm.inc.h b/include/asm.inc.h
index 9c2ca5e94..c375389dc 100644
--- a/include/asm.inc.h
+++ b/include/asm.inc.h
@@ -448,9 +448,6 @@ void sub_813E930(/*TODO: arg types*/);
void sub_813EB4C(u8);
void sub_813EDBC(/*TODO: arg types*/);
-// asm/mystery_event_menu.o
-void CB2_InitMysteryEventMenu(void);
-
// asm/rom_81473B8.o
bool8 sub_81474C8(void);
void sub_8147514(void);
diff --git a/include/mystery_event_menu.h b/include/mystery_event_menu.h
new file mode 100644
index 000000000..8801789d9
--- /dev/null
+++ b/include/mystery_event_menu.h
@@ -0,0 +1,6 @@
+#ifndef GUARD_MYSTERY_EVENT_MENU_H
+#define GUARD_MYSTERY_EVENT_MENU_H
+
+void CB2_InitMysteryEventMenu(void);
+
+#endif // GUARD_MYSTERY_EVENT_MENU_H