summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/087.asm
blob: 8cd936c57d38a1ad134cfc19e7c8ccebca70ddc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; DewgongPokedexEntry: ; 0x1b8934
	db "SEA LION@" ; species name
	dw 507, 2650 ; height, width
	
	db   "It sleeps under"
	next "shallow ocean"
	next "waters during the"
	page "day, then looks"
	next "for food at night"
	next "when it's cold.@"
; 0x1b89a2