Mercurial > mm7
comparison GUIWindow.h @ 710:735dab8d3c9a
Town portal screen + misc gui const replacements
author | Nomad |
---|---|
date | Thu, 21 Mar 2013 20:30:17 +0200 |
parents | c0bfb386b15f |
children | 6daaa2f18d0d |
comparison
equal
deleted
inserted
replaced
709:af08fc9e29c8 | 710:735dab8d3c9a |
---|---|
52 WINDOW_null = 0, | 52 WINDOW_null = 0, |
53 WINDOW_MainMenu = 0x1, | 53 WINDOW_MainMenu = 0x1, |
54 WINDOW_3 = 0x3, | 54 WINDOW_3 = 0x3, |
55 WINDOW_CharacterRecord = 0x4, | 55 WINDOW_CharacterRecord = 0x4, |
56 WINDOW_Options = 0x6, | 56 WINDOW_Options = 0x6, |
57 WINDOW_8 = 8, | |
57 WINDOW_Book = 0x9, | 58 WINDOW_Book = 0x9, |
58 WINDOW_Dialogue = 0xA, | 59 WINDOW_Dialogue = 0xA, |
59 WINDOW_QuickReference = 0xC, | 60 WINDOW_QuickReference = 12, |
60 WINDOW_Rest = 0x10, | 61 WINDOW_Rest = 0x10, |
61 WINDOW_ChangeLocation = 0x11, | 62 WINDOW_ChangeLocation = 17, |
62 WINDOW_SpellBook = 0x12, | 63 WINDOW_SpellBook = 0x12, |
63 WINDOW_GreetingNPC = 0x13, | 64 WINDOW_GreetingNPC = 19, |
64 WINDOW_Chest = 0x14, | 65 WINDOW_Chest = 0x14, |
65 WINDOW_17 = 0x17, | 66 WINDOW_17 = 23, |
66 WINDOW_MainMenu_Load = 0x18, | 67 WINDOW_MainMenu_Load = 0x18, |
67 WINDOW_HouseInterior = 0x19, | 68 WINDOW_HouseInterior = 0x19, |
68 WINDOW_Transition = 0x1A, | 69 WINDOW_Transition = 26, |
69 WINDOW_1B = 0x1B, | 70 WINDOW_1B = 0x1B, |
70 WINDOW_Scroll = 0x1E, | 71 WINDOW_Scroll = 0x1E, |
71 WINDOW_1F = 0x1F, | 72 WINDOW_1F = 31, |
72 WINDOW_FinalWindow = 0x46, | 73 WINDOW_FinalWindow = 0x46, |
73 WINDOW_50 = 0x50, | 74 WINDOW_50 = 0x50, |
74 WINDOW_59 = 0x59, | 75 WINDOW_59 = 0x59, |
75 WINDOW_5A = 0x5A, | 76 WINDOW_5A = 90, |
76 WINDOW_5B = 0x5B, | 77 WINDOW_5B = 91, |
77 WINDOW_VoiceSwitcherButton = 0x5C, | 78 WINDOW_VoiceSwitcherButton = 0x5C, |
78 WINDOW_5D = 0x5D, | 79 WINDOW_5D = 0x5D, |
79 WINDOW_5E = 0x5E, | 80 WINDOW_5E = 94, |
80 WINDOW_5F = 0x5F, | 81 WINDOW_5F = 0x5F, |
81 WINDOW_60 = 0x60, | 82 WINDOW_60 = 96, |
82 WINDOW_61 = 0x61, | 83 WINDOW_61 = 0x61, |
83 WINDOW_RestWindow = 0x62, | 84 WINDOW_RestWindow = 0x62, |
84 WINDOW_63 = 0x63, | 85 WINDOW_63 = 99, |
85 WINDOW_CharacterWindow_Stats = 0x64, | 86 WINDOW_CharacterWindow_Stats = 0x64, |
86 WINDOW_CharacterWindow_Skills = 0x65, | 87 WINDOW_CharacterWindow_Skills = 0x65, |
87 WINDOW_CharacterWindow_Awards = 0x66, | 88 WINDOW_CharacterWindow_Awards = 0x66, |
88 WINDOW_CharacterWindow_Inventory = 0x67, | 89 WINDOW_CharacterWindow_Inventory = 0x67, |
90 WINDOW_68 = 104, | |
89 WINDOW_KeyMappingOptions = 0x69, | 91 WINDOW_KeyMappingOptions = 0x69, |
90 WINDOW_VideoOptions = 0x6A, | 92 WINDOW_VideoOptions = 0x6A, |
91 WINDOW_Lloyd = 0xB1, | 93 WINDOW_Lloyd = 0xB1, |
92 WINDOW_TownPortal = 0xC3, | 94 WINDOW_TownPortal = 195, |
93 WINDOW_QuestBook = 0xC8, | 95 WINDOW_QuestBook = 200, |
94 WINDOW_AutonotesBook = 0xC9, | 96 WINDOW_AutonotesBook = 0xC9, |
95 WINDOW_MapsBook = 0xCA, | 97 WINDOW_MapsBook = 0xCA, |
96 WINDOW_CalendarBook = 0xCB, | 98 WINDOW_CalendarBook = 0xCB, |
97 WINDOW_HistoryBook = 0xE0, | 99 WINDOW_HistoryBook = 0xE0, |
98 }; | 100 }; |
279 UIMSG_BE = 0xBE, | 281 UIMSG_BE = 0xBE, |
280 UIMSG_BF = 0xBF, | 282 UIMSG_BF = 0xBF, |
281 UIMSG_C0 = 0xC0, | 283 UIMSG_C0 = 0xC0, |
282 UIMSG_C1 = 0xC1, | 284 UIMSG_C1 = 0xC1, |
283 UIMSG_C2 = 0xC2, | 285 UIMSG_C2 = 0xC2, |
284 UIMSG_C3 = 0xC3, | 286 UIMSG_OnCastTownPortal = 0xC3, |
285 UIMSG_C4 = 0xC4, | 287 UIMSG_C4 = 0xC4, |
286 UIMSG_ShowFinalWindow = 0xC5, | 288 UIMSG_ShowFinalWindow = 0xC5, |
287 UIMSG_C6 = 0xC6, | 289 UIMSG_C6 = 0xC6, |
288 UIMSG_C7 = 0xC7, | 290 UIMSG_C7 = 0xC7, |
289 UIMSG_OpenQuestBook = 0xC8, | 291 UIMSG_OpenQuestBook = 0xC8, |