summaryrefslogtreecommitdiff
path: root/include/palette.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/palette.h')
-rw-r--r--include/palette.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/palette.h b/include/palette.h
index e24da3e00..84794afc9 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 -1
+
enum
{
FAST_FADE_IN_FROM_WHITE,