summaryrefslogtreecommitdiff
path: root/data/pokemon/dex_entries/delibird.asm
blob: 2c998d8be8292c51aed13d76992e77eeccb4be2c (plain)
1
2
3
4
5
6
7
8
9
10
; DelibirdPokedexEntry: ; 0x1d0db1
	db "DELIVERY@" ; species name
	dw 211, 350 ; height, weight

	db   "It always carries"
	next "its food with it,"
	next "wherever it goes."
	page "If attacked, it"
	next "throws its food at"
	next "the opponent.@"