summaryrefslogtreecommitdiff
path: root/include/constants
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-02-15 12:41:32 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-02-15 12:41:32 +0100
commit90fa97f8105f511f566042a5df0dd487425c615a (patch)
treeccd87ed2aec52964a80982e873687fdbb82d7a97 /include/constants
parent4b4495f3fe2a65bdf0f2a21c650103c4dbeed514 (diff)
parentfcf3f97da94515a34eda2dc1b564f4bc01adc383 (diff)
merge overworld with master
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