summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/099.asm
blob: e558dcdb47346f5bc4c45b365f691d99f741548c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; KinglerPokedexEntry: ; 0x1b8e45
	db "PINCER@" ; species name
	dw 403, 1320 ; height, width
	
	db   "Its oversized claw"
	next "is very powerful,"
	next "but when it's not"
	page "in battle, the"
	next "claw just gets in"
	next "the way.@"
; 0x1b8eb0