summaryrefslogtreecommitdiff
path: root/data/pokemon/dex_entries/beedrill.asm
blob: 505396ca12893482af6350d7b3ebff8099c41651 (plain)
1
2
3
4
5
6
7
8
9
10
; BeedrillPokedexEntry: ; 0x181c8a
	db "POISON BEE@" ; species name
	dw 303, 650 ; height, weight

	db   "It uses sharp,"
	next "poisonous stings"
	next "to defeat prey,"
	page "then takes the"
	next "victim back to its"
	next "nest for food.@"