summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-02-14 21:16:47 -0600
committerGitHub <noreply@github.com>2018-02-14 21:16:47 -0600
commite706d89ff1af46df3fcee60e08d80990f2a8a681 (patch)
treef28ec25932ec4b119f85151f18a6f757a64fe187 /include/constants
parent8318898fbd471aad751f9ad4ca9e5f14ee6c893c (diff)
parentce28fa900b8931082f80ec21ae7deb9d9321631d (diff)
Merge pull request #213 from golemgalvanize/decompile_main_menu
Decompile main menu
Diffstat (limited to 'include/constants')
-rw-r--r--include/constants/rgb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/constants/rgb.h b/include/constants/rgb.h
index 8b323799f..fd9c5c5a7 100644
--- a/include/constants/rgb.h
+++ b/include/constants/rgb.h
@@ -12,5 +12,6 @@
#define RGB_YELLOW RGB(31, 31, 0)
#define RGB_MAGENTA RGB(31, 0, 31)
#define RGB_CYAN RGB(0, 31, 31)
+#define RGB_WHITEALPHA RGB_WHITE | 0x8000
#endif // GUARD_RGB_H