diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-18 01:12:47 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-18 01:12:47 -0500 |
commit | 5695617d64335474ead8a7e25c539daebcc55fa5 (patch) | |
tree | 0e9791a86b6aff83ab99aa9dd9878558f89fb824 /include/palette.h | |
parent | 08579edbcd596c9659fe25490480c6f96e2b4288 (diff) | |
parent | e95140270be790b03e693f539770abfd6473916e (diff) |
Merge branch 'master' into multiplayer-stuff
Diffstat (limited to 'include/palette.h')
-rw-r--r-- | include/palette.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/palette.h b/include/palette.h index e24da3e00..8d16270aa 100644 --- a/include/palette.h +++ b/include/palette.h @@ -9,6 +9,11 @@ #define PLTT_BUFFER_SIZE 0x200 #define PLTT_DECOMP_BUFFER_SIZE (PLTT_BUFFER_SIZE * 2) +#define PALETTE_FADE_STATUS_DELAY 2 +#define PALETTE_FADE_STATUS_ACTIVE 1 +#define PALETTE_FADE_STATUS_DONE 0 +#define PALETTE_FADE_STATUS_LOADING 0xFF + enum { FAST_FADE_IN_FROM_WHITE, |