From 43ad1597a4b1624c7343ee19ca58e95834966772 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sun, 5 May 2024 08:47:08 -0700 Subject: [PATCH] change quest category menu icons --- src/Menu.hh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Menu.hh b/src/Menu.hh index fc7c7665..b7936576 100644 --- a/src/Menu.hh +++ b/src/Menu.hh @@ -20,8 +20,10 @@ constexpr uint32_t LOBBY = 0x33000033; constexpr uint32_t GAME = 0x44000044; constexpr uint32_t QUEST_EP1 = 0x55010155; constexpr uint32_t QUEST_EP2 = 0x55020255; -constexpr uint32_t QUEST_CATEGORIES_EP1 = 0x01666601; -constexpr uint32_t QUEST_CATEGORIES_EP2 = 0x02666602; +// See the decsription of the A2 command in CommandFormats.hh for why these +// menu IDs don't fit the rest of the pattern. +constexpr uint32_t QUEST_CATEGORIES_EP1 = 0x01000001; +constexpr uint32_t QUEST_CATEGORIES_EP2 = 0x02000002; constexpr uint32_t PROXY_DESTINATIONS = 0x77000077; constexpr uint32_t PROGRAMS = 0x88000088; constexpr uint32_t PATCHES = 0x99000099;