mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-31 20:52:48 -05:00
19 lines
514 B
PHP
19 lines
514 B
PHP
CeladonCity_Hotel_MapScripts::
|
|
.byte 0
|
|
|
|
CeladonCity_Hotel_EventScript_Receptionist::
|
|
msgbox CeladonCity_Hotel_Text_ThisHotelIsForPeople, MSGBOX_NPC
|
|
end
|
|
|
|
CeladonCity_Hotel_EventScript_Beauty::
|
|
msgbox CeladonCity_Hotel_Text_OnVacationWithBrotherAndBoyfriend, MSGBOX_NPC
|
|
end
|
|
|
|
CeladonCity_Hotel_EventScript_BeautyBoyfriend::
|
|
msgbox CeladonCity_Hotel_Text_WhyDidSheBringBrother, MSGBOX_NPC
|
|
end
|
|
|
|
CeladonCity_Hotel_EventScript_BeautyBrother::
|
|
msgbox CeladonCity_Hotel_Text_SisBroughtMeOnVacation, MSGBOX_NPC
|
|
end
|