update.zip somewhat working now...
diff --git a/recovery_ui.h b/recovery_ui.h
index 8818ef3..1aabbdf 100644
--- a/recovery_ui.h
+++ b/recovery_ui.h
@@ -66,6 +66,8 @@
 #define ITEM_APPLY_SDCARD    1
 #define ITEM_WIPE_DATA       2
 #define ITEM_WIPE_CACHE      3
+#define ITEM_SIG_CHECK       4
+#define ITEM_ASSERTS         5
 
 // Header text to display above the main menu.
 extern char* MENU_HEADERS[];