summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/118.asm
blob: bae8e00cf2eb384e38ab21326238f4ec76fc5612 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; GoldeenPokedexEntry: ; 0x1b9626
	db "GOLDFISH@" ; species name
	dw 200, 330 ; height, width
	
	db   "During spawning"
	next "season, they swim"
	next "gracefully in the"
	page "water, searching"
	next "for their perfect"
	next "mate.@"
; 0x1b9690