pokered/text/SafariZoneGate.asm
vulcandth d001ced41b
Add macros, constants, and labels for map scripts and text (#367)
This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified.
2023-07-13 21:27:56 -04:00

97 lines
1.9 KiB
NASM

_SafariZoneGateSafariZoneWorker1Text::
text "Welcome to the"
line "SAFARI ZONE!"
done
_SafariZoneGateSafariZoneWorker1WouldYouLikeToJoinText::
text "For just ¥500,"
line "you can catch all"
cont "the #MON you"
cont "want in the park!"
para "Would you like to"
line "join the hunt?@"
text_end
_SafariZoneGateSafariZoneWorker1ThatllBe500PleaseText::
text "That'll be ¥500"
line "please!"
para "We only use a"
line "special # BALL"
cont "here."
para "<PLAYER> received"
line "30 SAFARI BALLs!@"
text_end
_SafariZoneGateSafariZoneWorker1CallYouOnThePAText::
text_start
para "We'll call you on"
line "the PA when you"
cont "run out of time"
cont "or SAFARI BALLs!"
done
_SafariZoneGateSafariZoneWorker1PleaseComeAgainText::
text "OK! Please come"
line "again!"
done
_SafariZoneGateSafariZoneWorker1NotEnoughMoneyText::
text "Oops! Not enough"
line "money!"
done
_SafariZoneGateSafariZoneWorker1LeavingEarlyText::
text "Leaving early?@"
text_end
_SafariZoneGateSafariZoneWorker1ReturnSafariBallsText::
text "Please return any"
line "SAFARI BALLs you"
cont "have left."
done
_SafariZoneGateSafariZoneWorker1GoodLuckText::
text "Good Luck!"
done
_SafariZoneGateSafariZoneWorker1GoodHaulComeAgainText::
text "Did you get a"
line "good haul?"
cont "Come again!"
done
_SafariZoneGateSafariZoneWorker2FirstTimeHereText::
text "Hi! Is it your"
line "first time here?"
done
_SafariZoneGateSafariZoneWorker2SafariZoneExplanationText::
text "SAFARI ZONE has 4"
line "zones in it."
para "Each zone has"
line "different kinds"
cont "of #MON. Use"
cont "SAFARI BALLs to"
cont "catch them!"
para "When you run out"
line "of time or SAFARI"
cont "BALLs, it's game"
cont "over for you!"
para "Before you go,"
line "open an unused"
cont "#MON BOX so"
cont "there's room for"
cont "new #MON!"
done
_SafariZoneGateSafariZoneWorker2YoureARegularHereText::
text "Sorry, you're a"
line "regular here!"
done