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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
|
Route6_MapScriptHeader: ; 0x1ad927
; trigger count
db 0
; callback count
db 0
; 0x1ad929
TrainerPokefanmRex: ; 0x1ad929
; bit/flag number
dw $5c7
; trainer group && trainer id
db POKEFANM, REX
; text when seen
dw PokefanmRexSeenText
; text when trainer beaten
dw PokefanmRexBeatenText
; script when lost
dw $0000
; script when talk again
dw PokefanmRexScript
; 0x1ad935
PokefanmRexScript: ; 0x1ad935
talkaftercancel
loadfont
2writetext UnknownText_0x1ad9ff
closetext
loadmovesprites
end
; 0x1ad93d
TrainerPokefanmAllan: ; 0x1ad93d
; bit/flag number
dw $5c8
; trainer group && trainer id
db POKEFANM, ALLAN
; text when seen
dw PokefanmAllanSeenText
; text when trainer beaten
dw PokefanmAllanBeatenText
; script when lost
dw $0000
; script when talk again
dw PokefanmAllanScript
; 0x1ad949
PokefanmAllanScript: ; 0x1ad949
talkaftercancel
loadfont
2writetext UnknownText_0x1ada88
closetext
loadmovesprites
end
; 0x1ad951
PokefanMScript_0x1ad951: ; 0x1ad951
jumptextfaceplayer UnknownText_0x1ad957
; 0x1ad954
MapRoute6Signpost0Script: ; 0x1ad954
jumptext UnknownText_0x1ad99b
; 0x1ad957
UnknownText_0x1ad957: ; 0x1ad957
text "The road is closed"
line "until the problem"
para "at the POWER PLANT"
line "is solved."
done
; 0x1ad99b
UnknownText_0x1ad99b: ; 0x1ad99b
text "UNDERGROUND PATH"
para "CERULEAN CITY -"
line "VERMILION CITY"
done
; 0x1ad9cc
PokefanmRexSeenText: ; 0x1ad9cc
text "My PHANPY is the"
line "cutest in the"
cont "world."
done
; 0x1ad9f3
PokefanmRexBeatenText: ; 0x1ad9f3
text "My PHANPY!"
done
; 0x1ad9ff
UnknownText_0x1ad9ff: ; 0x1ad9ff
text "Look how adorable"
line "my PHANPY acts!"
para "Isn't it cute"
line "enough to make"
cont "your heart melt?"
done
; 0x1ada4f
PokefanmAllanSeenText: ; 0x1ada4f
text "My TEDDIURSA is"
line "the cutest in the"
cont "world."
done
; 0x1ada79
PokefanmAllanBeatenText: ; 0x1ada79
text "My TEDDIURSA!"
done
; 0x1ada88
UnknownText_0x1ada88: ; 0x1ada88
text "Look how adorable"
line "my TEDDIURSA acts!"
para "Isn't it cute"
line "enough to make"
cont "your heart melt?"
done
; 0x1adadb
Route6_MapEventHeader: ; 0x1adadb
; filler
db 0, 0
; warps
db 2
warp_def $3, $11, 1, GROUP_ROUTE_6_UNDERGROUND_ENTRANCE, MAP_ROUTE_6_UNDERGROUND_ENTRANCE
warp_def $1, $6, 3, GROUP_ROUTE_6_SAFFRON_GATE, MAP_ROUTE_6_SAFFRON_GATE
; xy triggers
db 0
; signposts
db 1
signpost 5, 19, $0, MapRoute6Signpost0Script
; people-events
db 3
person_event SPRITE_POKEFAN_M, 8, 21, $6, $0, 255, 255, $b0, 2, PokefanMScript_0x1ad951, $0771
person_event SPRITE_POKEFAN_M, 16, 13, $9, $0, 255, 255, $82, 0, TrainerPokefanmRex, $ffff
person_event SPRITE_POKEFAN_M, 16, 14, $8, $0, 255, 255, $82, 0, TrainerPokefanmAllan, $ffff
; 0x1adb17
|