13 lines
255 B
NASM
Raw Normal View History

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