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

237 lines
4.9 KiB
PHP

@ Flavor text for interacting with various background objects
EventScript_Bookshelf::
msgbox Text_Bookshelf, MSGBOX_SIGN
end
EventScript_PokeMartShelf::
msgbox Text_PokeMartShelf, MSGBOX_SIGN
end
EventScript_Food::
msgbox Text_Food, MSGBOX_SIGN
end
EventScript_VideoGame::
msgbox Text_VideoGame, MSGBOX_SIGN
end
EventScript_Computer::
msgbox Text_Computer, MSGBOX_SIGN
end
EventScript_ImpressiveMachine::
msgbox Text_ImpressiveMachine, MSGBOX_SIGN
end
EventScript_Blueprints::
msgbox Text_Blueprints, MSGBOX_SIGN
end
EventScript_Burglary::
msgbox Text_Burglary, MSGBOX_SIGN
end
EventScript_PlayerFacingTVScreen::
msgbox Text_PlayerFacingTVScreen, MSGBOX_SIGN
end
EventScript_Cabinet::
msgbox Text_DishesPlatesNeatlyLinedUp, MSGBOX_SIGN
end
EventScript_Kitchen::
msgbox Text_Kitchen, MSGBOX_SIGN
end
EventScript_Dresser::
msgbox Text_Dresser, MSGBOX_SIGN
end
EventScript_Snacks::
msgbox Text_Snacks, MSGBOX_SIGN
end
EventScript_Painting::
msgbox Text_Painting, MSGBOX_SIGN
end
EventScript_PowerPlantMachine::
msgbox Text_PowerPlantMachine, MSGBOX_SIGN
end
EventScript_Telephone::
msgbox Text_Telephone, MSGBOX_SIGN
end
EventScript_AdvertisingPoster::
msgbox Text_AdvertisingPoster, MSGBOX_SIGN
end
EventScript_TastyFood::
msgbox Text_TastyFood, MSGBOX_SIGN
end
EventScript_TrashBin::
msgbox Text_TrashBin, MSGBOX_SIGN
end
EventScript_Cup::
msgbox Text_Cup, MSGBOX_SIGN
end
EventScript_PolishedWindow::
msgbox Text_PolishedWindow, MSGBOX_SIGN
end
EventScript_BeautifulSkyWindow::
msgbox Text_BeautifulSkyWindow, MSGBOX_SIGN
end
EventScript_BlinkingLights::
msgbox Text_BlinkingLights, MSGBOX_SIGN
end
EventScript_NeatlyLinedUpTools::
msgbox Text_NeatlyLinedUpTools, MSGBOX_SIGN
end
EventScript_PokemartSign::
msgbox Text_PokemartSign, MSGBOX_SIGN
end
EventScript_PokecenterSign::
msgbox Text_PokecenterSign, MSGBOX_SIGN
end
EventScript_Indigo_UltimateGoal::
msgbox Text_Indigo_UltimateGoal, MSGBOX_SIGN
end
EventScript_Indigo_HighestAuthority::
msgbox Text_Indigo_HighestAuthority, MSGBOX_SIGN
end
@ Flavor text for interacting with various background objects
Text_Bookshelf::
.string "It's crammed full of POKéMON\n"
.string "books.$"
Text_NothingButPokemonBooks::
.string "ほんだなに ならんでいるのは\n"
.string "ポケモンの ほん ばかりだ$"
Text_ATownMap::
.string "A TOWN MAP.$"
Text_PokeMartShelf::
.string "Wow!\n"
.string "Tons of POKéMON stuff!$"
Text_DishesPlatesNeatlyLinedUp::
.string "Dishes and plates are neatly\n"
.string "lined up.$"
Text_Kitchen::
.string "It smells delicious!\n"
.string "Somebody's been cooking here.$"
Text_Dresser::
.string "It's a nicely made dresser.\n"
.string "It will hold a lot of stuff.$"
Text_Snacks::
.string "There's a pile of snacks here.$"
Text_PokemartSign::
.string "All your item needs fulfilled!\n"
.string "POKéMON MART$"
Text_PokecenterSign::
.string "Heal Your POKéMON!\n"
.string "POKéMON CENTER$"
Text_Indigo_UltimateGoal::
.string "INDIGO PLATEAU\p"
.string "The ultimate goal of TRAINERS!\n"
.string "POKéMON LEAGUE HQ$"
Text_Indigo_HighestAuthority::
.string "INDIGO PLATEAU\p"
.string "The highest POKéMON authority!\n"
.string "POKéMON LEAGUE HQ$"
Text_Food::
.string "It should be packed with all kinds\n"
.string "of delicious things to eat.$"
Text_Blueprints::
.string "It's a blueprint of some sort.\n"
.string "It's filled with diagrams and text.$"
Text_Painting::
.string "It's a pretty picture of a POKéMON.\n"
.string "It looks like it's feeling good.$"
Text_PowerPlantMachine::
.string "What could this machine be?\n"
.string "Better not mess around with it!$"
Text_Telephone::
.string "It's a telephone.\n"
.string "Better not use it.$"
Text_Computer::
.string "It's all complicated words and\n"
.string "numbers that make no sense…$"
Text_AdvertisingPoster::
.string "It's an advertising poster about\n"
.string "all kinds of products.$"
Text_TastyFood::
.string "Oh, that smells tasty!\n"
.string "It might get the stomach growling!$"
Text_TrashBin::
.string "Inside this…\n"
.string "……\p"
.string "There's nothing here!$"
Text_Cup::
.string "It's a cup with a POKéMON mark\n"
.string "on it.$"
Text_PolishedWindow::
.string "The window is very well polished.$"
Text_BeautifulSkyWindow::
.string "Outside the window…\p"
.string "The sky looks fantastically\n"
.string "beautiful.$"
Text_BlinkingLights::
.string "Lights in different colors are\n"
.string "flashing on and off.$"
Text_NeatlyLinedUpTools::
.string "All sorts of tools are lined up\n"
.string "neatly.$"
Text_ImpressiveMachine::
.string "It's a machine of some sort.\n"
.string "It sure is impressive.$"
Text_VideoGame::
.string "It's the latest video game!\n"
.string "It sure looks fun!$"
Text_Burglary::
.string "There are obvious signs of burglary\n"
.string "here…$"
Text_PlayerFacingTVScreen::
.string "There's a POKéMON on TV!\n"
.string "It looks like it's having fun.$"