summaryrefslogtreecommitdiff
path: root/gfx/pics/anims.asm
blob: 6ac2be73956ab831129c34e4914032e6ed22cce8 (plain)
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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
BulbasaurAnimation:  INCLUDE "gfx/pics/bulbasaur/anim0.asm"
IvysaurAnimation:    INCLUDE "gfx/pics/ivysaur/anim0.asm"
VenusaurAnimation:   INCLUDE "gfx/pics/venusaur/anim0.asm"
CharmanderAnimation: INCLUDE "gfx/pics/charmander/anim0.asm"
CharmeleonAnimation: INCLUDE "gfx/pics/charmeleon/anim0.asm"
CharizardAnimation:  INCLUDE "gfx/pics/charizard/anim0.asm"
SquirtleAnimation:   INCLUDE "gfx/pics/squirtle/anim0.asm"
WartortleAnimation:  INCLUDE "gfx/pics/wartortle/anim0.asm"
BlastoiseAnimation:  INCLUDE "gfx/pics/blastoise/anim0.asm"
CaterpieAnimation:   INCLUDE "gfx/pics/caterpie/anim0.asm"
MetapodAnimation:    INCLUDE "gfx/pics/metapod/anim0.asm"
ButterfreeAnimation: INCLUDE "gfx/pics/butterfree/anim0.asm"
WeedleAnimation:     INCLUDE "gfx/pics/weedle/anim0.asm"
KakunaAnimation:     INCLUDE "gfx/pics/kakuna/anim0.asm"
BeedrillAnimation:   INCLUDE "gfx/pics/beedrill/anim0.asm"
PidgeyAnimation:     INCLUDE "gfx/pics/pidgey/anim0.asm"
PidgeottoAnimation:  INCLUDE "gfx/pics/pidgeotto/anim0.asm"
PidgeotAnimation:    INCLUDE "gfx/pics/pidgeot/anim0.asm"
RattataAnimation:    INCLUDE "gfx/pics/rattata/anim0.asm"
RaticateAnimation:   INCLUDE "gfx/pics/raticate/anim0.asm"
SpearowAnimation:    INCLUDE "gfx/pics/spearow/anim0.asm"
FearowAnimation:     INCLUDE "gfx/pics/fearow/anim0.asm"
EkansAnimation:      INCLUDE "gfx/pics/ekans/anim0.asm"
ArbokAnimation:      INCLUDE "gfx/pics/arbok/anim0.asm"
PikachuAnimation:    INCLUDE "gfx/pics/pikachu/anim0.asm"
RaichuAnimation:     INCLUDE "gfx/pics/raichu/anim0.asm"
SandshrewAnimation:  INCLUDE "gfx/pics/sandshrew/anim0.asm"
SandslashAnimation:  INCLUDE "gfx/pics/sandslash/anim0.asm"
NidoranFAnimation:   INCLUDE "gfx/pics/nidoran_f/anim0.asm"
NidorinaAnimation:   INCLUDE "gfx/pics/nidorina/anim0.asm"
NidoqueenAnimation:  INCLUDE "gfx/pics/nidoqueen/anim0.asm"
NidoranMAnimation:   INCLUDE "gfx/pics/nidoran_m/anim0.asm"
NidorinoAnimation:   INCLUDE "gfx/pics/nidorino/anim0.asm"
NidokingAnimation:   INCLUDE "gfx/pics/nidoking/anim0.asm"
ClefairyAnimation:   INCLUDE "gfx/pics/clefairy/anim0.asm"
ClefableAnimation:   INCLUDE "gfx/pics/clefable/anim0.asm"
VulpixAnimation:     INCLUDE "gfx/pics/vulpix/anim0.asm"
NinetalesAnimation:  INCLUDE "gfx/pics/ninetales/anim0.asm"
JigglypuffAnimation: INCLUDE "gfx/pics/jigglypuff/anim0.asm"
WigglytuffAnimation: INCLUDE "gfx/pics/wigglytuff/anim0.asm"
ZubatAnimation:      INCLUDE "gfx/pics/zubat/anim0.asm"
GolbatAnimation:     INCLUDE "gfx/pics/golbat/anim0.asm"
OddishAnimation:     INCLUDE "gfx/pics/oddish/anim0.asm"
GloomAnimation:      INCLUDE "gfx/pics/gloom/anim0.asm"
VileplumeAnimation:  INCLUDE "gfx/pics/vileplume/anim0.asm"
ParasAnimation:      INCLUDE "gfx/pics/paras/anim0.asm"
ParasectAnimation:   INCLUDE "gfx/pics/parasect/anim0.asm"
VenonatAnimation:    INCLUDE "gfx/pics/venonat/anim0.asm"
VenomothAnimation:   INCLUDE "gfx/pics/venomoth/anim0.asm"
DiglettAnimation:    INCLUDE "gfx/pics/diglett/anim0.asm"
DugtrioAnimation:    INCLUDE "gfx/pics/dugtrio/anim0.asm"
MeowthAnimation:     INCLUDE "gfx/pics/meowth/anim0.asm"
PersianAnimation:    INCLUDE "gfx/pics/persian/anim0.asm"
PsyduckAnimation:    INCLUDE "gfx/pics/psyduck/anim0.asm"
GolduckAnimation:    INCLUDE "gfx/pics/golduck/anim0.asm"
MankeyAnimation:     INCLUDE "gfx/pics/mankey/anim0.asm"
PrimeapeAnimation:   INCLUDE "gfx/pics/primeape/anim0.asm"
GrowlitheAnimation:  INCLUDE "gfx/pics/growlithe/anim0.asm"
ArcanineAnimation:   INCLUDE "gfx/pics/arcanine/anim0.asm"
PoliwagAnimation:    INCLUDE "gfx/pics/poliwag/anim0.asm"
PoliwhirlAnimation:  INCLUDE "gfx/pics/poliwhirl/anim0.asm"
PoliwrathAnimation:  INCLUDE "gfx/pics/poliwrath/anim0.asm"
AbraAnimation:       INCLUDE "gfx/pics/abra/anim0.asm"
KadabraAnimation:    INCLUDE "gfx/pics/kadabra/anim0.asm"
AlakazamAnimation:   INCLUDE "gfx/pics/alakazam/anim0.asm"
MachopAnimation:     INCLUDE "gfx/pics/machop/anim0.asm"
MachokeAnimation:    INCLUDE "gfx/pics/machoke/anim0.asm"
MachampAnimation:    INCLUDE "gfx/pics/machamp/anim0.asm"
BellsproutAnimation: INCLUDE "gfx/pics/bellsprout/anim0.asm"
WeepinbellAnimation: INCLUDE "gfx/pics/weepinbell/anim0.asm"
VictreebelAnimation: INCLUDE "gfx/pics/victreebel/anim0.asm"
TentacoolAnimation:  INCLUDE "gfx/pics/tentacool/anim0.asm"
TentacruelAnimation: INCLUDE "gfx/pics/tentacruel/anim0.asm"
GeodudeAnimation:    INCLUDE "gfx/pics/geodude/anim0.asm"
GravelerAnimation:   INCLUDE "gfx/pics/graveler/anim0.asm"
GolemAnimation:      INCLUDE "gfx/pics/golem/anim0.asm"
PonytaAnimation:     INCLUDE "gfx/pics/ponyta/anim0.asm"
RapidashAnimation:   INCLUDE "gfx/pics/rapidash/anim0.asm"
SlowpokeAnimation:   INCLUDE "gfx/pics/slowpoke/anim0.asm"
SlowbroAnimation:    INCLUDE "gfx/pics/slowbro/anim0.asm"
MagnemiteAnimation:  INCLUDE "gfx/pics/magnemite/anim0.asm"
MagnetonAnimation:   INCLUDE "gfx/pics/magneton/anim0.asm"
FarfetchDAnimation:  INCLUDE "gfx/pics/farfetch_d/anim0.asm"
DoduoAnimation:      INCLUDE "gfx/pics/doduo/anim0.asm"
DodrioAnimation:     INCLUDE "gfx/pics/dodrio/anim0.asm"
SeelAnimation:       INCLUDE "gfx/pics/seel/anim0.asm"
DewgongAnimation:    INCLUDE "gfx/pics/dewgong/anim0.asm"
GrimerAnimation:     INCLUDE "gfx/pics/grimer/anim0.asm"
MukAnimation:        INCLUDE "gfx/pics/muk/anim0.asm"
ShellderAnimation:   INCLUDE "gfx/pics/shellder/anim0.asm"
CloysterAnimation:   INCLUDE "gfx/pics/cloyster/anim0.asm"
GastlyAnimation:     INCLUDE "gfx/pics/gastly/anim0.asm"
HaunterAnimation:    INCLUDE "gfx/pics/haunter/anim0.asm"
GengarAnimation:     INCLUDE "gfx/pics/gengar/anim0.asm"
OnixAnimation:       INCLUDE "gfx/pics/onix/anim0.asm"
DrowzeeAnimation:    INCLUDE "gfx/pics/drowzee/anim0.asm"
HypnoAnimation:      INCLUDE "gfx/pics/hypno/anim0.asm"
KrabbyAnimation:     INCLUDE "gfx/pics/krabby/anim0.asm"
KinglerAnimation:    INCLUDE "gfx/pics/kingler/anim0.asm"
VoltorbAnimation:    INCLUDE "gfx/pics/voltorb/anim0.asm"
ElectrodeAnimation:  INCLUDE "gfx/pics/electrode/anim0.asm"
ExeggcuteAnimation:  INCLUDE "gfx/pics/exeggcute/anim0.asm"
ExeggutorAnimation:  INCLUDE "gfx/pics/exeggutor/anim0.asm"
CuboneAnimation:     INCLUDE "gfx/pics/cubone/anim0.asm"
MarowakAnimation:    INCLUDE "gfx/pics/marowak/anim0.asm"
HitmonleeAnimation:  INCLUDE "gfx/pics/hitmonlee/anim0.asm"
HitmonchanAnimation: INCLUDE "gfx/pics/hitmonchan/anim0.asm"
LickitungAnimation:  INCLUDE "gfx/pics/lickitung/anim0.asm"
KoffingAnimation:    INCLUDE "gfx/pics/koffing/anim0.asm"
WeezingAnimation:    INCLUDE "gfx/pics/weezing/anim0.asm"
RhyhornAnimation:    INCLUDE "gfx/pics/rhyhorn/anim0.asm"
RhydonAnimation:     INCLUDE "gfx/pics/rhydon/anim0.asm"
ChanseyAnimation:    INCLUDE "gfx/pics/chansey/anim0.asm"
TangelaAnimation:    INCLUDE "gfx/pics/tangela/anim0.asm"
KangaskhanAnimation: INCLUDE "gfx/pics/kangaskhan/anim0.asm"
HorseaAnimation:     INCLUDE "gfx/pics/horsea/anim0.asm"
SeadraAnimation:     INCLUDE "gfx/pics/seadra/anim0.asm"
GoldeenAnimation:    INCLUDE "gfx/pics/goldeen/anim0.asm"
SeakingAnimation:    INCLUDE "gfx/pics/seaking/anim0.asm"
StaryuAnimation:     INCLUDE "gfx/pics/staryu/anim0.asm"
StarmieAnimation:    INCLUDE "gfx/pics/starmie/anim0.asm"
MrMimeAnimation:     INCLUDE "gfx/pics/mr__mime/anim0.asm"
ScytherAnimation:    INCLUDE "gfx/pics/scyther/anim0.asm"
JynxAnimation:       INCLUDE "gfx/pics/jynx/anim0.asm"
ElectabuzzAnimation: INCLUDE "gfx/pics/electabuzz/anim0.asm"
MagmarAnimation:     INCLUDE "gfx/pics/magmar/anim0.asm"
PinsirAnimation:     INCLUDE "gfx/pics/pinsir/anim0.asm"
TaurosAnimation:     INCLUDE "gfx/pics/tauros/anim0.asm"
MagikarpAnimation:   INCLUDE "gfx/pics/magikarp/anim0.asm"
GyaradosAnimation:   INCLUDE "gfx/pics/gyarados/anim0.asm"
LaprasAnimation:     INCLUDE "gfx/pics/lapras/anim0.asm"
DittoAnimation:      INCLUDE "gfx/pics/ditto/anim0.asm"
EeveeAnimation:      INCLUDE "gfx/pics/eevee/anim0.asm"
VaporeonAnimation:   INCLUDE "gfx/pics/vaporeon/anim0.asm"
JolteonAnimation:    INCLUDE "gfx/pics/jolteon/anim0.asm"
FlareonAnimation:    INCLUDE "gfx/pics/flareon/anim0.asm"
PorygonAnimation:    INCLUDE "gfx/pics/porygon/anim0.asm"
OmanyteAnimation:    INCLUDE "gfx/pics/omanyte/anim0.asm"
OmastarAnimation:    INCLUDE "gfx/pics/omastar/anim0.asm"
KabutoAnimation:     INCLUDE "gfx/pics/kabuto/anim0.asm"
KabutopsAnimation:   INCLUDE "gfx/pics/kabutops/anim0.asm"
AerodactylAnimation: INCLUDE "gfx/pics/aerodactyl/anim0.asm"
SnorlaxAnimation:    INCLUDE "gfx/pics/snorlax/anim0.asm"
ArticunoAnimation:   INCLUDE "gfx/pics/articuno/anim0.asm"
ZapdosAnimation:     INCLUDE "gfx/pics/zapdos/anim0.asm"
MoltresAnimation:    INCLUDE "gfx/pics/moltres/anim0.asm"
DratiniAnimation:    INCLUDE "gfx/pics/dratini/anim0.asm"
DragonairAnimation:  INCLUDE "gfx/pics/dragonair/anim0.asm"
DragoniteAnimation:  INCLUDE "gfx/pics/dragonite/anim0.asm"
MewtwoAnimation:     INCLUDE "gfx/pics/mewtwo/anim0.asm"
MewAnimation:        INCLUDE "gfx/pics/mew/anim0.asm"
ChikoritaAnimation:  INCLUDE "gfx/pics/chikorita/anim0.asm"
BayleefAnimation:    INCLUDE "gfx/pics/bayleef/anim0.asm"
MeganiumAnimation:   INCLUDE "gfx/pics/meganium/anim0.asm"
CyndaquilAnimation:  INCLUDE "gfx/pics/cyndaquil/anim0.asm"
QuilavaAnimation:    INCLUDE "gfx/pics/quilava/anim0.asm"
TyphlosionAnimation: INCLUDE "gfx/pics/typhlosion/anim0.asm"
TotodileAnimation:   INCLUDE "gfx/pics/totodile/anim0.asm"
CroconawAnimation:   INCLUDE "gfx/pics/croconaw/anim0.asm"
FeraligatrAnimation: INCLUDE "gfx/pics/feraligatr/anim0.asm"
SentretAnimation:    INCLUDE "gfx/pics/sentret/anim0.asm"
FurretAnimation:     INCLUDE "gfx/pics/furret/anim0.asm"
HoothootAnimation:   INCLUDE "gfx/pics/hoothoot/anim0.asm"
NoctowlAnimation:    INCLUDE "gfx/pics/noctowl/anim0.asm"
LedybaAnimation:     INCLUDE "gfx/pics/ledyba/anim0.asm"
LedianAnimation:     INCLUDE "gfx/pics/ledian/anim0.asm"
SpinarakAnimation:   INCLUDE "gfx/pics/spinarak/anim0.asm"
AriadosAnimation:    INCLUDE "gfx/pics/ariados/anim0.asm"
CrobatAnimation:     INCLUDE "gfx/pics/crobat/anim0.asm"
ChinchouAnimation:   INCLUDE "gfx/pics/chinchou/anim0.asm"
LanturnAnimation:    INCLUDE "gfx/pics/lanturn/anim0.asm"
PichuAnimation:      INCLUDE "gfx/pics/pichu/anim0.asm"
CleffaAnimation:     INCLUDE "gfx/pics/cleffa/anim0.asm"
IgglybuffAnimation:  INCLUDE "gfx/pics/igglybuff/anim0.asm"
TogepiAnimation:     INCLUDE "gfx/pics/togepi/anim0.asm"
TogeticAnimation:    INCLUDE "gfx/pics/togetic/anim0.asm"
NatuAnimation:       INCLUDE "gfx/pics/natu/anim0.asm"
XatuAnimation:       INCLUDE "gfx/pics/xatu/anim0.asm"
MareepAnimation:     INCLUDE "gfx/pics/mareep/anim0.asm"
FlaaffyAnimation:    INCLUDE "gfx/pics/flaaffy/anim0.asm"
AmpharosAnimation:   INCLUDE "gfx/pics/ampharos/anim0.asm"
BellossomAnimation:  INCLUDE "gfx/pics/bellossom/anim0.asm"
MarillAnimation:     INCLUDE "gfx/pics/marill/anim0.asm"
AzumarillAnimation:  INCLUDE "gfx/pics/azumarill/anim0.asm"
SudowoodoAnimation:  INCLUDE "gfx/pics/sudowoodo/anim0.asm"
PolitoedAnimation:   INCLUDE "gfx/pics/politoed/anim0.asm"
HoppipAnimation:     INCLUDE "gfx/pics/hoppip/anim0.asm"
SkiploomAnimation:   INCLUDE "gfx/pics/skiploom/anim0.asm"
JumpluffAnimation:   INCLUDE "gfx/pics/jumpluff/anim0.asm"
AipomAnimation:      INCLUDE "gfx/pics/aipom/anim0.asm"
SunkernAnimation:    INCLUDE "gfx/pics/sunkern/anim0.asm"
SunfloraAnimation:   INCLUDE "gfx/pics/sunflora/anim0.asm"
YanmaAnimation:      INCLUDE "gfx/pics/yanma/anim0.asm"
WooperAnimation:     INCLUDE "gfx/pics/wooper/anim0.asm"
QuagsireAnimation:   INCLUDE "gfx/pics/quagsire/anim0.asm"
EspeonAnimation:     INCLUDE "gfx/pics/espeon/anim0.asm"
UmbreonAnimation:    INCLUDE "gfx/pics/umbreon/anim0.asm"
MurkrowAnimation:    INCLUDE "gfx/pics/murkrow/anim0.asm"
SlowkingAnimation:   INCLUDE "gfx/pics/slowking/anim0.asm"
MisdreavusAnimation: INCLUDE "gfx/pics/misdreavus/anim0.asm"
UnownAnimation:      INCLUDE "gfx/pics/unown/anim0.asm"
WobbuffetAnimation:  INCLUDE "gfx/pics/wobbuffet/anim0.asm"
GirafarigAnimation:  INCLUDE "gfx/pics/girafarig/anim0.asm"
PinecoAnimation:     INCLUDE "gfx/pics/pineco/anim0.asm"
ForretressAnimation: INCLUDE "gfx/pics/forretress/anim0.asm"
DunsparceAnimation:  INCLUDE "gfx/pics/dunsparce/anim0.asm"
GligarAnimation:     INCLUDE "gfx/pics/gligar/anim0.asm"
SteelixAnimation:    INCLUDE "gfx/pics/steelix/anim0.asm"
SnubbullAnimation:   INCLUDE "gfx/pics/snubbull/anim0.asm"
GranbullAnimation:   INCLUDE "gfx/pics/granbull/anim0.asm"
QwilfishAnimation:   INCLUDE "gfx/pics/qwilfish/anim0.asm"
ScizorAnimation:     INCLUDE "gfx/pics/scizor/anim0.asm"
ShuckleAnimation:    INCLUDE "gfx/pics/shuckle/anim0.asm"
HeracrossAnimation:  INCLUDE "gfx/pics/heracross/anim0.asm"
SneaselAnimation:    INCLUDE "gfx/pics/sneasel/anim0.asm"
TeddiursaAnimation:  INCLUDE "gfx/pics/teddiursa/anim0.asm"
UrsaringAnimation:   INCLUDE "gfx/pics/ursaring/anim0.asm"
SlugmaAnimation:     INCLUDE "gfx/pics/slugma/anim0.asm"
MagcargoAnimation:   INCLUDE "gfx/pics/magcargo/anim0.asm"
SwinubAnimation:     INCLUDE "gfx/pics/swinub/anim0.asm"
PiloswineAnimation:  INCLUDE "gfx/pics/piloswine/anim0.asm"
CorsolaAnimation:    INCLUDE "gfx/pics/corsola/anim0.asm"
RemoraidAnimation:   INCLUDE "gfx/pics/remoraid/anim0.asm"
OctilleryAnimation:  INCLUDE "gfx/pics/octillery/anim0.asm"
DelibirdAnimation:   INCLUDE "gfx/pics/delibird/anim0.asm"
MantineAnimation:    INCLUDE "gfx/pics/mantine/anim0.asm"
SkarmoryAnimation:   INCLUDE "gfx/pics/skarmory/anim0.asm"
HoundourAnimation:   INCLUDE "gfx/pics/houndour/anim0.asm"
HoundoomAnimation:   INCLUDE "gfx/pics/houndoom/anim0.asm"
KingdraAnimation:    INCLUDE "gfx/pics/kingdra/anim0.asm"
PhanpyAnimation:     INCLUDE "gfx/pics/phanpy/anim0.asm"
DonphanAnimation:    INCLUDE "gfx/pics/donphan/anim0.asm"
Porygon2Animation:   INCLUDE "gfx/pics/porygon2/anim0.asm"
StantlerAnimation:   INCLUDE "gfx/pics/stantler/anim0.asm"
SmeargleAnimation:   INCLUDE "gfx/pics/smeargle/anim0.asm"
TyrogueAnimation:    INCLUDE "gfx/pics/tyrogue/anim0.asm"
HitmontopAnimation:  INCLUDE "gfx/pics/hitmontop/anim0.asm"
SmoochumAnimation:   INCLUDE "gfx/pics/smoochum/anim0.asm"
ElekidAnimation:     INCLUDE "gfx/pics/elekid/anim0.asm"
MagbyAnimation:      INCLUDE "gfx/pics/magby/anim0.asm"
MiltankAnimation:    INCLUDE "gfx/pics/miltank/anim0.asm"
BlisseyAnimation:    INCLUDE "gfx/pics/blissey/anim0.asm"
RaikouAnimation:     INCLUDE "gfx/pics/raikou/anim0.asm"
EnteiAnimation:      INCLUDE "gfx/pics/entei/anim0.asm"
SuicuneAnimation:    INCLUDE "gfx/pics/suicune/anim0.asm"
LarvitarAnimation:   INCLUDE "gfx/pics/larvitar/anim0.asm"
PupitarAnimation:    INCLUDE "gfx/pics/pupitar/anim0.asm"
TyranitarAnimation:  INCLUDE "gfx/pics/tyranitar/anim0.asm"
LugiaAnimation:      INCLUDE "gfx/pics/lugia/anim0.asm"
HoOhAnimation:       INCLUDE "gfx/pics/ho_oh/anim0.asm"
CelebiAnimation:     INCLUDE "gfx/pics/celebi/anim0.asm"
EggAnimation:        INCLUDE "gfx/pics/egg/anim0.asm"