-
Notifications
You must be signed in to change notification settings - Fork 93
/
Copy pathtext13.asm
185 lines (154 loc) · 3.94 KB
/
text13.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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
ScoopUpDescription:
text "Choose 1 of your Pokémon in play"
line "and return its Basic Pokémon card to"
line "your hand. (Discard all cards"
line "attached to that card.)"
done
ComputerSearchName:
text "Computer Search"
done
ComputerSearchDescription:
text "Discard 2 of the other cards from"
line "your hand in order to search your"
line "deck for any card and put it into"
line "your hand. Shuffle your deck"
line "afterward."
done
PokedexName:
text "Pokédex"
done
PokedexDescription:
text "Look at up to 5 cards from the top"
line "of your deck and rearrange them as"
line "you like."
done
PlusPowerName:
text "PlusPower"
done
PlusPowerDescription:
text "Attach PlusPower to your Active"
line "Pokémon. At the end of your turn,"
line "discard PlusPower. If this Pokémon's"
line "attack does damage to any Active"
line "Pokémon (after applying Weakness and"
line "Resistance), the attack does 10 more"
line "damage to that Active Pokémon."
done
DefenderName:
text "Defender"
done
DefenderDescription:
text "Attach Defender to 1 of your"
line "Pokémon. At the end of your"
line "opponent's next turn, discard"
line "Defender. Damage done to that"
line "Pokémon by attacks is reduced by 20"
line "(after applying Weakness and"
line "Resistance)."
done
ItemFinderName:
text "Item Finder"
done
ItemFinderDescription:
text "Discard 2 of the other cards from"
line "your hand in order to put a Trainer"
line "card from your discard pile into"
line "your hand."
done
GustOfWindName:
text "Gust of Wind"
done
GustOfWindDescription:
text "Choose 1 of your opponent's Benched"
line "Pokémon and switch it with his or"
line "her Active Pokémon."
done
DevolutionSprayName:
text "Devolution Spray"
done
DevolutionSprayDescription:
text "Choose 1 of your own Pokémon in play"
line "and a Stage of Evolution. Discard"
line "all Evolution cards of that Stage or"
line "higher attached to that Pokémon."
done
DevolutionSprayDescriptionCont:
text "That Pokémon is no longer Asleep,"
line "Confused, Paralyzed, Poisoned, or"
line "anything else that might be the"
line "result of an attack (just as if you"
line "had evolved it)."
done
PotionName:
text "Potion"
done
PotionDescription:
text "Remove 2 damage counters from 1 of"
line "your Pokémon. If that Pokémon has"
line "fewer damage counters than that,"
line "remove all of them."
done
SuperPotionName:
text "Super Potion"
done
SuperPotionDescription:
text "Discard 1 Energy card attached to 1"
line "of your own Pokémon in order to"
line "remove 4 damage counters from that"
line "Pokémon. If the Pokémon has fewer"
line "damage counters than that, remove"
line "all of them."
done
FullHealName:
text "Full Heal"
done
FullHealDescription:
text "Your Active Pokémon is no longer"
line "Asleep, Confused, Paralyzed, or"
line "Poisoned."
done
ReviveName:
text "Revive"
done
ReviveDescription:
text "Put 1 Basic Pokémon card from your"
line "discard pile onto your Bench."
line "Put damage counters on that Pokémon"
line "equal to half its HP (rounded down"
line "to the nearest 10). (You can't play"
line "Revive if your Bench is full.)"
done
MaintenanceName:
text "Maintenance"
done
MaintenanceDescription:
text "Shuffle 2 of the other cards from"
line "your hand into your deck in order"
line "to draw a card."
done
PokemonFluteName:
text "Pokémon Flute"
done
PokemonFluteDescription:
text "Choose 1 Basic Pokémon card from"
line "your opponent's discard pile and put"
line "it onto his or her Bench. (You can't"
line "play Pokémon Flute if your"
line "opponent's Bench is full.)"
done
GamblerName:
text "Gambler"
done
GamblerDescription:
text "Shuffle your hand into your deck."
line "Flip a coin. If heads, draw 8 cards."
line "If tails, draw 1 card."
done
RecycleName:
text "Recycle"
done
RecycleDescription:
text "Flip a coin. If heads, put a card"
line "in your discard pile on top of your"
line "deck."
done