-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathPewterCity.asm
117 lines (97 loc) · 2.12 KB
/
PewterCity.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
_PewterCityCooltrainerFText::
text "It's rumored that"
line "CLEFAIRYs came"
cont "from the moon!"
para "They appeared "
line "after MOON STONE"
cont "fell on MT.MOON."
done
_PewterCityCooltrainerMText::
text "There aren't many"
line "serious #MON"
cont "trainers here!"
para "They're all like"
line "BUG CATCHERs,"
cont "but PEWTER GYM's"
cont "BROCK is totally"
cont "into it!"
done
_PewterCitySuperNerd1DidYouCheckOutMuseumText::
text "Did you check out"
line "the MUSEUM?"
done
_PewterCitySuperNerd1WerentThoseFossilsAmazingText::
text "Weren't those"
line "fossils from MT."
cont "MOON amazing?"
done
_PewterCitySuperNerd1YouHaveToGoText::
text "Really?"
line "You absolutely"
cont "have to go!"
done
_PewterCitySuperNerd1ItsRightHereText::
text "It's right here!"
line "You have to pay"
cont "to get in, but"
cont "it's worth it!"
cont "See you around!"
done
_PewterCitySuperNerd2DoYouKnowWhatImDoingText::
text "Psssst!"
line "Do you know what"
cont "I'm doing?"
done
_PewterCitySuperNerd2ThatsRightText::
text "That's right!"
line "It's hard work!"
done
_PewterCitySuperNerd2ImSprayingRepelText::
text "I'm spraying REPEL"
line "to keep #MON"
cont "out of my garden!"
done
_PewterCityYoungsterYoureATrainerFollowMeText::
text "You're a trainer"
line "right? BROCK's"
cont "looking for new"
cont "challengers!"
cont "Follow me!"
done
_PewterCityYoungsterGoTakeOnBrockText::
text "If you have the"
line "right stuff, go"
cont "take on BROCK!"
done
_PewterCityTrainerTipsText::
text "TRAINER TIPS"
para "Any #MON that"
line "takes part in"
cont "battle, however"
cont "short, earns EXP!"
done
_PewterCityPoliceNoticeSignText::
text "NOTICE!"
para "Thieves have been"
line "stealing #MON"
cont "fossils at MT."
cont "MOON! Please call"
cont "PEWTER POLICE"
cont "with any info!"
done
_PewterCityMuseumSignText::
text "PEWTER MUSEUM"
line "OF SCIENCE"
done
_PewterCityGymSignText::
text "PEWTER CITY"
line "#MON GYM"
cont "LEADER: BROCK"
para "The Rock Solid"
line "#MON Trainer!"
done
_PewterCitySignText::
text "PEWTER CITY"
line "A Stone Gray"
cont "City"
done