diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-22 18:11:00 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-22 18:11:00 -0400 |
commit | e14ce23516daf20a5fcd9ca6ca53f30d33c4ef24 (patch) | |
tree | 20788d979ea7a2a4135cb29bef0606182fc91f4c /include/list_menu.h | |
parent | d5bd2337cf8970b1ce7f8a3d0e64aa092e705462 (diff) |
Decompile list_menu_items
Diffstat (limited to 'include/list_menu.h')
-rw-r--r-- | include/list_menu.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/list_menu.h b/include/list_menu.h index 3f60c6f2..c01bf070 100644 --- a/include/list_menu.h +++ b/include/list_menu.h @@ -2,6 +2,7 @@ #define POKEDIAMOND_LIST_MENU_H #include "list_menu_cursor.h" +#include "list_menu_items.h" #define LIST_HEADER -3 #define LIST_CANCEL -2 @@ -13,12 +14,6 @@ struct ListMenu; -struct ListMenuItem -{ - const u16 * text; - s32 index; -}; - // TODO: Document remaining fields. // A lot of these are named based on similar fields in gen 3. |