mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-10 14:01:52 -05:00
25 lines
790 B
PHP
25 lines
790 B
PHP
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
|