summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/125.asm
blob: 2392583645411b4a8801fed66f2e6045db9bce99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; ElectabuzzPokedexEntry: ; 0x1b992a
	db "ELECTRIC@" ; species name
	dw 307, 660 ; height, width
	
	db   "When two"
	next "ELECTABUZZ touch,"
	next "they control the"
	page "electric currents"
	next "to communicate"
	next "their feelings.@"
; 0x1b9994