summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/049.asm
blob: 813a461745b685f124d380e60eee641c34a4ab6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; VenomothPokedexEntry: ; 0x182abf
	db "POISONMOTH@" ; species name
	dw 411, 280 ; height, width
	
	db   "The scales it"
	next "scatters will"
	next "paralyze anyone"
	page "who touches them,"
	next "making that person"
	next "unable to stand.@"
; 0x182b30