summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/133.asm
blob: 2b055a7d058cd4c8f743201b28d159b8b6a7d9e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; EeveePokedexEntry: ; 0x1cc1b2
	db "EVOLUTION@" ; species name
	dw 100, 140 ; height, width
	
	db   "Its ability to"
	next "evolve into many"
	next "forms allows it to"
	page "adapt smoothly"
	next "and perfectly to"
	next "any environment.@"
; 0x1cc224