From 9f0e6563ed97e3d45ab4105548e8ee154838ff22 Mon Sep 17 00:00:00 2001 From: Joshua Peisach Date: Wed, 12 Jul 2023 20:03:17 -0400 Subject: [PATCH] Annotate the global default aplette --- LEGO1/mxpalette.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/LEGO1/mxpalette.cpp b/LEGO1/mxpalette.cpp index a0157a5b..170a8834 100644 --- a/LEGO1/mxpalette.cpp +++ b/LEGO1/mxpalette.cpp @@ -1,6 +1,7 @@ #include "mxpalette.h" #include "mxomni.h" +// GLOBAL: LEGO1 0x10102188 1024 PALETTEENTRY g_defaultPaletteEntries[256] = { { 0u, 0u, 0u, 0u }, @@ -261,6 +262,7 @@ PALETTEENTRY g_defaultPaletteEntries[256] = { 255u, 255u, 255u, 0u } }; +// GLOBAL: LEGO1 0x10102188 1024 LPPALETTEENTRY g_defaultPalette; // OFFSET: LEGO1 0x100bee30 @@ -486,4 +488,4 @@ LPDIRECTDRAWPALETTE MxPalette::CreateNativePalette() } return this->m_palette; -} \ No newline at end of file +}