mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
9 lines
262 B
NASM
9 lines
262 B
NASM
|
; DratiniPokedexEntry: ; 0x1cc761
|
||
|
db "DRAGON@" ; species name
|
||
|
dw 511, 70; height, width
|
||
|
|
||
|
db "It sheds many lay-", $4e, "ers of skin as it", $4e, "grows larger. Dur-@"
|
||
|
db "ing this process,", $4e, "it is protected by", $4e, "a rapid waterfall.@"
|
||
|
; 0x1cc7dc
|
||
|
|