mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
9 lines
244 B
NASM
9 lines
244 B
NASM
|
; KingdraPokedexEntry: ; 0x1d0fd1
|
||
|
db "DRAGON@" ; species name
|
||
|
dw 511, 3350; height, width
|
||
|
|
||
|
db "It stores energy", $4e, "by sleeping at", $4e, "underwater depths@"
|
||
|
db "at which no other", $4e, "life forms can", $4e, "survive.@"
|
||
|
; 0x1d1038
|
||
|
|