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
|
Route132_MapScripts:: @ 81F74E9
.byte 0
Route132_EventScript_Gilbert:: @ 81F74EA
trainerbattle_single TRAINER_GILBERT, Route132_Text_GilbertIntro, Route132_Text_GilbertDefeat
msgbox Route132_Text_GilbertPostBattle, MSGBOX_AUTOCLOSE
end
Route132_EventScript_Dana:: @ 81F7501
trainerbattle_single TRAINER_DANA, Route132_Text_DanaIntro, Route132_Text_DanaDefeat
msgbox Route132_Text_DanaPostBattle, MSGBOX_AUTOCLOSE
end
Route132_EventScript_Ronald:: @ 81F7518
trainerbattle_single TRAINER_RONALD, Route132_Text_RonaldIntro, Route132_Text_RonaldDefeat
msgbox Route132_Text_RonaldPostBattle, MSGBOX_AUTOCLOSE
end
Route132_EventScript_Kiyo:: @ 81F752F
trainerbattle_single TRAINER_KIYO, Route132_Text_KiyoIntro, Route132_Text_KiyoDefeat
msgbox Route132_Text_KiyoPostBattle, MSGBOX_AUTOCLOSE
end
Route132_EventScript_Paxton:: @ 81F7546
trainerbattle_single TRAINER_PAXTON, Route132_Text_PaxtonIntro, Route132_Text_PaxtonDefeat
msgbox Route132_Text_PaxtonPostBattle, MSGBOX_AUTOCLOSE
end
Route132_EventScript_Darcy:: @ 81F755D
trainerbattle_single TRAINER_DARCY, Route132_Text_DarcyIntro, Route132_Text_DarcyDefeat
msgbox Route132_Text_DarcyPostBattle, MSGBOX_AUTOCLOSE
end
Route132_EventScript_Jonathan:: @ 81F7574
trainerbattle_single TRAINER_JONATHAN, Route132_Text_JonathanIntro, Route132_Text_JonathanDefeat
msgbox Route132_Text_JonathanPostBattle, MSGBOX_AUTOCLOSE
end
Route132_EventScript_Makayla:: @ 81F758B
trainerbattle_single TRAINER_MAKAYLA, Route132_Text_MakaylaIntro, Route132_Text_MakaylaDefeat
msgbox Route132_Text_MakaylaPostBattle, MSGBOX_AUTOCLOSE
end
|