summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/061.asm
blob: aa1d3108e9c490a6981a1d2af73e8a758a95109f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; PoliwhirlPokedexEntry: ; 0x182ffd
	db "TADPOLE@" ; species name
	dw 303, 440 ; height, width
	
	db   "Though it is"
	next "skilled at walk-"
	next "ing, it prefers to"
	page "live underwater"
	next "where there is"
	next "less danger.@"
; 0x183066