diff --git a/phillip/movie.py b/phillip/movie.py index e49433d..d27fed0 100644 --- a/phillip/movie.py +++ b/phillip/movie.py @@ -46,6 +46,19 @@ def tiltStick(stick, x, y): (20, pushButton(Button.START)), (1, releaseButton(Button.START)), ], + + dream_land = [ + (0, up), + (2, neutral), + (0, right), + (7, neutral), + + #(60 * 60, neutral), + + # start game + (20, pushButton(Button.START)), + (1, releaseButton(Button.START)), + ], final_destination = [ (0, tiltStick(Stick.MAIN, 1, 0.8)), @@ -53,6 +66,54 @@ def tiltStick(stick, x, y): #(60 * 60, neutral), + # start game + (20, pushButton(Button.START)), + (1, releaseButton(Button.START)), + ], + + fountain_of_dreams = [ + (0, up), + (18, right), + (5, neutral), + + #(60 * 60, neutral), + + # start game + (20, pushButton(Button.START)), + (1, releaseButton(Button.START)), + ], + + kongo_jungle = [ + (0, up), + (2, left), + (5, neutral), + + #(60 * 60, neutral), + + # start game + (20, pushButton(Button.START)), + (1, releaseButton(Button.START)), + ], + + pokemon_stadium = [ + (0, up), + (10, right), + (9, neutral), + + #(60 * 60, neutral), + + # start game + (20, pushButton(Button.START)), + (1, releaseButton(Button.START)), + ], + + yoshis_story = [ + (0, up), + (18, right), + (1, neutral), + + #(60 * 60, neutral), + # start game (20, pushButton(Button.START)), (1, releaseButton(Button.START)),