First draft of test chamber 13

This commit is contained in:
James Lambert 2023-12-28 21:31:47 -07:00
parent a7261cf132
commit e01fa284b7
4 changed files with 11 additions and 0 deletions

Binary file not shown.

View file

@ -0,0 +1,10 @@
cutscenes:
INTRO_CUTSCENE:
- set_signal launch_ball
- wait_for_signal move_platform
- label horizontal_loop
- play_animation horizontal horizontal_slide
- wait_for_animation horizontal
- goto horizontal_loop
operators:
- room_exit = room_exit_0 and room_exit_1

View file

@ -121,6 +121,7 @@ short gLevelWarnings[] = {
LevelWarningsSpeedyIn | LevelWarningsSpeedyOut, LevelWarningsSpeedyIn | LevelWarningsSpeedyOut,
LevelWarningsBallHit | LevelWarningsBallCollect | LevelWarningsLiquid | LevelWarningsDrinking, LevelWarningsBallHit | LevelWarningsBallCollect | LevelWarningsLiquid | LevelWarningsDrinking,
LevelWarningsCubeDispense | LevelWarningsCubeHit | LevelWarningsSpeedyIn | LevelWarningsSpeedyOut, LevelWarningsCubeDispense | LevelWarningsCubeHit | LevelWarningsSpeedyIn | LevelWarningsSpeedyOut,
LevelWarningsCubeHit | LevelWarningsBallHit | LevelWarningsBallCollect,
}; };
static struct Coloru8 gBacklightColors[] = { static struct Coloru8 gBacklightColors[] = {