summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/056.asm
blob: c82e4fea3f4ab41e8448bed1817bed0a1fcb9972 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; MankeyPokedexEntry: ; 0x182dbd
	db "PIG MONKEY@" ; species name
	dw 108, 620 ; height, width
	
	db   "It lives in groups"
	next "in the treetops."
	next "If it loses sight"
	page "of its group, it"
	next "becomes infuriated"
	next "by its loneliness.@"
; 0x182e39