summaryrefslogtreecommitdiff
path: root/data/pokedex/entries/132.asm
blob: e2f6aac0bff1d17048a4acffd7aaa1108d588d0b (plain)
1
2
3
4
5
6
7
8
9
10
; DittoPokedexEntry: ; 0x1cc13c
	db "TRANSFORM@" ; species name
	dw 100, 90 ; height, width
	
	db   "When it encount-"
	next "ers another DITTO,"
	next "it will move"
	page "faster than normal"
	next "to duplicate that"
	next "opponent exactly.@"