pokecrystal-board/stats/pokedex/entries/145.asm

13 lines
257 B
NASM
Raw Normal View History

2013-02-05 16:29:20 -08:00
; ZapdosPokedexEntry: ; 0x1cc697
2014-03-05 21:46:01 -08:00
db "ELECTRIC@" ; species name
2013-02-05 16:29:20 -08:00
dw 503, 1160; height, width
2014-03-05 21:46:01 -08:00
db "Legendary bird"
next "#MON. They say"
next "lightning caused@"
db "by the flapping of"
next "its wings causes"
next "summer storms.@"
2013-02-05 16:29:20 -08:00
; 0x1cc706