summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/011.asm
blob: d93280727a3a59af6113f95f0ddc91e08039e4a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; MetapodPokedexEntry: ; 0x181ace
	db "COCOON@" ; species name
	dw 204, 220 ; height, width
	
	db   "This is its pre-"
	next "evolved form. At"
	next "this stage, it can"
	page "only harden, so it"
	next "remains motionless"
	next "to avoid attack.@"
; 0x181b45