diff options
Diffstat (limited to 'engines/fullpipe/constants.h')
-rw-r--r-- | engines/fullpipe/constants.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/fullpipe/constants.h b/engines/fullpipe/constants.h index eb6debe9e0..da80ef3c5f 100644 --- a/engines/fullpipe/constants.h +++ b/engines/fullpipe/constants.h @@ -259,6 +259,7 @@ namespace Fullpipe { #define SND_CMN_032 3517 #define SND_CMN_054 4762 #define SND_CMN_055 4763 +#define SND_CMN_056 4772 #define SND_CMN_060 4921 #define SND_CMN_061 4922 #define SND_CMN_070 5199 @@ -367,6 +368,12 @@ namespace Fullpipe { #define PIC_MSV_SPACE_D 5190 #define PIC_MSV_SPACE_L 5191 +// Demo screen +#define PIC_POST_BGR 5396 +#define PIC_POST_TEXT 5397 +#define PIC_POST_BUTTON 5398 +#define SND_CMN_069 4969 + // Intro #define ANI_IN1MAN 5110 #define MSG_INTR_ENDINTRO 5139 |