summaryrefslogtreecommitdiff
path: root/data/pokemon/dex_entries/weedle.asm
blob: 9b81fa11d20f5dd71e6cf22d36b10146417b55fd (plain)
1
2
3
4
5
6
7
8
9
10
; WeedlePokedexEntry: ; 0x181bb4
	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.@"