diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-01-04 16:32:45 -0600 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-04 14:32:45 -0800 |
commit | 41d2b112ebdf91da3d85b4495ceb95e69d69ef0a (patch) | |
tree | ca825845e7dfeda33d9d5af48a15bfafaf865216 /include/menu.h | |
parent | 370c7f78539698902907f262721fe60e606c774d (diff) |
almost finish decompiling matsuda_debug_menu.c (#158)
* almost finish decompiling matsuda_debug_menu.c
* rename sub_8071C20 to CloseMenu
Diffstat (limited to 'include/menu.h')
-rw-r--r-- | include/menu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/menu.h b/include/menu.h index 7b3525461..05c675097 100644 --- a/include/menu.h +++ b/include/menu.h @@ -9,7 +9,7 @@ struct MenuAction u8 (*func)(); }; -void sub_8071C20(void); +void CloseMenu(void); void AppendToList(u8 *list, u8 *pindex, u32 value); void InitMenuWindow(const struct WindowConfig *); void MultistepInitMenuWindowBegin(const struct WindowConfig *); |