From cdfeb638f40ffa0e3f5d437f7b1613f8313896ab Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 20 Mar 2021 11:13:58 -0400 Subject: Document remaining routines in field_specials --- include/constants/quest_log.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/constants/quest_log.h') diff --git a/include/constants/quest_log.h b/include/constants/quest_log.h index 3565c581e..58efd6ea3 100644 --- a/include/constants/quest_log.h +++ b/include/constants/quest_log.h @@ -8,6 +8,12 @@ #define QL_START_NORMAL 1 #define QL_START_WARP 2 +// gGlobalFieldTintMode +#define QL_TINT_NONE 0 +#define QL_TINT_GRAYSCALE 1 +#define QL_TINT_SEPIA 2 +#define QL_TINT_BACKUP_GRAYSCALE 3 + #define QL_IS_PLAYBACK_STATE (gQuestLogState == QL_STATE_PLAYBACK || gQuestLogState == QL_STATE_PLAYBACK_LAST) #define QL_EVENT_0 0 // Null -- cgit v1.2.3