diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-02-15 22:30:39 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-02-15 22:30:39 -0600 |
commit | 0a206ee52c19963c778e6e15e4b92e1f0c58a13f (patch) | |
tree | 8ec5f7fa3c20aaca8e81b3ed320ce36eba963f33 /include/constants | |
parent | 34716558b1f8bc4e9f07e90d3727ea44e74ddd9d (diff) |
Finish decompiling intro
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/rgb.h | 1 |
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 |