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