blob: efe33cf9f72d220c9cf600d698fb5fed268b930c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
; KingdraPokedexEntry: ; 0x1d0fd1
db "DRAGON@" ; species name
dw 511, 3350 ; height, width
db "It stores energy"
next "by sleeping at"
next "underwater depths"
page "at which no other"
next "life forms can"
next "survive.@"
; 0x1d1038
|