summaryrefslogtreecommitdiff
path: root/data/pokemon/dex_entries/magnemite.asm
blob: 646bd80f49e63ee99a1c29576d901109c8f0f773 (plain)
1
2
3
4
5
6
7
8
9
10
	db "MAGNET@" ; species name
	dw 100, 130 ; height, weight

	db   "The electricity"
	next "emitted by the"
	next "units on each side"

	page "of its body cause"
	next "it to become a"
	next "strong magnet.@"