summaryrefslogtreecommitdiff
path: root/data/pokedex/entries/081.asm
blob: 90d68161b7da5e4fabf9c2505e41c949627dad66 (plain)
1
2
3
4
5
6
7
8
9
10
; MagnemitePokedexEntry: ; 0x1b869d
	db "MAGNET@" ; species name
	dw 100, 130 ; height, width
	
	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.@"