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