From d0cc8dfc174994fea3510e6e271d7af9899e0bf8 Mon Sep 17 00:00:00 2001 From: Phlosioneer Date: Sat, 9 Feb 2019 22:02:56 -0500 Subject: [PATCH] Change negative constant into unsigned hex constant --- include/palette.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/palette.h b/include/palette.h index 84794afc9..8d16270aa 100644 --- a/include/palette.h +++ b/include/palette.h @@ -12,7 +12,7 @@ #define PALETTE_FADE_STATUS_DELAY 2 #define PALETTE_FADE_STATUS_ACTIVE 1 #define PALETTE_FADE_STATUS_DONE 0 -#define PALETTE_FADE_STATUS_LOADING -1 +#define PALETTE_FADE_STATUS_LOADING 0xFF enum {