diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-09-01 18:05:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-01 18:05:30 -0700 |
commit | db05ce306fa55c9d64b7123e47cf2b66416afe40 (patch) | |
tree | fa0258192daa7a0319a425a688e1c56a8ed67ab2 /include/main_menu.h | |
parent | 459171cf48157699e044b66b8274e500ecd5fe0d (diff) |
More PMD grind (#50)
* more sese grind
* match sub_802ABF8
* some more work
Diffstat (limited to 'include/main_menu.h')
-rw-r--r-- | include/main_menu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/main_menu.h b/include/main_menu.h index 8a0b22d..3d72acb 100644 --- a/include/main_menu.h +++ b/include/main_menu.h @@ -18,6 +18,7 @@ enum MainMenuScreens MENU_DEBUG = 16, MENU_COMMUNICATION_1 = 19, MENU_COMMUNICATION_2, + // NOTE: 0x1B - 0x22 used by Rescue Password Menu MENU_DISPLAY_RESCUE_PASSWORD = 33, MENU_RESCUE_PASSWORD_ENTRY, MENU_DELETE_SAVE = 46, |