summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/013.asm
blob: c27affeeab7f3643437c0ce0e97cbb9d6c2f1d48 (plain)
1
2
3
4
5
6
7
8
; WeedlePokedexEntry: ; 0x181bb4
	db "HAIRY BUG@" ; species name
	dw 100, 70; height, width
	
	db "The barb on top of", $4e, "its head secretes", $4e, "a strong poison.@"
	db "It uses this toxic", $4e, "barb to protect", $4e, "itself.@"
; 0x181c23