summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/013.asm
blob: 89908939d3a2bab9dfb098b8c44b7f04a563b6f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; WeedlePokedexEntry: ; 0x181bb4
	db "HAIRY BUG@" ; species name
	dw 100, 70 ; height, width
	
	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.@"
; 0x181c23