summaryrefslogtreecommitdiff
path: root/data/pokemon/dex_entries/swinub.asm
blob: 3e6d61dc846a0fdae8ed4933e1cc3cf486b67e99 (plain)
1
2
3
4
5
6
7
8
9
10
; SwinubPokedexEntry: ; 0x1d0b8d
	db "PIG@" ; species name
	dw 104, 140 ; height, weight

	db   "It uses the tip of"
	next "its nose to dig"
	next "for food. Its nose"
	page "is so tough that"
	next "even frozen ground"
	next "poses no problem.@"