blob: feee8040cee47c5464103c34e2afa1deeae55951 (
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
|
SSAnne_Deck_MapScripts:: @ 8160A68
.byte 0
SSAnne_Deck_EventScript_Youngster:: @ 8160A69
msgbox SSAnne_Deck_Text_ShipDepartingSoon, MSGBOX_NPC
end
SSAnne_Deck_EventScript_BaldingMan:: @ 8160A72
msgbox SSAnne_Deck_Text_FeelSeasick, MSGBOX_NPC
end
SSAnne_Deck_EventScript_Sailor:: @ 8160A7B
msgbox SSAnne_Deck_Text_ScrubbingDecksHardWork, MSGBOX_NPC
end
SSAnne_Deck_EventScript_Edmond:: @ 8160A84
trainerbattle_single TRAINER_SAILOR_EDMOND, SSAnne_Deck_Text_EdmondIntro, SSAnne_Deck_Text_EdmondDefeat
msgbox SSAnne_Deck_Text_EdmondPostBattle, MSGBOX_AUTOCLOSE
end
SSAnne_Deck_EventScript_Trevor:: @ 8160A9B
trainerbattle_single TRAINER_SAILOR_TREVOR, SSAnne_Deck_Text_TrevorIntro, SSAnne_Deck_Text_TrevorDefeat
msgbox SSAnne_Deck_Text_TrevorPostBattle, MSGBOX_AUTOCLOSE
end
|