Change negative constant into unsigned hex constant

This commit is contained in:
Phlosioneer 2019-02-09 22:02:56 -05:00
parent 37bea25b01
commit d0cc8dfc17

View File

@ -12,7 +12,7 @@
#define PALETTE_FADE_STATUS_DELAY 2 #define PALETTE_FADE_STATUS_DELAY 2
#define PALETTE_FADE_STATUS_ACTIVE 1 #define PALETTE_FADE_STATUS_ACTIVE 1
#define PALETTE_FADE_STATUS_DONE 0 #define PALETTE_FADE_STATUS_DONE 0
#define PALETTE_FADE_STATUS_LOADING -1 #define PALETTE_FADE_STATUS_LOADING 0xFF
enum enum
{ {