summaryrefslogtreecommitdiff
path: root/src/menu_items.h
diff options
context:
space:
mode:
authorMegaMech <7255464+MegaMech@users.noreply.github.com>2025-01-03 17:59:08 -0700
committerMegaMech <7255464+MegaMech@users.noreply.github.com>2025-01-03 17:59:08 -0700
commiteb8e6abc20117228246653bf5f950caada20537d (patch)
tree81cfb2e009ca3e66db1bb40f14887b014e4786ab /src/menu_items.h
parent6a00e588932d47764ea3c5add0670784c2fe3d5f (diff)
Per review
Diffstat (limited to 'src/menu_items.h')
-rw-r--r--src/menu_items.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/menu_items.h b/src/menu_items.h
index b7dadd5fd..a55baaafc 100644
--- a/src/menu_items.h
+++ b/src/menu_items.h
@@ -94,23 +94,23 @@ typedef struct {
} Unk_D_800E70A0; // size = 0x08
enum MENU_ITEM_PRIORITY {
- MENU_ITEM_UI_PRIORITY_0,
- MENU_ITEM_UI_PRIORITY_1,
- MENU_ITEM_UI_PRIORITY_2,
- MENU_ITEM_UI_PRIORITY_3,
- MENU_ITEM_UI_PRIORITY_4,
- MENU_ITEM_UI_PRIORITY_5,
- MENU_ITEM_UI_PRIORITY_6,
- MENU_ITEM_UI_PRIORITY_7,
- MENU_ITEM_UI_PRIORITY_8,
- MENU_ITEM_UI_PRIORITY_9,
- MENU_ITEM_UI_PRIORITY_A,
- MENU_ITEM_UI_PRIORITY_B,
- MENU_ITEM_UI_PRIORITY_C,
- MENU_ITEM_UI_PRIORITY_D,
- MENU_ITEM_UI_PRIORITY_E,
- MENU_ITEM_UI_PRIORITY_F,
- MENU_ITEM_UI_PRIORITY_MAX // 0x10
+ MENU_ITEM_PRIORITY_0,
+ MENU_ITEM_PRIORITY_1,
+ MENU_ITEM_PRIORITY_2,
+ MENU_ITEM_PRIORITY_3,
+ MENU_ITEM_PRIORITY_4,
+ MENU_ITEM_PRIORITY_5,
+ MENU_ITEM_PRIORITY_6,
+ MENU_ITEM_PRIORITY_7,
+ MENU_ITEM_PRIORITY_8,
+ MENU_ITEM_PRIORITY_9,
+ MENU_ITEM_PRIORITY_A,
+ MENU_ITEM_PRIORITY_B,
+ MENU_ITEM_PRIORITY_C,
+ MENU_ITEM_PRIORITY_D,
+ MENU_ITEM_PRIORITY_E,
+ MENU_ITEM_PRIORITY_F,
+ MENU_ITEM_PRIORITY_MAX // 0x10
};
enum CenterText { LEFT_TEXT = 1, CENTER_TEXT_MODE_1, RIGHT_TEXT, CENTER_TEXT_MODE_2 };