pokecrystal-board/stats/pokedex/entries/087.asm
2014-03-06 00:46:01 -05:00

13 lines
258 B
NASM

; DewgongPokedexEntry: ; 0x1b8934
db "SEA LION@" ; species name
dw 507, 2650; height, width
db "It sleeps under"
next "shallow ocean"
next "waters during the@"
db "day, then looks"
next "for food at night"
next "when it's cold.@"
; 0x1b89a2