summaryrefslogtreecommitdiff
path: root/data/pokemon/dex_entries/ekans.asm
blob: 23faa4854b0044e1f40e261e3083fafe9cfc77f9 (plain)
1
2
3
4
5
6
7
8
9
10
; EkansPokedexEntry: ; 0x181fd4
	db "SNAKE@" ; species name
	dw 607, 150 ; height, weight

	db   "It flutters the"
	next "tip of its tongue"
	next "to seek out the"
	page "scent of prey,"
	next "then swallows the"
	next "prey whole.@"