diff options
author | KDSKardabox <bollygame94@gmail.com> | 2018-02-15 09:45:15 +0530 |
---|---|---|
committer | KDSKardabox <bollygame94@gmail.com> | 2018-02-15 09:45:15 +0530 |
commit | 895c72cb265fb6b112505212228db84afad864ab (patch) | |
tree | a55b9e0775662364f858244125f3ddc8f5b5b52b /include/constants | |
parent | deeaac2bf17479b671d989cd50e236dd39f6e52c (diff) | |
parent | e706d89ff1af46df3fcee60e08d80990f2a8a681 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald
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 |