-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathMtMoonB2F.asm
125 lines (103 loc) · 2.12 KB
/
MtMoonB2F.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
118
119
120
121
122
123
124
125
_MtMoonB2FDomeFossilYouWantText::
text "You want the"
line "DOME FOSSIL?"
done
_MtMoonB2FHelixFossilYouWantText::
text "You want the"
line "HELIX FOSSIL?"
done
_MtMoonB2FReceivedFossilText::
text "<PLAYER> got the"
line "@"
text_ram wStringBuffer
text "!@"
text_end
_MtMoonB2FYouHaveNoRoomText::
text "Look, you've got"
line "no room for this.@"
text_end
_MtMoonB2FSuperNerdTheyreBothMineText::
text "Hey, stop!"
para "I found these"
line "fossils! They're"
cont "both mine!"
done
_MtMoonB2FSuperNerdOkIllShareText::
text "OK!"
line "I'll share!"
prompt
_MtMoonB2fSuperNerdEachTakeOneText::
text "We'll each take"
line "one!"
cont "No being greedy!"
done
_MtMoonB2FSuperNerdTheresAPokemonLabText::
text "Far away, on"
line "CINNABAR ISLAND,"
cont "there's a #MON"
cont "LAB."
para "They do research"
line "on regenerating"
cont "fossils."
done
_MtMoonB2FSuperNerdThenThisIsMineText::
text "All right. Then"
line "this is mine!@"
text_end
_MtMoonB2FRocket1BattleText::
text "TEAM ROCKET will"
line "find the fossils,"
cont "revive and sell"
cont "them for cash!"
done
_MtMoonB2FRocket1EndBattleText::
text "Urgh!"
line "Now I'm mad!"
prompt
_MtMoonB2FRocket1AfterBattleText::
text "You made me mad!"
line "TEAM ROCKET will"
cont "blacklist you!"
done
_MtMoonB2FRocket2BattleText::
text "We, TEAM ROCKET,"
line "are #MON"
cont "gangsters!"
done
_MtMoonB2FRocket2EndBattleText::
text "I blew"
line "it!"
prompt
_MtMoonB2FRocket2AfterBattleText::
text "Darn it all! My"
line "associates won't"
cont "stand for this!"
done
_MtMoonB2FRocket3BattleText::
text "We're pulling a"
line "big job here!"
cont "Get lost, kid!"
done
_MtMoonB2FRocket3EndBattleText::
text "So, you"
line "are good."
prompt
_MtMoonB2FRocket3AfterBattleText::
text "If you find a"
line "fossil, give it"
cont "to me and scram!"
done
_MtMoonB2FRocket4BattleText::
text "Little kids"
line "should leave"
cont "grown-ups alone!"
done
_MtMoonB2FRocket4EndBattleText::
text "I'm"
line "steamed!"
prompt
_MtMoonB2FRocket4AfterBattleText::
text "#MON lived"
line "here long before"
cont "people came."
done