summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/132.asm
blob: 58733484814ab4c38598bb93f4990f1a07e6df35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; 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.@"
; 0x1cc1b2