diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-10-11 09:03:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-11 09:03:17 -0700 |
commit | 25794a39c3539e66d1c0b2334cb35273cd9d8494 (patch) | |
tree | 43ca3a658e80672844b2906b8cbe151ed70c3621 /include/sub_8095228.h | |
parent | 2d4c802d769f53462a2742a5c6afaad4d7f290fb (diff) |
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
Diffstat (limited to 'include/sub_8095228.h')
-rw-r--r-- | include/sub_8095228.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 |