Change negative constant into unsigned hex constant
This commit is contained in:
parent
37bea25b01
commit
d0cc8dfc17
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue