mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-10 14:01:52 -05:00
25 lines
730 B
PHP
25 lines
730 B
PHP
SSAnne_Deck_MapScripts::
|
|
.byte 0
|
|
|
|
SSAnne_Deck_EventScript_Youngster::
|
|
msgbox SSAnne_Deck_Text_ShipDepartingSoon, MSGBOX_NPC
|
|
end
|
|
|
|
SSAnne_Deck_EventScript_BaldingMan::
|
|
msgbox SSAnne_Deck_Text_FeelSeasick, MSGBOX_NPC
|
|
end
|
|
|
|
SSAnne_Deck_EventScript_Sailor::
|
|
msgbox SSAnne_Deck_Text_ScrubbingDecksHardWork, MSGBOX_NPC
|
|
end
|
|
|
|
SSAnne_Deck_EventScript_Edmond::
|
|
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::
|
|
trainerbattle_single TRAINER_SAILOR_TREVOR, SSAnne_Deck_Text_TrevorIntro, SSAnne_Deck_Text_TrevorDefeat
|
|
msgbox SSAnne_Deck_Text_TrevorPostBattle, MSGBOX_AUTOCLOSE
|
|
end
|