summaryrefslogtreecommitdiff
path: root/src/data/sequences/intro.asm
blob: 22aeea7a83a59d36539fd09c913d36599ca3f26c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
INCLUDE "macros/intro_sequence.asm"

IntroSequence: ; 1d59d (7:559d)
	intro_seq_load_charizard_scene
	intro_seq_play_sfx SFX_58
	intro_seq_set_orbs_coordinates IntroOrbCoordinates_CharizardScene
	intro_seq_set_orbs_animations IntroOrbAnimations_CharizardScene
	intro_seq_wait 44
	intro_seq_fade_in
	intro_seq_wait 44
	intro_seq_fade_out
	intro_seq_wait 30

	intro_seq_load_scyther_scene
	intro_seq_play_sfx SFX_58
	intro_seq_set_orbs_coordinates IntroOrbCoordinates_ScytherScene
	intro_seq_set_orbs_animations IntroOrbAnimations_ScytherScene
	intro_seq_wait 44
	intro_seq_fade_in
	intro_seq_wait 44
	intro_seq_fade_out
	intro_seq_wait 30

	intro_seq_load_aerodactyl_scene
	intro_seq_play_sfx SFX_59
	intro_seq_set_orbs_coordinates IntroOrbCoordinates_AerodactylScene
	intro_seq_set_orbs_animations IntroOrbAnimations_AerodactylScene
	intro_seq_wait 44
	intro_seq_fade_in
	intro_seq_wait 100
	intro_seq_fade_out
	intro_seq_wait 60

	intro_seq_load_title_screen_scene
	intro_seq_play_sfx SFX_5A
	intro_seq_set_orbs_coordinates IntroOrbCoordinates_InitialTitleScreen
	intro_seq_set_orbs_animations IntroOrbAnimations_InitialTitleScreen
	intro_seq_wait_orbs_animation
	intro_seq_fade_in
	intro_seq_wait 16
	intro_seq_play_sfx SFX_5B
	intro_seq_set_orbs_coordinates IntroOrbCoordinates_InTitleScreen
	intro_seq_set_orbs_animations IntroOrbAnimations_InTitleScreen
	intro_seq_wait_sfx
	intro_seq_play_title_screen_music
	intro_seq_wait 60
	intro_seq_end