mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
11 lines
224 B
NASM
11 lines
224 B
NASM
; AerodactylPokedexEntry: ; 0x1cc576
|
|
db "FOSSIL@" ; species name
|
|
dw 511, 1300 ; height, width
|
|
|
|
db "In prehistoric"
|
|
next "times, this"
|
|
next "#MON flew"
|
|
page "freely and"
|
|
next "fearlessly through"
|
|
next "the skies.@"
|