summaryrefslogtreecommitdiff
path: root/data/pokemon/dex_entries/weedle.asm
blob: c7e9deb0098dbb296e0db16b448af7135c625dea (plain)
1
2
3
4
5
6
7
8
9
10
	db "HAIRY BUG@" ; species name
	dw 100, 70 ; height, weight

	db   "The barb on top of"
	next "its head secretes"
	next "a strong poison."

	page "It uses this toxic"
	next "barb to protect"
	next "itself.@"