-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathSafariZoneGate.asm
97 lines (78 loc) · 1.92 KB
/
SafariZoneGate.asm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
_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