pokered/text/maps/safari_zone_entrance.asm

141 lines
2.6 KiB
NASM
Raw Normal View History

_SafariZoneEntranceText1:: ; 9e6c7 (27:66c7)
2014-01-23 04:37:40 +00:00
text "Welcome to the"
line "SAFARI ZONE!"
done
2014-05-18 18:19:10 +00:00
SafariZoneEntranceText_9e6e4:: ; 9e6e4 (27:66e4)
2014-01-23 04:37:40 +00:00
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?@@"
2014-05-18 18:19:10 +00:00
SafariZoneEntranceText_9e747:: ; 9e747 (27:6747)
2014-01-23 04:37:40 +00:00
text "That'll be ¥500"
line "please!"
para "We only use a"
line "special # BALL"
cont "here."
para $52, " received"
line "30 SAFARI BALLs!@@"
2014-05-18 18:19:10 +00:00
_SafariZoneEntranceText_75360:: ; 9e79f (27:679f)
2014-01-23 04:37:40 +00:00
db $0
para "We'll call you on"
line "the PA when you"
cont "run out of time"
cont "or SAFARI BALLs!"
done
2014-05-18 18:19:10 +00:00
_SafariZoneEntranceText_75365:: ; 9e7e3 (27:67e3)
2014-01-23 04:37:40 +00:00
text "OK! Please come"
line "again!"
done
2014-05-18 18:19:10 +00:00
_SafariZoneEntranceText_7536a:: ; 9e7fb (27:67fb)
2014-01-23 04:37:40 +00:00
text "Oops! Not enough"
line "money!"
done
2014-05-18 18:19:10 +00:00
SafariZoneEntranceText_9e814:: ; 9e814 (27:6814)
2014-01-23 04:37:40 +00:00
text "Leaving early?@@"
2014-05-18 18:19:10 +00:00
_SafariZoneEntranceText_753bb:: ; 9e825 (27:6825)
2014-01-23 04:37:40 +00:00
text "Please return any"
line "SAFARI BALLs you"
cont "have left."
done
2014-05-18 18:19:10 +00:00
_SafariZoneEntranceText_753c0:: ; 9e854 (27:6854)
2014-01-23 04:37:40 +00:00
text "Good Luck!"
done
2014-05-18 18:19:10 +00:00
_SafariZoneEntranceText_753c5:: ; 9e860 (27:6860)
2014-01-23 04:37:40 +00:00
text "Did you get a"
line "good haul?"
cont "Come again!"
done
2014-05-18 18:19:10 +00:00
_SafariZoneEntranceText_753e6:: ; 9e886 (27:6886)
2014-01-23 04:37:40 +00:00
text "Hi! Is it your"
line "first time here?"
done
2014-05-18 18:19:10 +00:00
_SafariZoneEntranceText_753eb:: ; 9e8a7 (27:68a7)
2014-01-23 04:37:40 +00:00
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
2014-05-18 18:19:10 +00:00
_SafariZoneEntranceText_753f0:: ; 9e993 (27:6993)
2014-01-23 04:37:40 +00:00
text "Sorry, you're a"
line "regular here!"
done
IF DEF(_OPTION_LOWCOST_SAFARI)
_SafariZoneLowCostText1::
db 0
para "Oh, all right, pay"
line "me what you have."
prompt
_SafariZoneLowCostText2::
text "But, I can't give"
line "you all 30 BALLs."
done
_SafariZoneLowCostText3::
db 0
para "You're persistent,"
line "aren't you?"
para "OK, you can go in"
line "for free, but"
cont "just this once!@@"
_SafariZoneLowCostText4::
db 0
done
_SafariZoneLowCostText5::
text "I'm sorry, but you"
line "have to pay to"
cont "enter."
done
_SafariZoneLowCostText6::
text "You can't enter"
line "without paying!"
done
_SafariZoneLowCostText7::
text "I said, no money,"
line "no entry!"
done
_SafariZoneLowCostText8::
text "Read my lips, NO!"
line "Get it?"
done
ENDC