diff options
Diffstat (limited to 'engines/fullpipe/constants.h')
-rw-r--r-- | engines/fullpipe/constants.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/fullpipe/constants.h b/engines/fullpipe/constants.h index 63ab988543..aa1eb58875 100644 --- a/engines/fullpipe/constants.h +++ b/engines/fullpipe/constants.h @@ -500,6 +500,15 @@ namespace Fullpipe { #define ST_SWR_SITBALD 1153 #define ST_SWR_STAND3 3014 +// Scene 15 +#define ANI_BOOT_15 4779 +#define ANI_GRANDMA_ASS 1265 +#define PIC_SC15_LADDER 3253 +#define QU_SC15_ENTERLIFT 2811 +#define QU_SC15_EXITLIFT 2812 +#define ST_GMS_BOOT 1270 +#define ST_GMS_BOOTLESS2 3316 + } // End of namespace Fullpipe #endif /* FULLPIPE_CONSTANTS_H */ |