add rgb constants

This commit is contained in:
DizzyEggg
2018-01-29 14:36:13 +01:00
parent ed546d680f
commit 78728ae454
6 changed files with 140 additions and 126 deletions
-5
View File
@@ -60,11 +60,6 @@
#define TOTAL_OBJ_TILE_COUNT 1024
#define RGB(r, g, b) ((r) | ((g) << 5) | ((b) << 10))
#define RGB_BLACK RGB(0, 0, 0)
#define RGB_WHITE RGB(31, 31, 31)
#define WIN_RANGE(a, b) (((a) << 8) | (b))
#endif // GUARD_GBA_DEFINES