-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathRoute24.asm
67 lines (52 loc) · 1.17 KB
/
Route24.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
_Route24CooltrainerM1YouBeatOurContestText::
text "Congratulations!"
line "You beat our 5"
cont "contest trainers!@"
text_end
_Route24CooltrainerM1YouJustEarnedAPrizeText::
text_start
para "You just earned a"
line "fabulous prize!"
prompt
_Route24CooltrainerM1ReceivedNuggetText::
text "<PLAYER> received"
line "a @"
text_ram wStringBuffer
text "!@"
text_end
_Route24CooltrainerM1NoRoomText::
text "You don't have"
line "any room!"
done
_Route24CooltrainerM1JoinTeamRocketText::
text "By the way, would"
line "you like to join"
cont "TEAM ROCKET?"
para "We're a group"
line "dedicated to evil"
cont "using #MON!"
para "Want to join?"
para "Are you sure?"
para "Come on, join us!"
para "I'm telling you"
line "to join!"
para "OK, you need"
line "convincing!"
para "I'll make you an"
line "offer you can't"
cont "refuse!"
done
_Route24CooltrainerM1DefeatedText::
text "Arrgh!"
line "You are good!"
prompt
_Route24CooltrainerM1YouCouldBecomeATopLeaderText::
text "With your ability,"
line "you could become"
cont "a top leader in"
cont "TEAM ROCKET!"
done
_Route24CooltrainerM2BattleText::
text "I saw your feat"
line "from the grass!"
done