From 25794a39c3539e66d1c0b2334cb35273cd9d8494 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Mon, 11 Oct 2021 09:03:17 -0700 Subject: Finish main menu decomp (#59) * decomp rest of main_menu * move some main menu data over * decomp some more wonder mail * decomp the dungeon dialogue scene switches * more wonder mail * consolidate struct_802F204 * another wonder mail func * more wonder mail * slight cleanup --- include/sub_8095228.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/sub_8095228.h') diff --git a/include/sub_8095228.h b/include/sub_8095228.h index e7d214b..3fd5993 100644 --- a/include/sub_8095228.h +++ b/include/sub_8095228.h @@ -1,3 +1,5 @@ +#ifndef GUARD_SUB_8095228_H +#define GUARD_SUB_8095228_H struct unkStruct_8095228 { @@ -18,4 +20,4 @@ struct unkStruct_8095228 extern struct unkStruct_8095228 *sub_8095228(u8); - +#endif // GUARD_SUB_8095228_H -- cgit v1.2.3