pokeemerald-expansion/data/maps/CeladonCity_House1_Frlg/scripts.inc
2026-01-28 17:41:12 +01:00

32 lines
911 B
PHP

CeladonCity_House1_Frlg_MapScripts::
.byte 0
CeladonCity_House1_EventScript_RocketChief::
msgbox CeladonCity_House1_Text_SlotsReelInTheDough, MSGBOX_NPC
end
CeladonCity_House1_EventScript_Rocket1::
msgbox CeladonCity_House1_Text_ShippedMonsAsSlotPrizes, MSGBOX_NPC
end
CeladonCity_House1_EventScript_Rocket2::
msgbox CeladonCity_House1_Text_DontTouchGameCornerPoster, MSGBOX_NPC
end
CeladonCity_House1_Text_SlotsReelInTheDough::
.string "Hehehe!\p"
.string "The slots just reel in the dough,\n"
.string "big-time!$"
CeladonCity_House1_Text_ShippedMonsAsSlotPrizes::
.string "CHIEF!\p"
.string "We just shipped two thousand\n"
.string "more POKéMON as slot prizes\l"
.string "again today!$"
CeladonCity_House1_Text_DontTouchGameCornerPoster::
.string "Don't touch the poster at the GAME\n"
.string "CORNER!\p"
.string "There's no secret switch behind it!$"