mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-04-27 18:57:08 -05:00
32 lines
911 B
PHP
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!$"
|
|
|