summaryrefslogtreecommitdiff
path: root/data/pokemon/dex_entries/gastly.asm
blob: 5f5420e02a8324ad93dc10b8569a53361ba77ed7 (plain)
1
2
3
4
5
6
7
8
9
10
	db "GAS@" ; species name
	dw 403, 2 ; height, weight

	db   "It wraps its op-"
	next "ponent in its gas-"
	next "like body, slowly"

	page "weakening its prey"
	next "by poisoning it"
	next "through the skin.@"