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