mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-18 19:05:09 -05:00
31 lines
888 B
PHP
31 lines
888 B
PHP
PewterCity_Museum_2F_MapScripts::
|
|
.byte 0
|
|
|
|
PewterCity_Museum_2F_EventScript_Man::
|
|
msgbox PewterCity_Museum_1F_Text_WhatsSpecialAboutMoonStone, MSGBOX_NPC
|
|
end
|
|
|
|
PewterCity_Museum_2F_EventScript_OldMan::
|
|
msgbox PewterCity_Museum_1F_Text_BoughtColorTVForMoonLanding, MSGBOX_NPC
|
|
end
|
|
|
|
PewterCity_Museum_2F_EventScript_Scientist::
|
|
msgbox PewterCity_Museum_1F_Text_RunningSpaceExhibitThisMonth, MSGBOX_NPC
|
|
end
|
|
|
|
PewterCity_Museum_2F_EventScript_LittleGirl::
|
|
msgbox PewterCity_Museum_1F_Text_AskedDaddyToCatchPikachu, MSGBOX_NPC
|
|
end
|
|
|
|
PewterCity_Museum_2F_EventScript_BaldingMan::
|
|
msgbox PewterCity_Museum_1F_Text_PikachuSoonIPromise, MSGBOX_NPC
|
|
end
|
|
|
|
PewterCity_Museum_2F_EventScript_SpaceShuttle::
|
|
msgbox PewterCity_Museum_1F_Text_SpaceShuttle, MSGBOX_SIGN
|
|
end
|
|
|
|
PewterCity_Museum_2F_EventScript_MoonStone::
|
|
msgbox PewterCity_Museum_1F_Text_MeteoriteThatFellOnMtMoon, MSGBOX_SIGN
|
|
end
|