mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
6ab1d028bb
Move some data into a pokemon/ subdirectory
11 lines
225 B
NASM
11 lines
225 B
NASM
; AerodactylPokedexEntry: ; 0x1cc576
|
|
db "FOSSIL@" ; species name
|
|
dw 511, 1300 ; height, weight
|
|
|
|
db "In prehistoric"
|
|
next "times, this"
|
|
next "#MON flew"
|
|
page "freely and"
|
|
next "fearlessly through"
|
|
next "the skies.@"
|