pokeemerald/data/scripts/safari_zone.inc

296 lines
8.9 KiB
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
SafariZone_EventScript_OutOfBallsMidBattle::
2019-02-22 10:18:43 +01:00
setvar VAR_SAFARI_ZONE_STATE, 1
special ExitSafariMode
setwarp MAP_ROUTE121_SAFARI_ZONE_ENTRANCE, 2, 5
end
2021-07-20 21:18:31 +02:00
SafariZone_EventScript_Exit::
2019-02-22 10:18:43 +01:00
setvar VAR_SAFARI_ZONE_STATE, 1
special ExitSafariMode
warp MAP_ROUTE121_SAFARI_ZONE_ENTRANCE, 2, 5
waitstate
end
2021-07-20 21:18:31 +02:00
SafariZone_EventScript_RetirePrompt::
lockall
2019-10-20 09:46:05 +02:00
msgbox SafariZone_Text_WouldYouLikeToExit, MSGBOX_YESNO
2019-11-02 17:34:53 +01:00
compare VAR_RESULT, YES
2019-10-20 09:46:05 +02:00
goto_if_eq SafariZone_EventScript_Retire
releaseall
end
2021-07-20 21:18:31 +02:00
SafariZone_EventScript_Retire::
2019-10-20 09:46:05 +02:00
goto SafariZone_EventScript_Exit
2021-07-20 21:18:31 +02:00
SafariZone_EventScript_TimesUp::
lockall
2020-08-21 00:02:00 +02:00
playse SE_DING_DONG
2019-10-20 09:46:05 +02:00
message SafariZone_Text_TimesUp
waitmessage
waitbuttonpress
releaseall
2019-10-20 09:46:05 +02:00
goto SafariZone_EventScript_Exit
2021-07-20 21:18:31 +02:00
SafariZone_EventScript_OutOfBalls::
lockall
2020-08-21 00:02:00 +02:00
playse SE_DING_DONG
2019-10-20 09:46:05 +02:00
message SafariZone_Text_OutOfBalls
waitmessage
waitbuttonpress
releaseall
2019-10-20 09:46:05 +02:00
goto SafariZone_EventScript_Exit
2021-07-20 21:18:31 +02:00
EventScript_PokeBlockFeeder::
lockall
special GetPokeblockFeederInFront
2019-10-20 09:46:05 +02:00
compare VAR_RESULT, 0xFFFF
goto_if_ne SafariZone_EventScript_PokeblockPresent
msgbox SafariZone_Text_PlacePokeblockOnFeeder, MSGBOX_YESNO
2019-11-02 17:34:53 +01:00
compare VAR_RESULT, YES
2019-10-20 09:46:05 +02:00
goto_if_eq SafariZone_EventScript_ChoosePokeblock
releaseall
end
2021-07-20 21:18:31 +02:00
SafariZone_EventScript_ChoosePokeblock::
2019-12-15 17:42:50 +01:00
fadescreen FADE_TO_BLACK
2017-12-16 00:08:23 +01:00
special OpenPokeblockCaseOnFeeder
waitstate
2019-10-20 09:46:05 +02:00
compare VAR_RESULT, 0xFFFF
goto_if_ne SafariZone_EventScript_PokeblockPlaced
end
2021-07-20 21:18:31 +02:00
SafariZone_EventScript_PokeblockPlaced::
2019-10-20 09:46:05 +02:00
message SafariZone_Text_PokeblockWasPlaced
waitmessage
waitbuttonpress
releaseall
end
2021-07-20 21:18:31 +02:00
SafariZone_EventScript_PokeblockPresent::
2019-10-20 09:46:05 +02:00
message SafariZone_Text_PokeblockStillHere
waitmessage
waitbuttonpress
releaseall
end
2021-07-20 21:18:31 +02:00
SafariZone_Text_WouldYouLikeToExit:
.string "Would you like to exit the SAFARI\n"
.string "ZONE right now?$"
2021-07-20 21:18:31 +02:00
SafariZone_Text_TimesUp:
2018-12-07 16:41:08 +01:00
.string "Ding-dong! Time's up!\n"
.string "Your SAFARI Game is over.$"
2021-07-20 21:18:31 +02:00
SafariZone_Text_OutOfBalls:
2018-12-07 16:41:08 +01:00
.string "You've run out of SAFARI BALLS.\n"
.string "Your SAFARI Game is over.$"
2021-07-20 21:18:31 +02:00
SafariZone_Text_PlacePokeblockOnFeeder:
.string "Would you like to place a {POKEBLOCK}\n"
.string "on the {POKEBLOCK} FEEDER?$"
2021-07-20 21:18:31 +02:00
SafariZone_Text_PokeblockStillHere:
.string "The {STR_VAR_1} you left\n"
.string "before is still here.$"
2021-07-20 21:18:31 +02:00
SafariZone_Text_PokeblockWasPlaced:
.string "The {STR_VAR_1} was placed\n"
.string "on the {POKEBLOCK} FEEDER.$"
2021-07-20 21:18:31 +02:00
Route121_SafariZoneEntrance_Text_WelcomeToSafariZone:
.string "Welcome to the SAFARI ZONE!\p"
.string "Here, you may witness many kinds of\n"
.string "POKéMON rarely seen in HOENN.\p"
2018-12-07 16:41:08 +01:00
.string "And, you'll see them in their wild,\n"
.string "untamed state in natural habitats.\p"
2018-12-07 16:41:08 +01:00
.string "What's more, we've thrown open the\n"
.string "gates to POKéMON TRAINERS.\p"
2018-12-07 16:41:08 +01:00
.string "You're encouraged to catch POKéMON\n"
.string "for keeps!\p"
.string "Come in and enjoy the SAFARI ZONE!$"
2021-07-20 21:18:31 +02:00
Route121_SafariZoneEntrance_Text_WelcomeFirstTime:
.string "Welcome to the SAFARI ZONE!\n"
.string "Is it your first time here?$"
2021-07-20 21:18:31 +02:00
Route121_SafariZoneEntrance_Text_ComeInAndEnjoy:
.string "Come in and enjoy the SAFARI ZONE!$"
2021-07-20 21:18:31 +02:00
Route121_SafariZoneEntrance_Text_FirstTimeInfo:
.string "When you enter the SAFARI ZONE, you\n"
.string "start with 30 SAFARI BALLS for\l"
.string "catching POKéMON.\p"
.string "The SAFARI Game is over when you run\n"
2018-12-07 16:41:08 +01:00
.string "out of SAFARI BALLS, or when you've\l"
.string "walked 500 steps.\p"
.string "Come in and enjoy the SAFARI ZONE!$"
2021-07-20 21:18:31 +02:00
Route121_SafariZoneEntrance_Text_WouldYouLikeToPlay:
.string "Welcome to the SAFARI ZONE!\p"
.string "All you can catch for just ¥500!\n"
.string "Would you like to play a SAFARI Game?$"
2021-07-20 21:18:31 +02:00
Route121_SafariZoneEntrance_Text_PlayAnotherTime:
.string "Okay.\n"
.string "Please play another time!$"
2021-07-20 21:18:31 +02:00
Route121_SafariZoneEntrance_Text_NotEnoughMoney:
2018-12-07 16:41:08 +01:00
.string "You don't have enough money.\n"
.string "Sorry.$"
2021-07-20 21:18:31 +02:00
Route121_SafariZoneEntrance_Text_ThatWillBe500Please:
.string "That will be ¥500, please.$"
2021-07-20 21:18:31 +02:00
Route121_SafariZoneEntrance_Text_HereAreYourSafariBalls:
.string "Here are your SAFARI BALLS.$"
2021-07-20 21:18:31 +02:00
Route121_SafariZoneEntrance_Text_Received30SafariBalls:
.string "{PLAYER} received 30 SAFARI BALLS.$"
2021-07-20 21:18:31 +02:00
Route121_SafariZoneEntrance_Text_PleaseEnjoyYourself:
2018-12-07 16:41:08 +01:00
.string "We'll let you know when your game\n"
.string "is over.\p"
.string "So, until then, enjoy yourself, please!\n"
.string "Off you go on your wild excursion!$"
2021-07-20 21:18:31 +02:00
Route121_SafariZoneEntrance_Text_PCIsFull:
.string "Excuse me!\n"
.string "Your PC BOX is full.$"
2021-07-20 21:18:31 +02:00
Route121_SafariZoneEntrance_Text_YouNeedPokeblockCase:
.string "Excuse me!\n"
.string "You seem to be without a {POKEBLOCK} CASE.\p"
.string "Your SAFARI Game will be much more\n"
.string "fruitful if you use {POKEBLOCK}S.\p"
.string "Please come back with a {POKEBLOCK} CASE.\p"
.string "You may obtain a {POKEBLOCK} CASE from\n"
.string "the LILYCOVE CONTEST HALL.$"
2021-07-20 21:18:31 +02:00
SafariZone_South_Text_StillHaveTimeExit:
.string "You still have time left. Would you like\n"
.string "to exit the SAFARI ZONE now?$"
2021-07-20 21:18:31 +02:00
SafariZone_South_Text_EnjoyTheRestOfYourAdventure:
.string "Please enjoy the rest of your wild\n"
.string "adventure!$"
2021-07-20 21:18:31 +02:00
SafariZone_South_Text_ExitEarlyThankYouForPlaying:
.string "Okay.\p"
2018-12-07 16:41:08 +01:00
.string "I'll take back your remaining SAFARI\n"
.string "BALLS.\p"
.string "Thank you for playing.\n"
.string "We hope to see you again.$"
2021-07-20 21:18:31 +02:00
SafariZone_South_Text_GoodLuck:
.string "Good luck!\p"
2018-12-07 16:41:08 +01:00
.string "If you need anything, don't hesitate\n"
.string "to tell me, please!$"
2021-07-20 21:18:31 +02:00
SafariZone_South_Text_Boy:
.string "Did you know?\p"
.string "If you put a {POKEBLOCK} in that square box,\n"
.string "POKéMON gather around.$"
2021-07-20 21:18:31 +02:00
SafariZone_South_Text_Man:
.string "I want to keep going deeper, but I\n"
.string "forgot to bring a BIKE.\p"
.string "Something tells me that rare POKéMON\n"
.string "live in the outlying areas.$"
2021-07-20 21:18:31 +02:00
SafariZone_Southwest_Text_Woman:
.string "Sometimes, when I toss a {POKEBLOCK} at \n"
.string "POKéMON, it gets ignored.\p"
.string "Do POKéMON have likes and dislikes\n"
.string "about what they eat?$"
2021-07-20 21:18:31 +02:00
SafariZone_Northwest_Text_Man:
.string "Gasp… Gasp…\n"
.string "I…made it out here…but…\p"
2018-12-07 16:41:08 +01:00
.string "I'm exhausted… I don't have the\n"
.string "energy to catch POKéMON…$"
2021-07-20 21:18:31 +02:00
SafariZone_North_Text_Fisherman:
2018-12-07 16:41:08 +01:00
.string "I'm on a mission to find WATER POKéMON\n"
.string "you don't see in HOENN.\p"
.string "Do you have any idea where the lake is?$"
2021-07-20 21:18:31 +02:00
SafariZone_North_Text_Man:
2018-12-07 16:41:08 +01:00
.string "I'm going to catch a lot of rare POKéMON\n"
.string "here and trade them with my friends!$"
2021-07-20 21:18:31 +02:00
SafariZone_South_Text_Youngster:
.string "I put a {POKEBLOCK} on the {POKEBLOCK} FEEDER.\n"
.string "But it seems to have disappeared.\p"
.string "I guess POKéMON must have eaten it\n"
.string "without me noticing.$"
2021-07-20 21:18:31 +02:00
Route121_SafariZoneEntrance_Text_TrainerTip:
.string "SAFARI ZONE TRAINER TIP!\p"
.string "Throw {POKEBLOCK}S at wild POKéMON to make\n"
.string "them less likely to flee.$"
2021-07-20 21:18:31 +02:00
SafariZone_Southwest_Text_RestHouseSign:
.string "“Relieve your tired feet.”\n"
.string "REST HOUSE$"
2021-07-20 21:18:31 +02:00
SafariZone_RestHouse_Text_Youngster:
2018-12-07 16:41:08 +01:00
.string "I don't have any {POKEBLOCK}S, but I caught\n"
.string "a good number of POKéMON.\p"
.string "You can improve your chances of making\n"
.string "a catch by getting closer to them\l"
.string "before throwing a SAFARI BALL.$"
2021-07-20 21:18:31 +02:00
SafariZone_RestHouse_Text_PsychicM:
2018-12-07 16:41:08 +01:00
.string "If you use {POKEBLOCK}S, wild POKéMON won't\n"
.string "be so quick to run away.\p"
2018-12-07 16:41:08 +01:00
.string "It's not much use to give {POKEBLOCK}S to\n"
.string "POKéMON that don't flee easily.$"
2021-07-20 21:18:31 +02:00
SafariZone_RestHouse_Text_FatMan:
.string "If you put a {POKEBLOCK} on the FEEDER,\n"
.string "POKéMON are attracted to it.\p"
.string "I think POKéMON with the same sort of\n"
.string "nature are drawn by a certain {POKEBLOCK}.$"
2021-07-20 21:18:31 +02:00
SafariZone_South_Text_AreaOffLimits1:
.string "This area is still under construction.\n"
2018-12-07 16:41:08 +01:00
.string "It's off-limits, sorry!$"
2021-07-20 21:18:31 +02:00
SafariZone_Southeast_Text_ExpansionIsFinished:
2018-12-07 16:41:08 +01:00
.string "The SAFARI ZONE's expansion project\n"
.string "is finished now.\p"
.string "We hope you will enjoy the new area.$"
2021-07-20 21:18:31 +02:00
SafariZone_South_Text_AreaOffLimits2:
.string "This area is still under construction.\n"
2018-12-07 16:41:08 +01:00
.string "It's off-limits, sorry!$"
2021-07-20 21:18:31 +02:00
SafariZone_Southeast_Text_LittleGirl:
2018-12-07 16:41:08 +01:00
.string "Wow! Whee! I haven't seen any of\n"
.string "these POKéMON before!$"
2021-07-20 21:18:31 +02:00
SafariZone_Southeast_Text_FatMan:
.string "The POKéMON in this area are all\n"
.string "new to me.\p"
2018-12-07 16:41:08 +01:00
.string "And I'm allowed to catch these rare\n"
.string "POKéMON! Too cool!$"
2021-07-20 21:18:31 +02:00
SafariZone_Southeast_Text_RichBoy:
.string "The POKéMON around here seem to be\n"
.string "from somewhere other than HOENN.$"
2021-07-20 21:18:31 +02:00
SafariZone_Northeast_Text_Boy:
.string "I only have a couple SAFARI BALLS left.\p"
2018-12-07 16:41:08 +01:00
.string "I'm having a hard time trying to\n"
.string "decide what I should catch.$"
2021-07-20 21:18:31 +02:00
SafariZone_Northeast_Text_Woman:
.string "I heard that you can see PIKACHU here.\n"
.string "Where might one be?$"
2021-07-20 21:18:31 +02:00
SafariZone_Northeast_Text_Girl:
.string "Oh, boo!\n"
2018-12-07 16:41:08 +01:00
.string "I can't seem to catch anything!\p"
.string "I'll end up wasting the admission\n"
.string "price if I don't catch something!$"