summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/195.asm
blob: 0c8cd45de62d2ff35b37f7648568e7005ae5366f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; QuagsirePokedexEntry: ; 0x1d00dd
	db "WATER FISH@" ; species name
	dw 407, 1650 ; height, width
	
	db   "Its body is always"
	next "slimy. It often"
	next "bangs its head on"
	page "the river bottom"
	next "as it swims but"
	next "seems not to care.@"
; 0x1d0155