summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/093.asm
blob: ef1ff419a2e5879cf546f5917bcaa9464f0fbb09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; HaunterPokedexEntry: ; 0x1b8bbd
	db "GAS@" ; species name
	dw 503, 2 ; height, width
	
	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.@"
; 0x1b8c25