summaryrefslogtreecommitdiff
path: root/data/pokemon/dex_entries/haunter.asm
blob: 6efe4b15c014118da820e9a00f8bdb69d6771791 (plain)
1
2
3
4
5
6
7
8
9
10
; HaunterPokedexEntry: ; 0x1b8bbd
	db "GAS@" ; species name
	dw 503, 2 ; height, weight

	db   "It hides in the"
	next "dark, planning to"
	next "take the life of"
	page "the next living"
	next "thing that wanders"
	next "close by.@"