summaryrefslogtreecommitdiff
path: root/include/palette.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2017-10-14 00:05:50 -0500
committerGitHub <noreply@github.com>2017-10-14 00:05:50 -0500
commit0d38d443b561f9baaae12324712503dfccaf01ea (patch)
tree2c22380365ddf70f1432cac5f9cbede0bdef2abc /include/palette.h
parentf6af9e7013107154df62d2eff53e3accb7a24b3d (diff)
parent924c0c6b5a9ceeb27fdc9e41e69d283c2b8d36d8 (diff)
Merge pull request #84 from Diegoisawesome/decomp_scrcmd
Decomp scrcmd
Diffstat (limited to 'include/palette.h')
-rw-r--r--include/palette.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/palette.h b/include/palette.h
index de2cf0083..d3bcd2271 100644
--- a/include/palette.h
+++ b/include/palette.h
@@ -8,6 +8,9 @@
#define gPaletteFade_delay (gPaletteFade.multipurpose2) // normal and hardware fade
#define gPaletteFade_submode (gPaletteFade.multipurpose2) // fast fade
+#define PLTT_BUFFER_SIZE 0x200
+#define PLTT_DECOMP_BUFFER_SIZE (PLTT_BUFFER_SIZE * 2)
+
enum
{
FAST_FADE_IN_FROM_WHITE,