summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/012.asm
blob: ef345aca635cd8f09c449936df7c09374e327855 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; ButterfreePokedexEntry: ; 0x181b45
	db "BUTTERFLY@" ; species name
	dw 307, 710 ; height, width
	
	db   "It flits from"
	next "flower to flower,"
	next "collecting honey."
	page "It can even"
	next "identify distant"
	next "flowers in bloom.@"
; 0x181bb4