summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/019.asm
blob: c8b44042e552856e7042c2f084d445024cdb1875 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; RattataPokedexEntry: ; 0x181e3d
	db "RAT@" ; species name
	dw 100, 80 ; height, width
	
	db   "This #MON's"
	next "impressive vital-"
	next "ity allows it to"
	page "live anywhere. It"
	next "also multiplies"
	next "very quickly.@"
; 0x181ea3