mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
e39c8afbf2
Some people suggested this would be a good idea, and make management of the files easier. I'm inclined to agree.
11 lines
243 B
NASM
11 lines
243 B
NASM
; ZapdosPokedexEntry: ; 0x1cc697
|
|
db "ELECTRIC@" ; species name
|
|
dw 503, 1160 ; height, weight
|
|
|
|
db "Legendary bird"
|
|
next "#MON. They say"
|
|
next "lightning caused"
|
|
page "by the flapping of"
|
|
next "its wings causes"
|
|
next "summer storms.@"
|