diff options
Diffstat (limited to 'engines/fullpipe/constants.h')
-rw-r--r-- | engines/fullpipe/constants.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/engines/fullpipe/constants.h b/engines/fullpipe/constants.h index 2e2d216858..a8d3de986a 100644 --- a/engines/fullpipe/constants.h +++ b/engines/fullpipe/constants.h @@ -795,6 +795,16 @@ namespace Fullpipe { #define MSG_SC23_SPINWHEEL2 1741 #define MSG_SC23_SPINWHEEL3 1742 #define MSG_SC23_SPINWHEEL4 1743 +#define MV_CND_0_1 1703 +#define MV_CND_1_2 1706 +#define MV_CND_2_3 1708 +#define MV_CND_3_4 1710 +#define MV_CND_4_5 1712 +#define MV_CND_5_6 1714 +#define MV_CND_6_7 1716 +#define MV_CND_7_8 1718 +#define MV_CND_8_9 1720 +#define MV_CND_9_0 1722 #define PIC_SC23_BOXCLOSED 1728 #define PIC_SC23_BOXOPEN 1723 #define PIC_SC23_BTN1 1729 @@ -808,7 +818,16 @@ namespace Fullpipe { #define QU_SC23_FROMCALENDAREXIT 1735 #define QU_SC23_SHOWSTOOL 3335 #define QU_SC23_STARTKISS 1822 +#define ST_CND_0 1704 +#define ST_CND_1 1705 +#define ST_CND_2 1707 +#define ST_CND_3 1709 +#define ST_CND_4 1711 #define ST_CND_5 1713 +#define ST_CND_6 1715 +#define ST_CND_7 1717 +#define ST_CND_8 1719 +#define ST_CND_9 1721 #define ST_GRFG_BALD 1675 #define ST_GRFG_EMPTY 1674 #define ST_GRFU_KISS 1681 |