summaryrefslogtreecommitdiff
path: root/data/pokemon/dex_entries/gastly.asm
blob: db7f6d57da5d4179317547f2194b550d294dd76c (plain)
1
2
3
4
5
6
7
8
9
10
; GastlyPokedexEntry: ; 0x1b8b4a
	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.@"