summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/033.asm
blob: 3b55e179d13268b16b30be958d4ef4c5e5978da4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; NidorinoPokedexEntry: ; 0x1823fd
	db "POISON PIN@" ; species name
	dw 211, 430 ; height, width
	
	db   "It is easily"
	next "agitated and uses"
	next "its horn for"
	page "offense as soon as"
	next "it notices an"
	next "attacker.@"
; 0x182463