blob: f43c928d67052a310fe99ee42c3fb6c66acfe922 (
plain)
1
2
3
4
5
6
7
8
|
; 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
|