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