summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/104.asm
blob: 3288d811760c220df8c11334647687b534c613c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; CubonePokedexEntry: ; 0x1b9068
	db "LONELY@" ; species name
	dw 104, 140 ; height, width
	
	db   "It lost its mother"
	next "after its birth."
	next "It wears its"
	page "mother's skull,"
	next "never revealing"
	next "its true face.@"
; 0x1b90d2