summaryrefslogtreecommitdiff
path: root/data/pokemon/dex_entries/ditto.asm
blob: 5a838b5b8a3cab5f953cd00391fd416209d1e390 (plain)
1
2
3
4
5
6
7
8
9
10
; DittoPokedexEntry: ; 0x1cc13c
	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.@"