shithub: pokecrystal

ref: 36436bbf41a7884efc5f1661bc9fbca20038d0bc
dir: /data/pokedex/entries/087.asm/

View raw version
; 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