summaryrefslogtreecommitdiff
path: root/text
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2014-10-17 22:47:31 -0600
committerIIMarckus <iimarckus@gmail.com>2014-10-17 22:47:31 -0600
commita36e090d43de2f66b26616e3c46f0da8f7d52466 (patch)
tree5b296e495f9cf1436c46a9d672c20a512649d8f2 /text
parent2e376fecabd5216d6358c03789e9903b7cb1bd19 (diff)
Add parts of the Safari Zone entrance script from Yellow.
Diffstat (limited to 'text')
-rw-r--r--text/maps/safari_zone_entrance.asm46
1 files changed, 46 insertions, 0 deletions
diff --git a/text/maps/safari_zone_entrance.asm b/text/maps/safari_zone_entrance.asm
index 119d2301..79f70ea4 100644
--- a/text/maps/safari_zone_entrance.asm
+++ b/text/maps/safari_zone_entrance.asm
@@ -92,3 +92,49 @@ _SafariZoneEntranceText_753f0:: ; 9e993 (27:6993)
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