mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
11 lines
243 B
NASM
11 lines
243 B
NASM
; ZapdosPokedexEntry: ; 0x1cc697
|
|
db "ELECTRIC@" ; species name
|
|
dw 503, 1160 ; height, width
|
|
|
|
db "Legendary bird"
|
|
next "#MON. They say"
|
|
next "lightning caused"
|
|
page "by the flapping of"
|
|
next "its wings causes"
|
|
next "summer storms.@"
|