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
48
49
50
51
52
53
54
55
56
|
object_const_def
const TINTOWER1F_SAGE
TinTower1F_MapScripts:
def_scene_scripts
def_callbacks
TinTowerSageScript:
jumptextfaceplayer TinTowerSageText
TinTowerSageText:
text "I'm trying to un-"
line "cover the secret"
para "of the legendary"
line "#MON that is"
cont "said to land here."
para "They say that the"
line "#MON has flown"
para "continuously ever"
line "since the TOWER in"
cont "the West burned."
para "So, I thought that"
line "if I had what the"
para "#MON has, it"
line "would be attracted"
cont "by that item."
para "I think that item"
line "is probably…"
para "A RAINBOW WING!"
para "But, where would"
line "I find one?"
done
TinTower1F_MapEvents:
db 0, 0 ; filler
def_warp_events
warp_event 9, 15, ECRUTEAK_CITY, 12
warp_event 10, 15, ECRUTEAK_CITY, 12
warp_event 10, 2, TIN_TOWER_2F, 2
def_coord_events
def_bg_events
def_object_events
object_event 10, 2, SPRITE_SAGE, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, TinTowerSageScript, EVENT_TEAM_ROCKET_DISBANDED
|