shithub: pokecrystal

ref: 77d1d312b03ad5efb200533a99ca3d8f1a1c078c
dir: /stats/pokedex/entries/125.asm/

View raw version
; 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