summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/052.asm
blob: 933d944dc29698cf50d9e92218ca99bfdb1a620d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; MeowthPokedexEntry: ; 0x182c08
	db "SCRATCHCAT@" ; species name
	dw 104, 90 ; height, width
	
	db   "It loves things"
	next "that sparkle. When"
	next "it sees a shiny"
	page "object, the gold"
	next "coin on its head"
	next "shines too.@"
; 0x182c78