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
|
Event_TV:: @ 81A6E72
lockall
incrementgamestat GAME_STAT_WATCHED_TV
special sub_80C2014
specialvar RESULT, CheckForBigMovieOrEmergencyNewsOnTV
compare RESULT, 2
goto_if_eq EventScript_1A6F01
compare RESULT, 1
goto_if_eq EventScript_1A6F0B
checkflag 2098
goto_if 0, EventScript_1A6EF1
checkflag 2097
goto_if_eq EventScript_1A6EF1
specialvar RESULT, IsTVShowInSearchOfTrainersAiring
compare RESULT, 1
goto_if_eq EventScript_1A6F66
goto EventScript_1A6F50
end
EventScript_1A6EBB:
specialvar 0x8004, special_0x44
compare 0x8004, 255
goto_if_eq EventScript_1A6F3F
specialvar RESULT, special_0x4a
compare RESULT, 255
goto_if_eq EventScript_1A6F3F
copyvar 0x8004, RESULT
specialvar RESULT, sub_80BDA0C
compare RESULT, 0
goto_if 5, EventScript_1A6F21
end
EventScript_1A6EF1:
special GetMomOrDadStringForTVMessage
msgbox UnknownString_81A0E68, 4
special TurnOffTVScreen
releaseall
end
EventScript_1A6F01:
msgbox UnknownString_817288C, 4
releaseall
end
EventScript_1A6F0B:
.ifdef SAPPHIRE
msgbox UnknownString_8172D30, 4
.else
msgbox UnknownString_8172C50, 4
.endif
special InitRoamer
clearflag 2141
setflag 255
special TurnOffTVScreen
releaseall
end
EventScript_1A6F21:
special DoTVShow
waitmessage
waitbutton
compare RESULT, 1
goto_if 5, EventScript_1A6F21
goto EventScript_1A6F37
end
EventScript_1A6F37:
special TurnOffTVScreen
setflag 2097
releaseall
end
EventScript_1A6F3F:
special GetMomOrDadStringForTVMessage
msgbox UnknownString_81A0E68, 4
goto EventScript_1A6F37
end
EventScript_1A6F50:
special sub_80BECE8
compare RESULT, 0
goto_if_eq EventScript_1A6EBB
waitmessage
waitbutton
goto EventScript_1A6F37
end
EventScript_1A6F66:
special DoTVShowInSearchOfTrainers
waitmessage
waitbutton
compare RESULT, 0
goto_if_eq EventScript_1A6F66
goto EventScript_1A6F37
end
|