summaryrefslogtreecommitdiff
path: root/data/pokemon/dex_entries/caterpie.asm
blob: 940aa014f30ab6910848b3b48ba06689610d2eea (plain)
1
2
3
4
5
6
7
8
9
10
; CaterpiePokedexEntry: ; 0x181a60
	db "WORM@" ; species name
	dw 100, 60 ; height, weight

	db   "It crawls into"
	next "foliage where it"
	next "camouflages itself"
	page "among leaves that"
	next "are the same color"
	next "as its body.@"