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