summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/220.asm
blob: b93d42115fba3aff8dd8608b46f0c012558143d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; SwinubPokedexEntry: ; 0x1d0b8d
	db "PIG@" ; species name
	dw 104, 140 ; height, width
	
	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.@"
; 0x1d0c01