mirror of https://github.com/pret/pokecrystal.git
9 lines
255 B
NASM
9 lines
255 B
NASM
|
; DittoPokedexEntry: ; 0x1cc13c
|
||
|
db "TRANSFORM@" ; species name
|
||
|
dw 100, 90; height, width
|
||
|
|
||
|
db "When it encount-", $4e, "ers another DITTO,", $4e, "it will move@"
|
||
|
db "faster than normal", $4e, "to duplicate that", $4e, "opponent exactly.@"
|
||
|
; 0x1cc1b2
|
||
|
|