summaryrefslogtreecommitdiff
path: root/stats/pokedex/entries/225.asm
blob: cd0a9267e3b608e42a13d08a5d4dafc5b1b2b9fe (plain)
1
2
3
4
5
6
7
8
; DelibirdPokedexEntry: ; 0x1d0db1
	db "DELIVERY@" ; species name
	dw 211, 350; height, width
	
	db "It always carries", $4e, "its food with it,", $4e, "wherever it goes.@"
	db "If attacked, it", $4e, "throws its food at", $4e, "the opponent.@"
; 0x1d0e25