summaryrefslogtreecommitdiff
path: root/data/pokemon/dex_entries/ditto.asm
blob: ffe394a1b3f5c3e2adaaae3857808124dfd0ddfa (plain)
1
2
3
4
5
6
7
8
9
10
	db "TRANSFORM@" ; species name
	dw 100, 90 ; height, weight

	db   "When it encount-"
	next "ers another DITTO,"
	next "it will move"

	page "faster than normal"
	next "to duplicate that"
	next "opponent exactly.@"